taglinefilesource code
c92drivers/FPU-emu/fpu_etc.cint c=0;
c96drivers/FPU-emu/fpu_etc.cc = SW_C3|SW_C0;
c99drivers/FPU-emu/fpu_etc.cc = SW_C3;
c104drivers/FPU-emu/fpu_etc.cc = SW_C2|SW_C3;  /* Denormal */
c106drivers/FPU-emu/fpu_etc.cc = SW_C2;
c109drivers/FPU-emu/fpu_etc.cc = SW_C0;
c112drivers/FPU-emu/fpu_etc.cc = SW_C2|SW_C0;
c116drivers/FPU-emu/fpu_etc.cc |= SW_C1;
c117drivers/FPU-emu/fpu_etc.csetcc(c);
c178drivers/FPU-emu/reg_compare.cint f, c;
c180drivers/FPU-emu/reg_compare.cc = compare(loaded_data);
c182drivers/FPU-emu/reg_compare.cif (c & COMP_NaN)
c188drivers/FPU-emu/reg_compare.cswitch (c & 7)
c210drivers/FPU-emu/reg_compare.cif (c & COMP_Denormal)
c220drivers/FPU-emu/reg_compare.cint f, c;
c230drivers/FPU-emu/reg_compare.cc = compare(&st(nr));
c231drivers/FPU-emu/reg_compare.cif (c & COMP_NaN)
c238drivers/FPU-emu/reg_compare.cswitch (c & 7)
c260drivers/FPU-emu/reg_compare.cif (c & COMP_Denormal)
c270drivers/FPU-emu/reg_compare.cint f, c;
c280drivers/FPU-emu/reg_compare.cc = compare(&st(nr));
c281drivers/FPU-emu/reg_compare.cif (c & COMP_NaN)
c284drivers/FPU-emu/reg_compare.cif (c & COMP_SNaN)       /* This is the only difference between
c293drivers/FPU-emu/reg_compare.cswitch (c & 7)
c315drivers/FPU-emu/reg_compare.cif (c & COMP_Denormal)
c59drivers/FPU-emu/reg_constant.cstatic void fld_const(FPU_REG const *c)
c69drivers/FPU-emu/reg_constant.creg_move(c, st_new_ptr);
c186drivers/FPU-emu/reg_ld_str.cint c = loaded_data->sign;
c188drivers/FPU-emu/reg_ld_str.cloaded_data->sign = c;
c234drivers/FPU-emu/reg_ld_str.cint c = loaded_data->sign;
c236drivers/FPU-emu/reg_ld_str.cloaded_data->sign = c;
c217drivers/block/hd.cunsigned char c;
c220drivers/block/hd.cc = inb_p(HD_STATUS);
c221drivers/block/hd.cc &= (BUSY_STAT | READY_STAT | SEEK_STAT);
c222drivers/block/hd.cif (c == (READY_STAT | SEEK_STAT))
c225drivers/block/hd.cprintk("HD controller times out, status = 0x%02x\n",c);
c517drivers/block/mcd.cint a, b, c, d;
c521drivers/block/mcd.cgetValue(&c);
c523drivers/block/mcd.cprintk("%02X %02X %02X %02X\n", a, b, c, d);
c631drivers/block/sbpcd.cmsf.c[3] = 0;
c632drivers/block/sbpcd.cmsf.c[2] = (blk + CD_BLOCK_OFFSET) / (CD_SECS * CD_FRAMES);
c634drivers/block/sbpcd.cmsf.c[1] = mm / CD_FRAMES;
c635drivers/block/sbpcd.cmsf.c[0] = mm % CD_FRAMES;
c670drivers/block/sbpcd.ci=(msf.c[2] * CD_SECS + msf.c[1]) * CD_FRAMES + msf.c[0] - CD_BLOCK_OFFSET;
c176drivers/char/atixlmouse.cunsigned char a,b,c;
c180drivers/char/atixlmouse.cc = inb( ATIXL_MSE_SIGNATURE_PORT );
c181drivers/char/atixlmouse.cif (( a != b ) && ( a == c ))
c1058drivers/char/console.cint c, n = 0;
c1074drivers/char/console.cc = from_user ? get_fs_byte(buf) : *buf;
c1077drivers/char/console.c&& (c >= 32 || (disp_ctrl && (c&0x7f) != 27))
c1078drivers/char/console.c&& (toggle_meta ? translate[c|0x80] : translate[c])) {
c1080drivers/char/console.cc |= 0x80;
c1087drivers/char/console.cc = translate[c];
c1088drivers/char/console.c*(unsigned short *) pos = (attr << 8) + c;
c1102drivers/char/console.cswitch (c) {
c1149drivers/char/console.cswitch (c) {
c1200drivers/char/console.cif (c == '[') { /* Function key */
c1204drivers/char/console.cques = (c=='?');
c1208drivers/char/console.cif (c==';' && npar<NPAR-1) {
c1211drivers/char/console.c} else if (c>='0' && c<='9') {
c1213drivers/char/console.cpar[npar] += c-'0';
c1218drivers/char/console.cswitch(c) {
c1237drivers/char/console.cswitch(c) {
c1340drivers/char/console.cif (c == '8') {
c1350drivers/char/console.cif (c == '0')
c1352drivers/char/console.celse if (c == 'B')
c1354drivers/char/console.celse if (c == 'U')
c1356drivers/char/console.celse if (c == 'K')
c1363drivers/char/console.cif (c == '0')
c1365drivers/char/console.celse if (c == 'B')
c1367drivers/char/console.celse if (c == 'U')
c1369drivers/char/console.celse if (c == 'K')
c1411drivers/char/console.cvoid * memsetw(void * s,unsigned short c,int count)
c1417drivers/char/console.c:"a" (c),"D" (s),"c" (count)
c1425drivers/char/console.cunsigned char c;
c1429drivers/char/console.cwhile ((c = *(b++)) != 0) {
c1430drivers/char/console.cif (c == 10 || c == 13 || need_wrap) {
c1431drivers/char/console.cif (c != 13)
c1434drivers/char/console.cif (c == 10 || c == 13)
c1437drivers/char/console.c*(unsigned short *) pos = (attr << 8) + c;
c1782drivers/char/console.cstatic inline int inword(const char c) { return (isalnum(c) || c == '_'); }
c1938drivers/char/console.cint  c, l;
c1944drivers/char/console.cc = strlen(sel_buffer);
c1947drivers/char/console.cwhile (c) {
c1952drivers/char/console.cl = MIN(c, tty->ldisc.receive_room(tty));
c1954drivers/char/console.cc -= l;
c138drivers/char/keyboard.cstatic inline void send_cmd(unsigned char c)
c141drivers/char/keyboard.coutb(c,0x64);
c197drivers/char/lp.cchar c, *temp = buf;
c209drivers/char/lp.cc = get_fs_byte(temp);
c210drivers/char/lp.cretval = lp_char_polled(c, minor);
c58drivers/char/n_tty.cstatic inline void put_tty_queue(unsigned char c, struct tty_struct *tty)
c61drivers/char/n_tty.ctty->read_buf[tty->read_head] = c;
c98drivers/char/n_tty.cstatic int opost(unsigned char c, struct tty_struct *tty)
c107drivers/char/n_tty.cswitch (c) {
c123drivers/char/n_tty.cc = '\n';
c147drivers/char/n_tty.cc = toupper(c);
c148drivers/char/n_tty.cif (!iscntrl(c))
c153drivers/char/n_tty.ctty->driver.put_char(tty, c);
c157drivers/char/n_tty.cstatic inline void put_char(unsigned char c, struct tty_struct *tty)
c159drivers/char/n_tty.ctty->driver.put_char(tty, c);
c164drivers/char/n_tty.cstatic void echo_char(unsigned char c, struct tty_struct *tty)
c166drivers/char/n_tty.cif (L_ECHOCTL(tty) && iscntrl(c) && c != '\t') {
c168drivers/char/n_tty.cput_char(c ^ 0100, tty);
c171drivers/char/n_tty.copost(c, tty);
c183drivers/char/n_tty.cstatic void eraser(unsigned char c, struct tty_struct *tty)
c192drivers/char/n_tty.cif (c == ERASE_CHAR(tty))
c194drivers/char/n_tty.celse if (c == WERASE_CHAR(tty))
c220drivers/char/n_tty.cc = tty->read_buf[head];
c223drivers/char/n_tty.cif (isalnum(c) || c == '_')
c237drivers/char/n_tty.cecho_char(c, tty);
c240drivers/char/n_tty.c} else if (c == '\t') {
c246drivers/char/n_tty.cc = tty->read_buf[tail];
c247drivers/char/n_tty.cif (c == '\t')
c249drivers/char/n_tty.celse if (iscntrl(c)) {
c264drivers/char/n_tty.cif (iscntrl(c) && L_ECHOCTL(tty)) {
c270drivers/char/n_tty.cif (!iscntrl(c) || L_ECHOCTL(tty)) {
c326drivers/char/n_tty.cunsigned char c)
c334drivers/char/n_tty.cput_tty_queue(c, tty);
c340drivers/char/n_tty.cstatic inline void n_tty_receive_char(struct tty_struct *tty, unsigned char c)
c343drivers/char/n_tty.cput_tty_queue(c, tty);
c353drivers/char/n_tty.cc &= 0x7f;
c355drivers/char/n_tty.cc=tolower(c);
c363drivers/char/n_tty.cif (!test_bit(c, &tty->process_char_map) || tty->lnext) {
c374drivers/char/n_tty.cecho_char(c, tty);
c376drivers/char/n_tty.cif (I_PARMRK(tty) && c == (unsigned char) '\377')
c377drivers/char/n_tty.cput_tty_queue(c, tty);
c378drivers/char/n_tty.cput_tty_queue(c, tty);
c382drivers/char/n_tty.cif (c == '\r') {
c386drivers/char/n_tty.cc = '\n';
c387drivers/char/n_tty.c} else if (c == '\n' && I_INLCR(tty))
c388drivers/char/n_tty.cc = '\r';
c390drivers/char/n_tty.cif (c == START_CHAR(tty)) {
c394drivers/char/n_tty.cif (c == STOP_CHAR(tty)) {
c400drivers/char/n_tty.cif (c == INTR_CHAR(tty)) {
c404drivers/char/n_tty.cif (c == QUIT_CHAR(tty)) {
c408drivers/char/n_tty.cif (c == SUSP_CHAR(tty)) {
c415drivers/char/n_tty.cif (c == ERASE_CHAR(tty) || c == KILL_CHAR(tty) ||
c416drivers/char/n_tty.c(c == WERASE_CHAR(tty) && L_IEXTEN(tty))) {
c417drivers/char/n_tty.ceraser(c, tty);
c420drivers/char/n_tty.cif (c == LNEXT_CHAR(tty) && L_IEXTEN(tty)) {
c431drivers/char/n_tty.cif (c == REPRINT_CHAR(tty) && L_ECHO(tty) &&
c436drivers/char/n_tty.cecho_char(c, tty);
c444drivers/char/n_tty.cif (c == '\n') {
c454drivers/char/n_tty.cif (c == EOF_CHAR(tty)) {
c455drivers/char/n_tty.cc = __DISABLED_CHAR;
c458drivers/char/n_tty.cif ((c == EOL_CHAR(tty)) ||
c459drivers/char/n_tty.c(c == EOL2_CHAR(tty) && L_IEXTEN(tty))) {
c471drivers/char/n_tty.cecho_char(c, tty);
c477drivers/char/n_tty.cif (I_PARMRK(tty) && c == (unsigned char) '\377')
c478drivers/char/n_tty.cput_tty_queue(c, tty);
c482drivers/char/n_tty.cput_tty_queue(c, tty);
c499drivers/char/n_tty.cif (c == '\n')
c505drivers/char/n_tty.cecho_char(c, tty);
c509drivers/char/n_tty.cif (I_PARMRK(tty) && c == (unsigned char) '\377')
c510drivers/char/n_tty.cput_tty_queue(c, tty);
c512drivers/char/n_tty.cput_tty_queue(c, tty);
c742drivers/char/n_tty.cint c;
c851drivers/char/n_tty.cc = tty->read_buf[tty->read_tail];
c857drivers/char/n_tty.cput_fs_byte(c, b++);
c866drivers/char/n_tty.cif (c != __DISABLED_CHAR) {
c867drivers/char/n_tty.cput_fs_byte(c, b++);
c911drivers/char/n_tty.cint c;
c935drivers/char/n_tty.cc = get_fs_byte(b);
c936drivers/char/n_tty.cif (opost(c, tty) < 0)
c943drivers/char/n_tty.cc = tty->driver.write(tty, 1, b, nr);
c944drivers/char/n_tty.cb += c;
c945drivers/char/n_tty.cnr -= c;
c380drivers/char/psaux.cunsigned char c;
c396drivers/char/psaux.cc = get_from_queue();
c397drivers/char/psaux.cput_fs_byte(c, buffer++);
c92drivers/char/pty.cint  c=0, n, r;
c110drivers/char/pty.cbuf += n;  c+= n;
c115drivers/char/pty.cc = MIN(count, to->ldisc.receive_room(to));
c116drivers/char/pty.cto->ldisc.receive_buf(to, buf, 0, c);
c119drivers/char/pty.creturn c;
c1229drivers/char/serial.cint  c, total = 0;
c1240drivers/char/serial.cc = MIN(count, MIN(SERIAL_XMIT_SIZE - info->xmit_cnt - 1,
c1242drivers/char/serial.cif (!c)
c1247drivers/char/serial.cbuf, c);
c1249drivers/char/serial.cmemcpy(info->xmit_buf + info->xmit_head, buf, c);
c1250drivers/char/serial.cinfo->xmit_head = (info->xmit_head + c) & (SERIAL_XMIT_SIZE-1);
c1252drivers/char/serial.cinfo->xmit_cnt += c;
c1254drivers/char/serial.cbuf += c;
c1255drivers/char/serial.ccount -= c;
c1256drivers/char/serial.ctotal += c;
c2330drivers/char/tpqic02.cint c;
c2353drivers/char/tpqic02.cc = iocmd & IOCCMD_MASK;
c2354drivers/char/tpqic02.cif (c == (MTIOCTOP & IOCCMD_MASK)) {
c2408drivers/char/tpqic02.c} else if (c == (MTIOCGET & IOCCMD_MASK)) {
c2436drivers/char/tpqic02.c} else if (c == (MTIOCPOS & IOCCMD_MASK)) {
c2455drivers/char/tpqic02.cc = rdstatus((char *) blk_addr, sizeof(blk_addr), QCMDV_TELL_BLK);
c2456drivers/char/tpqic02.cif (c!=TE_OK)
c1199drivers/char/tty_io.cchar *c, *d;
c1208drivers/char/tty_io.cc = (char *)(*p);
c1211drivers/char/tty_io.cput_fs_byte(*c++, d++);
c82drivers/net/ppp.c#define in_xmap(ppp,c)  (ppp->xmit_async_map[(c) >> 5] & (1 << ((c) & 0x1f)))
c83drivers/net/ppp.c#define in_rmap(ppp,c)  ((((unsigned int) (unsigned char) (c)) < 0x20) && \
c84drivers/net/ppp.cppp->recv_async_map & (1 << (c)))
c105drivers/net/ppp.cstatic void ppp_unesc(struct ppp *ppp, unsigned char *c, int n);
c752drivers/net/ppp.cppp_enqueue(struct ppp *ppp, unsigned char c)
c759drivers/net/ppp.c*ppp->rhead = c;
c849drivers/net/ppp.cppp_unesc(struct ppp *ppp, unsigned char *c, int n)
c853drivers/net/ppp.cfor (i = 0; i < n; i++, c++) {
c854drivers/net/ppp.cPRINTKN (6,(KERN_DEBUG "(%x)", (unsigned int) *c));
c857drivers/net/ppp.cif (*c & 0x80)
c862drivers/net/ppp.cif (paritytab[*c >> 5] & (1 << (*c & 0x1F)))
c868drivers/net/ppp.cswitch (*c) {
c887drivers/net/ppp.cif (!in_rmap (ppp, *c)) {
c889drivers/net/ppp.cppp_enqueue (ppp, *c ^ ppp->escape);
c908drivers/net/ppp.cunsigned char c;
c927drivers/net/ppp.cc = *cp++;
c936drivers/net/ppp.cif (c & 0x80)
c941drivers/net/ppp.cif (paritytab[c >> 5] & (1 << (c & 0x1F)))
c947drivers/net/ppp.cswitch (c) {
c966drivers/net/ppp.cif (!in_rmap (ppp, c)) {
c968drivers/net/ppp.cppp_enqueue (ppp, c ^ ppp->escape);
c981drivers/net/ppp.cu_char *c = ppp->rbuff;
c998drivers/net/ppp.cppp_print_buffer ("receive frame", c, count, KERNEL_DS);
c1017drivers/net/ppp.cif ((c[0] == PPP_ADDRESS) && (c[1] == PPP_CONTROL)) {
c1018drivers/net/ppp.cc = c + 2;      /* ADDR/CTRL not compressed, so skip */
c1022drivers/net/ppp.cproto = (u_short) *c++;    /* PROTO compressed */
c1026drivers/net/ppp.cproto = (proto << 8) | (u_short) *c++; /* PROTO uncompressed */
c1031drivers/net/ppp.cif ((ppp->dev->flags & IFF_UP) && ppp_do_ip(ppp, proto, c, count)) {
c1042drivers/net/ppp.cif (ppp_us_queue (ppp, proto, c, count+2)) {
c1059drivers/net/ppp.cppp_do_ip (struct ppp *ppp, unsigned short proto, unsigned char *c,
c1065drivers/net/ppp.c(int) proto, count, c[0]));
c1096drivers/net/ppp.ccount = slhc_uncompress(ppp->slcomp, c, count);
c1107drivers/net/ppp.cif (slhc_remember(ppp->slcomp, c, count) <= 0) {
c1121drivers/net/ppp.cstruct iphdr *iph = (struct iphdr *) c;
c1127drivers/net/ppp.cwhile ((dev_rint(c, count, 0, ppp->dev) & ~1) != 0)
c1136drivers/net/ppp.c#define PUTC(c,label) *ppp->us_rbuff_head++ = c; \
c1141drivers/net/ppp.c#define GETC(c) c = *ppp->us_rbuff_tail++; \
c1212drivers/net/ppp.cunsigned char c;
c1243drivers/net/ppp.cGETC (c); len = c << 8; GETC (c); len += c;
c1265drivers/net/ppp.cGETC (c);
c1266drivers/net/ppp.cput_fs_byte (c, buf++);
c1290drivers/net/ppp.cppp_stuff_char(struct ppp *ppp, unsigned char c)
c1297drivers/net/ppp.cif (in_xmap (ppp, c)) {
c1299drivers/net/ppp.c*ppp->xhead++ = c ^ PPP_TRANS;
c1301drivers/net/ppp.c*ppp->xhead++ = c;
c1302drivers/net/ppp.cppp->fcs = (ppp->fcs >> 8) ^ fcstab[(ppp->fcs ^ c) & 0xff];
c1956drivers/net/ppp.cunsigned char *c = ppp->rbuff;
c1959drivers/net/ppp.cfor (i = 0; i < ppp->rcount - 2; i++, c++)
c1960drivers/net/ppp.cfcs = (fcs >> 8) ^ fcstab[(fcs ^ *c) & 0xff];
c1963drivers/net/ppp.cmsgfcs = (c[1] << 8) + c[0];
c229drivers/net/slip.csl_enqueue(struct slip *sl, unsigned char c)
c236drivers/net/slip.c*sl->rhead = c;
c292drivers/net/slip.cunsigned char c;
c299drivers/net/slip.cif ((c = sl->rbuff[0]) & SL_TYPE_COMPRESSED_TCP) {
c327drivers/net/slip.c} else if (c >= SL_TYPE_UNCOMPRESSED_TCP) {
c870drivers/net/slip.cunsigned char c;
c873drivers/net/slip.cc = 0x30 + ((v >> bits) & 0x3F);
c874drivers/net/slip.cd[count++] = c;
c878drivers/net/slip.cunsigned char c;
c880drivers/net/slip.cc = 0x30 + ((v << (6 - bits)) & 0x3F);
c881drivers/net/slip.cd[count++] = c;
c890drivers/net/slip.cunsigned char c;
c913drivers/net/slip.cc = (unsigned char)(sl->xdata >> sl->xbits);
c914drivers/net/slip.csl_enqueue(sl, c);
c1329drivers/scsi/NCR5380.cregister int c = *count;
c1377drivers/scsi/NCR5380.cif (!((p & SR_MSG) && c > 1)) {
c1407drivers/scsi/NCR5380.cif (!(p == PHASE_MSGOUT && c > 1))
c1411drivers/scsi/NCR5380.c} while (--c);
c1414drivers/scsi/NCR5380.cprintk("scsi%d : residual %d\n", instance->host_no, c);
c1417drivers/scsi/NCR5380.c*count = c;
c1425drivers/scsi/NCR5380.cif (!c || (*phase == p))
c1455drivers/scsi/NCR5380.cregister int c = *count;
c1477drivers/scsi/NCR5380.cc -= 2;
c1483drivers/scsi/NCR5380.c"writing", c, (p & SR_IO) ? "to" : "from", (unsigned) d);
c1486drivers/scsi/NCR5380.cNCR5380_dma_read_setup(instance, d, c) : 
c1487drivers/scsi/NCR5380.cNCR5380_dma_write_setup(instance, d, c);
c1590drivers/scsi/NCR5380.cc -= residue;
c1591drivers/scsi/NCR5380.c*count -= c;
c1592drivers/scsi/NCR5380.c*data += c;
c1627drivers/scsi/NCR5380.cif (!(foo = NCR5380_pread(instance, d, c - 1))) {
c1653drivers/scsi/NCR5380.cd[c - 1] = NCR5380_read(INPUT_DATA_REG);
c1657drivers/scsi/NCR5380.cif (!(foo = NCR5380_pwrite(instance, d, c))) {
c1708drivers/scsi/NCR5380.c*data = d + c;
c129drivers/sound/audio.cint             c, p, l;
c136drivers/sound/audio.cc = count;
c156drivers/sound/audio.cwhile (c)
c165drivers/sound/audio.cl = c;
c189drivers/sound/audio.cc -= l;
c209drivers/sound/audio.cint             c, p, l;
c216drivers/sound/audio.cc = count;
c230drivers/sound/audio.cwhile (c)
c235drivers/sound/audio.cif (l > c)
c236drivers/sound/audio.cl = c;
c255drivers/sound/audio.cc -= l;
c258drivers/sound/audio.creturn count - c;
c389drivers/sound/dmabuf.cDMAbuf_rmchars (int dev, int buff_no, int c)
c391drivers/sound/dmabuf.cint             p = dev_counts[dev][dev_qhead[dev]] + c;
c409drivers/sound/dmabuf.cint             buff_no, c, err;
c416drivers/sound/dmabuf.cif ((buff_no = DMAbuf_getrdbuffer (dev, &dmabuf, &c)) < 0)
c419drivers/sound/dmabuf.cif (c > count)
c420drivers/sound/dmabuf.cc = count;
c422drivers/sound/dmabuf.cCOPY_TO_USER (user_buf, 0, dmabuf, c);
c424drivers/sound/dmabuf.cif ((err = DMAbuf_rmchars (dev, buff_no, c)) < 0)
c426drivers/sound/dmabuf.creturn c;
c841drivers/sound/dmabuf.cDMAbuf_rmchars (int dev, int buff_no, int c)
c69drivers/sound/mpu401.cunsigned char   c = mpu401_read ();
c72drivers/sound/mpu401.cmidi_input_intr (my_dev, c);
c55drivers/sound/os.h#define COPY_FROM_USER(d, s, o, c)  memcpy_fromfs((d), &((s)[o]), (c))
c56drivers/sound/os.h#define COPY_TO_USER(d, o, s, c)  memcpy_tofs(&((d)[o]), (s), (c))
c57drivers/sound/os.h#define IOCTL_FROM_USER(d, s, o, c)  memcpy_fromfs((d), &((s)[o]), (c))
c58drivers/sound/os.h#define IOCTL_TO_USER(d, o, s, c)  memcpy_tofs(&((d)[o]), (s), (c))
c69drivers/sound/sb16_midi.cunsigned char   c = sb16midi_read ();
c72drivers/sound/sb16_midi.cmidi_input_intr (my_dev, c);
c79drivers/sound/sequencer.cint             c = count, p = 0;
c87drivers/sound/sequencer.cwhile (c > 3)
c92drivers/sound/sequencer.cif (c != count)  /* Some data has been received */
c95drivers/sound/sequencer.creturn count - c;  /* Return what we have */
c103drivers/sound/sequencer.creturn count - c;
c109drivers/sound/sequencer.cc -= 4;
c116drivers/sound/sequencer.creturn count - c;
c171drivers/sound/sequencer.cint             p = 0, c, ev_size;
c185drivers/sound/sequencer.cc = count;
c187drivers/sound/sequencer.cwhile (c >= 4)
c203drivers/sound/sequencer.cerr = synth_devs[dev]->load_patch (dev, *(short *) &event[0], buf, p + 4, c, 0);
c215drivers/sound/sequencer.cif (c < ev_size)
c219drivers/sound/sequencer.creturn count - c;
c262drivers/sound/sequencer.creturn count - c;
c266drivers/sound/sequencer.cc -= ev_size;
c10drivers/sound/sound_calls.hint DMAbuf_rmchars(int dev, int buff_no, int c);
c225drivers/sound/sound_switch.cint             l, c;
c228drivers/sound/sound_switch.cc = status_len - status_ptr;
c230drivers/sound/sound_switch.cif (l > c)
c231drivers/sound/sound_switch.cl = c;
c68fs/ext/dir.cchar c;
c100fs/ext/dir.cif ((c = de->name[i]) != 0)
c101fs/ext/dir.cput_fs_byte(c,i+dirent->d_name);
c200fs/ext/file.cint written,c;
c228fs/ext/file.cc = BLOCK_SIZE - (pos % BLOCK_SIZE);
c229fs/ext/file.cif (c > count-written)
c230fs/ext/file.cc = count-written;
c231fs/ext/file.cif (c != BLOCK_SIZE && !bh->b_uptodate) {
c242fs/ext/file.cpos += c;
c247fs/ext/file.cwritten += c;
c248fs/ext/file.cmemcpy_fromfs(p,buf,c);
c249fs/ext/file.cbuf += c;
c634fs/ext/namei.cchar c;
c651fs/ext/namei.cwhile (i < 1023 && (c = *(symname++)))
c652fs/ext/namei.cname_block->b_data[i++] = c;
c89fs/ext/symlink.cchar c;
c102fs/ext/symlink.cwhile (i<buflen && (c = bh->b_data[i])) {
c104fs/ext/symlink.cput_fs_byte(c,buffer++);
c230fs/ext2/file.cint written, c;
c265fs/ext2/file.cc = sb->s_blocksize - (pos % sb->s_blocksize);
c266fs/ext2/file.cif (c > count-written)
c267fs/ext2/file.cc = count - written;
c268fs/ext2/file.cif (c != sb->s_blocksize && !bh->b_uptodate) {
c279fs/ext2/file.cpos += c;
c280fs/ext2/file.cwritten += c;
c281fs/ext2/file.cmemcpy_fromfs (p, buf, c);
c282fs/ext2/file.cbuf += c;
c38fs/ext2/namei.c#define NAMEI_RA_INDEX(c,b)  (((c) * NAMEI_RA_BLOCKS) + (b))
c762fs/ext2/namei.cchar c;
c793fs/ext2/namei.cwhile (i < inode->i_sb->s_blocksize - 1 && (c = *(symname++)))
c794fs/ext2/namei.clink[i++] = c;
c99fs/ext2/symlink.cchar c;
c118fs/ext2/symlink.cwhile (i < buflen && (c = link[i])) {
c120fs/ext2/symlink.cput_fs_byte (c, buffer++);
c947fs/hpfs/hpfs_fs.cunsigned c;
c952fs/hpfs/hpfs_fs.cc = *p++;
c953fs/hpfs/hpfs_fs.cif (c < ' ')
c954fs/hpfs/hpfs_fs.cif (c == '\r' && len && *p == '\n')
c956fs/hpfs/hpfs_fs.celse if (c == '\t' || c == '\n');
c959fs/hpfs/hpfs_fs.celse if (c < '\177')
c981fs/hpfs/hpfs_fs.cunsigned c = *in++;
c982fs/hpfs/hpfs_fs.cif (c == '\r' && (len == 0 || *in == '\n'));
c984fs/hpfs/hpfs_fs.cput_fs_byte(c, out++);
c72fs/isofs/dir.cchar c = 0;
c199fs/isofs/dir.cif (!(c = dpnt[i])) break;
c200fs/isofs/dir.cif (c >= 'A' && c <= 'Z') c |= 0x20;  /* lower case */
c201fs/isofs/dir.cif (c == '.' && i == dlen-3 && de->name[i+1] == ';' && de->name[i+2] == '1')
c203fs/isofs/dir.cif (c == ';' && i == dlen-2 && de->name[i+1] == '1') 
c205fs/isofs/dir.cif (c == ';') c = '.';  /* Convert remaining ';' to '.' */
c206fs/isofs/dir.cdpnt[i] = c;
c78fs/isofs/namei.cchar c;
c164fs/isofs/namei.cc = dpnt[i];
c165fs/isofs/namei.cif (c >= 'A' && c <= 'Z') c |= 0x20;  /* lower case */
c166fs/isofs/namei.cif (c == ';' && i == dlen-2 && dpnt[i+1] == '1') {
c170fs/isofs/namei.cif (c == ';') c = '.';
c171fs/isofs/namei.cde->name[i] = c;
c84fs/isofs/symlink.cchar c;
c100fs/isofs/symlink.cwhile (i<buflen && (c = pnt[i])) {
c102fs/isofs/symlink.cput_fs_byte(c,buffer++);
c61fs/minix/dir.cchar c;
c84fs/minix/dir.cif ((c = de->name[i]) != 0)
c85fs/minix/dir.cput_fs_byte(c,i+dirent->d_name);
c192fs/minix/file.cint written,c;
c217fs/minix/file.cc = BLOCK_SIZE - (pos % BLOCK_SIZE);
c218fs/minix/file.cif (c > count-written)
c219fs/minix/file.cc = count-written;
c220fs/minix/file.cif (c != BLOCK_SIZE && !bh->b_uptodate) {
c231fs/minix/file.cpos += c;
c232fs/minix/file.cwritten += c;
c233fs/minix/file.cmemcpy_fromfs(p,buf,c);
c234fs/minix/file.cbuf += c;
c546fs/minix/namei.cchar c;
c563fs/minix/namei.cwhile (i < 1023 && (c=*(symname++)))
c564fs/minix/namei.cname_block->b_data[i++] = c;
c83fs/minix/symlink.cchar c;
c96fs/minix/symlink.cwhile (i<buflen && (c = bh->b_data[i])) {
c98fs/minix/symlink.cput_fs_byte(c,buffer++);
c61fs/msdos/dir.cchar c,*walk;
c84fs/msdos/dir.cif (!(c = de->name[i])) break;
c85fs/msdos/dir.cif (c >= 'A' && c <= 'Z') c += 32;
c86fs/msdos/dir.cif (c != ' ') last = i+1;
c87fs/msdos/dir.cput_fs_byte(c,i+dirent->d_name);
c93fs/msdos/dir.cif (!(c = de->ext[i2])) break;
c94fs/msdos/dir.cif (c >= 'A' && c <= 'Z') c += 32;
c95fs/msdos/dir.cif (c != ' ') last = i+1;
c96fs/msdos/dir.cput_fs_byte(c,i+dirent->d_name);
c37fs/msdos/namei.cunsigned char c;
c48fs/msdos/namei.cc = 0;
c50fs/msdos/namei.cc = *name++;
c52fs/msdos/namei.cif (conv != 'r' && strchr(bad_chars,c)) return -EINVAL;
c53fs/msdos/namei.cif (conv == 's' && strchr(bad_if_strict,c)) return -EINVAL;
c54fs/msdos/namei.cif (c >= 'A' && c <= 'Z' && conv == 's') return -EINVAL;
c55fs/msdos/namei.cif (c < ' ' || c == ':' || c == '\\') return -EINVAL;
c56fs/msdos/namei.cif (c == '.') break;
c57fs/msdos/namei.cspace = c == ' ';
c58fs/msdos/namei.c*walk = c >= 'a' && c <= 'z' ? c-32 : c;
c61fs/msdos/namei.cif (conv == 's' && len && c != '.') {
c62fs/msdos/namei.cc = *name++;
c64fs/msdos/namei.cif (c != '.') return -EINVAL;
c66fs/msdos/namei.cwhile (c != '.' && len--) c = *name++;
c67fs/msdos/namei.cif (c == '.') {
c70fs/msdos/namei.cc = *name++;
c72fs/msdos/namei.cif (conv != 'r' && strchr(bad_chars,c)) return -EINVAL;
c73fs/msdos/namei.cif (conv == 's' && strchr(bad_if_strict,c))
c75fs/msdos/namei.cif (c < ' ' || c == ':' || c == '\\' || c == '.')
c77fs/msdos/namei.cif (c >= 'A' && c <= 'Z' && conv == 's') return -EINVAL;
c78fs/msdos/namei.cspace = c == ' ';
c79fs/msdos/namei.c*walk++ = c >= 'a' && c <= 'z' ? c-32 : c;
c33fs/namei.cchar * tmp, c;
c44fs/namei.cc = get_fs_byte(filename++);
c45fs/namei.cif (!c)
c51fs/namei.c*(tmp++) = c;
c52fs/namei.cc = get_fs_byte(filename++);
c53fs/namei.cif (!c) {
c159fs/namei.cchar c;
c169fs/namei.cif ((c = *pathname) == '/') {
c177fs/namei.cfor(len=0;(c = *(pathname++))&&(c != '/');len++)
c179fs/namei.cif (!c)
c87fs/nfs/symlink.cchar c;
c104fs/nfs/symlink.cfor (i = 0; i < buflen && (c = res[i]); i++)
c105fs/nfs/symlink.cput_fs_byte(c,buffer++);
c86fs/proc/array.cint a, b, c;
c90fs/proc/array.cc = avenrun[2] + (FIXED_1/200);
c94fs/proc/array.cLOAD_INT(c), LOAD_FRAC(c));
c204fs/proc/array.cchar c;
c213fs/proc/array.cc = *(char *) addr;
c214fs/proc/array.cif (!c)
c217fs/proc/array.cbuffer[size++] = c;
c222fs/proc/array.cif (!c && start >= end)
c56fs/proc/fd.cunsigned int ino, pid, fd, c;
c89fs/proc/fd.cc = *name - '0';
c91fs/proc/fd.cif (c > 9) {
c96fs/proc/fd.cfd += c;
c80fs/proc/root.cunsigned int pid, c;
c104fs/proc/root.cc = *name - '0';
c106fs/proc/root.cif (c > 9) {
c111fs/proc/root.cpid += c;
c69fs/sysv/dir.cchar c;
c91fs/sysv/dir.cif ((c = de->name[i]) != 0)
c92fs/sysv/dir.cput_fs_byte(c,i+dirent->d_name);
c246fs/sysv/file.cint written,c;
c280fs/sysv/file.cc = sb->sv_block_size - (pos & sb->sv_block_size_1);
c281fs/sysv/file.cif (c > count-written)
c282fs/sysv/file.cc = count-written;
c283fs/sysv/file.cif (c != BLOCK_SIZE && !bh->b_uptodate) {
c295fs/sysv/file.cpos += c;
c300fs/sysv/file.cwritten += c;
c301fs/sysv/file.cmemcpy_fromfs(p,buf,c);
c302fs/sysv/file.cbuf += c;
c552fs/sysv/namei.cchar c;
c571fs/sysv/namei.cwhile (i < sb->sv_block_size_1 && (c = *(symname++)))
c572fs/sysv/namei.cname_block_data[i++] = c;
c91fs/sysv/symlink.cchar c;
c104fs/sysv/symlink.cwhile (i<buflen && (c = bh_data[i])) {
c106fs/sysv/symlink.cput_fs_byte(c,buffer++);
c193fs/xiafs/file.cint written, c;
c221fs/xiafs/file.cc = XIAFS_ZSIZE(inode->i_sb) - (pos & (XIAFS_ZSIZE(inode->i_sb) - 1));
c222fs/xiafs/file.cif (c > count-written)
c223fs/xiafs/file.cc = count-written;
c224fs/xiafs/file.cif (c != XIAFS_ZSIZE(inode->i_sb) && !bh->b_uptodate) {
c235fs/xiafs/file.cpos += c;
c240fs/xiafs/file.cwritten += c;
c241fs/xiafs/file.cmemcpy_fromfs(cp,buf,c);
c242fs/xiafs/file.cbuf += c;
c590fs/xiafs/namei.cchar c;
c612fs/xiafs/namei.cfor (i = 0; i < BLOCK_SIZE-1 && (c=*symname++); i++)
c613fs/xiafs/namei.cname_block->b_data[i] = c;
c51fs/xiafs/symlink.cchar c;
c67fs/xiafs/symlink.cfor (i=0; i < buflen && (c=bh->b_data[i]); i++)
c68fs/xiafs/symlink.cput_fs_byte(c, buffer++);
c52include/asm/io.h__OUT1(s##c,x) __OUT2(s,s1,"") : : "a" (value), "i" (port)); } \
c64include/asm/io.h__IN1(s##c) __IN2(s,s1,"") : "=a" (_v) : "i" (port) ,##i ); return _v; } \
c135include/linux/cdu31a.h#define SONY_HWC_GET_LOAD_MECH(c)  (c.hw_config[0] & 0x03)
c136include/linux/cdu31a.h#define SONY_HWC_EJECT(c)    (c.hw_config[0] & 0x04)
c137include/linux/cdu31a.h#define SONY_HWC_LED_SUPPORT(c)    (c.hw_config[0] & 0x08)
c138include/linux/cdu31a.h#define SONY_HWC_DOUBLE_SPEED(c)  (c.hw_config[0] & 0x10)
c139include/linux/cdu31a.h#define SONY_HWC_GET_BUF_MEM_SIZE(c)  ((c.hw_config[0] & 0xc0) >> 6)
c140include/linux/cdu31a.h#define SONY_HWC_AUDIO_PLAYBACK(c)  (c.hw_config[1] & 0x01)
c141include/linux/cdu31a.h#define SONY_HWC_ELECTRIC_VOLUME(c)  (c.hw_config[1] & 0x02)
c142include/linux/cdu31a.h#define SONY_HWC_ELECTRIC_VOLUME_CTL(c)  (c.hw_config[1] & 0x04)
c16include/linux/ctype.h#define isalnum(c) ((_ctype+1)[c]&(_U|_L|_D))
c17include/linux/ctype.h#define isalpha(c) ((_ctype+1)[c]&(_U|_L))
c18include/linux/ctype.h#define iscntrl(c) ((_ctype+1)[c]&(_C))
c19include/linux/ctype.h#define isdigit(c) ((_ctype+1)[c]&(_D))
c20include/linux/ctype.h#define isgraph(c) ((_ctype+1)[c]&(_P|_U|_L|_D))
c21include/linux/ctype.h#define islower(c) ((_ctype+1)[c]&(_L))
c22include/linux/ctype.h#define isprint(c) ((_ctype+1)[c]&(_P|_U|_L|_D|_SP))
c23include/linux/ctype.h#define ispunct(c) ((_ctype+1)[c]&(_P))
c24include/linux/ctype.h#define isspace(c) ((_ctype+1)[c]&(_S))
c25include/linux/ctype.h#define isupper(c) ((_ctype+1)[c]&(_U))
c26include/linux/ctype.h#define isxdigit(c) ((_ctype+1)[c]&(_D|_X))
c28include/linux/ctype.h#define isascii(c) (((unsigned) c)<=0x7f)
c29include/linux/ctype.h#define toascii(c) (((unsigned) c)&0x7f)
c31include/linux/ctype.h#define tolower(c) (_ctmp=c,isupper(_ctmp)?_ctmp-('A'-'a'):_ctmp)
c32include/linux/ctype.h#define toupper(c) (_ctmp=c,islower(_ctmp)?_ctmp-('a'-'A'):_ctmp)
c33include/linux/ioctl.h#define _IO(c,d)  (IOC_VOID | ((c)<<8) | (d)) /* param encoded */
c38include/linux/ioctl.h#define _IOW(c,d,t)  (IOC_IN | ((sizeof(t)<<16) & IOCSIZE_MASK) | \
c39include/linux/ioctl.h((c)<<8) | (d))
c40include/linux/ioctl.h#define _IOR(c,d,t)  (IOC_OUT | ((sizeof(t)<<16) & IOCSIZE_MASK) | \
c41include/linux/ioctl.h((c)<<8) | (d))
c43include/linux/ioctl.h#define _IOWR(c,d,t)  (IOC_INOUT | ((sizeof(t)<<16) & IOCSIZE_MASK) | \
c44include/linux/ioctl.h((c)<<8) | (d))
c444include/linux/sbpcd.hu_char c[4];
c451include/linux/sbpcd.hu_char c[4];
c129include/linux/string.hextern inline char * strchr(const char * s,char c)
c142include/linux/string.h:"=a" (__res):"S" (s),"0" (c):"si");
c146include/linux/string.hextern inline char * strrchr(const char * s,char c)
c157include/linux/string.h:"=d" (__res):"0" (0),"S" (s),"a" (c):"ax","si");
c392include/linux/string.hextern inline void * memchr(const void * cs,char c,size_t count)
c403include/linux/string.h:"=D" (__res):"a" (c),"D" (cs),"c" (count)
c408include/linux/string.hextern inline void * memset(void * s,char c,size_t count)
c414include/linux/string.h:"a" (c),"D" (s),"c" (count)
c189include/linux/unistd.h#define _syscall3(type,name,atype,a,btype,b,ctype,c) \
c190include/linux/unistd.htype name(atype a,btype b,ctype c) \
c195include/linux/unistd.h: "0" (__NR_##name),"b" ((long)(a)),"c" ((long)(b)),"d" ((long)(c))); \
c202include/linux/unistd.h#define _syscall4(type,name,atype,a,btype,b,ctype,c,dtype,d) \
c203include/linux/unistd.htype name (atype a, btype b, ctype c, dtype d) \
c209include/linux/unistd.h"d" ((long)(c)),"S" ((long)(d))); \
c216include/linux/unistd.h#define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \
c217include/linux/unistd.htype name (atype a,btype b,ctype c,dtype d,etype e) \
c223include/linux/unistd.h"d" ((long)(c)),"S" ((long)(d)),"D" ((long)(e))); \
c340init/main.cchar c = ' ';
c344init/main.cif (c == ' ' && *(unsigned long *)from == *(unsigned long *)"mem=")
c346init/main.cc = *(from++);
c347init/main.cif (!c)
c351init/main.c*(to++) = c;
c59kernel/printk.cchar c;
c87kernel/printk.cc = *((char *) log_buf+log_start);
c92kernel/printk.cput_fs_byte(c,buf);
c117kernel/printk.cc = *((char *) log_buf+(j++ & (LOG_BUF_LEN-1)));
c118kernel/printk.cput_fs_byte(c, buf++);
c167kernel/sched.cint c;
c228kernel/sched.cc = -1000;
c233kernel/sched.cif (p->state == TASK_RUNNING && p->counter > c)
c234kernel/sched.cc = p->counter, next = p;
c237kernel/sched.cif (!c) {
c43kernel/vsprintf.c#define is_digit(c)  ((c) >= '0' && (c) <= '9')
c70kernel/vsprintf.cchar c,sign,tmp[36];
c78kernel/vsprintf.cc = (type & ZEROPAD) ? '0' : ' ' ;
c109kernel/vsprintf.c*str++ = c;
c317net/inet/sock.cstruct sk_buff * c = alloc_skb(size, priority);
c318net/inet/sock.cif (c) 
c321net/inet/sock.csk->wmem_alloc+= c->mem_len;
c324net/inet/sock.creturn c;
c338net/inet/sock.cstruct sk_buff *c = alloc_skb(size, priority);
c339net/inet/sock.cif (c) 
c342net/inet/sock.csk->rmem_alloc += c->mem_len;
c345net/inet/sock.creturn(c);
c1364net/inet/tcp.cchar c = sk->urg_data;
c1367net/inet/tcp.cput_fs_byte(c, to);
c87tools/build.cint i,c,id, sz;
c166tools/build.cfor (i=0 ; (c=read(id,buf,sizeof buf))>0 ; i+=c )
c167tools/build.cif (write(1,buf,c)!=c)
c169tools/build.cif (c != 0)
c176tools/build.cfor (c=0 ; c<sizeof(buf) ; c++)
c177tools/build.cbuf[c] = '\0';
c179tools/build.cc = SETUP_SECTS*512-i;
c180tools/build.cif (c > sizeof(buf))
c181tools/build.cc = sizeof(buf);
c182tools/build.cif (write(1,buf,c) != c)
c184tools/build.ci += c;
c188zBoot/gzip.h#define put_byte(c) {outbuf[outcnt++]=(uch)(c); if (outcnt==OUTBUFSIZ)\
c190zBoot/gzip.h#define put_char(c) {window[outcnt++]=(uch)(c); if (outcnt==WSIZE)\
c213zBoot/gzip.h#define tolow(c)  (isupper(c) ? (c)-'A'+'a' : (c))    /* force to lower case */
c225zBoot/gzip.h#  define Tracec(c,x) {if (verbose && (c)) fprintf x ;}
c226zBoot/gzip.h#  define Tracecv(c,x) {if (verbose>1 && (c)) fprintf x ;}
c232zBoot/gzip.h#  define Tracec(c,x)
c233zBoot/gzip.h#  define Tracecv(c,x)
c114zBoot/inflate.cunsigned c[BMAX+1];           /* bit length count table */
c136zBoot/inflate.cmemzero(c, sizeof(c));
c139zBoot/inflate.cc[*p++]++;                  /* assume all entries <= BMAX */
c141zBoot/inflate.cif (c[0] == n)                /* null input--all zero length codes */
c153zBoot/inflate.cif (c[j])
c159zBoot/inflate.cif (c[i])
c170zBoot/inflate.cif ((y -= c[j]) < 0)
c172zBoot/inflate.cif ((y -= c[i]) < 0)
c174zBoot/inflate.cc[i] += y;
c180zBoot/inflate.cp = c + 1;  xp = x + 2;
c210zBoot/inflate.ca = c[k];
c228zBoot/inflate.cxp = c + k;
c131zBoot/misc.cchar c;
c136zBoot/misc.cwhile ( ( c = *s++ ) != '\0' ) {
c137zBoot/misc.cif ( c == '\n' ) {
c144zBoot/misc.cvidmem [ ( x + cols * y ) * 2 ] = c; 
c159zBoot/misc.c__ptr_t memset(__ptr_t s, int c, size_t n)
c164zBoot/misc.cfor (i=0;i<n;i++) ss[i] = c;
c187zBoot/misc.cregister ulg c;         /* temporary variable */
c192zBoot/misc.cc = 0xffffffffL;
c194zBoot/misc.cc = crc;
c196zBoot/misc.cc = crc_32_tab[((int)c ^ (*s++)) & 0xff] ^ (c >> 8);
c199zBoot/misc.ccrc = c;
c200zBoot/misc.creturn c ^ 0xffffffffL;       /* (instead of ~c for 64-bit machines) */
c269zBoot/misc.cunsigned long c;      /* crc shift register */
c286zBoot/misc.cc = 0;
c289zBoot/misc.cc = c & 1 ? (c >> 1) ^ e : c >> 1;
c291zBoot/misc.cc ^= e;
c293zBoot/misc.ccrc_32_tab[i] = c;
c18zBoot/piggyback.cint c, n=0, len=0;
c133zBoot/unzip.cuch c = (uch)get_byte();
c135zBoot/unzip.cif (decrypt) zdecode(c);
c137zBoot/unzip.cif (!test) put_char(c);
c38zBoot/xtract.cint i,c,id, sz;