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);
c173drivers/FPU-emu/reg_compare.cint f, c;
c175drivers/FPU-emu/reg_compare.cc = compare(&FPU_loaded_data);
c177drivers/FPU-emu/reg_compare.cif (c & COMP_NaN)
c183drivers/FPU-emu/reg_compare.cswitch (c & 7)
c205drivers/FPU-emu/reg_compare.cif (c & COMP_Denormal)
c215drivers/FPU-emu/reg_compare.cint f, c;
c225drivers/FPU-emu/reg_compare.cc = compare(&st(nr));
c226drivers/FPU-emu/reg_compare.cif (c & COMP_NaN)
c233drivers/FPU-emu/reg_compare.cswitch (c & 7)
c255drivers/FPU-emu/reg_compare.cif (c & COMP_Denormal)
c265drivers/FPU-emu/reg_compare.cint f, c;
c275drivers/FPU-emu/reg_compare.cc = compare(&st(nr));
c276drivers/FPU-emu/reg_compare.cif (c & COMP_NaN)
c279drivers/FPU-emu/reg_compare.cif (c & COMP_SNaN)       /* This is the only difference between
c288drivers/FPU-emu/reg_compare.cswitch (c & 7)
c310drivers/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, FPU_st0_ptr);
c195drivers/FPU-emu/reg_ld_str.cint c = FPU_loaded_data.sign;
c197drivers/FPU-emu/reg_ld_str.cFPU_loaded_data.sign = c;
c244drivers/FPU-emu/reg_ld_str.cint c = FPU_loaded_data.sign;
c246drivers/FPU-emu/reg_ld_str.cFPU_loaded_data.sign = c;
c214drivers/block/hd.cunsigned char c;
c217drivers/block/hd.cc = inb_p(HD_STATUS);
c218drivers/block/hd.cc &= (BUSY_STAT | READY_STAT | SEEK_STAT);
c219drivers/block/hd.cif (c == (READY_STAT | SEEK_STAT))
c222drivers/block/hd.cprintk("HD controller times out, status = 0x%02x\n",c);
c464drivers/block/mcd.cint a, b, c, d;
c468drivers/block/mcd.cgetValue(&c);
c470drivers/block/mcd.cprintk("%02X %02X %02X %02X\n", a, b, c, d);
c499drivers/block/sbpcd.cmsf.c[3] = 0;
c500drivers/block/sbpcd.cmsf.c[2] = (blk + CD_BLOCK_OFFSET) / (CD_SECS * CD_FRAMES);
c502drivers/block/sbpcd.cmsf.c[1] = mm / CD_FRAMES;
c503drivers/block/sbpcd.cmsf.c[0] = mm % CD_FRAMES;
c538drivers/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 ))
c996drivers/char/console.cint c;
c1011drivers/char/console.cwhile (!tty->stopped &&  (c = get_tty_queue(&tty->write_q)) >= 0) {
c1012drivers/char/console.cif (state == ESnormal && translate[c]) {
c1019drivers/char/console.cc = translate[c];
c1020drivers/char/console.c*(unsigned short *) pos = (attr << 8) + c;
c1034drivers/char/console.cswitch (c) {
c1081drivers/char/console.cswitch (c) {
c1132drivers/char/console.cif (c == '[') { /* Function key */
c1136drivers/char/console.cques = (c=='?');
c1140drivers/char/console.cif (c==';' && npar<NPAR-1) {
c1143drivers/char/console.c} else if (c>='0' && c<='9') {
c1145drivers/char/console.cpar[npar] += c-'0';
c1150drivers/char/console.cswitch(c) {
c1169drivers/char/console.cswitch(c) {
c1272drivers/char/console.cif (c == '8') {
c1282drivers/char/console.cif (c == '0')
c1284drivers/char/console.celse if (c == 'B')
c1286drivers/char/console.celse if (c == 'U')
c1288drivers/char/console.celse if (c == 'K')
c1295drivers/char/console.cif (c == '0')
c1297drivers/char/console.celse if (c == 'B')
c1299drivers/char/console.celse if (c == 'U')
c1301drivers/char/console.celse if (c == 'K')
c1333drivers/char/console.cvoid * memsetw(void * s,unsigned short c,int count)
c1339drivers/char/console.c:"a" (c),"D" (s),"c" (count)
c1347drivers/char/console.cunsigned char c;
c1351drivers/char/console.cwhile ((c = *(b++)) != 0) {
c1352drivers/char/console.cif (c == 10 || c == 13 || need_wrap) {
c1353drivers/char/console.cif (c != 13)
c1356drivers/char/console.cif (c == 10 || c == 13)
c1359drivers/char/console.c*(unsigned short *) pos = (attr << 8) + c;
c1650drivers/char/console.cstatic inline int inword(const char c) { return (isalnum(c) || c == '_'); }
c136drivers/char/keyboard.cstatic inline void send_cmd(unsigned char c)
c139drivers/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);
c380drivers/char/psaux.cunsigned char c;
c396drivers/char/psaux.cc = get_from_queue();
c397drivers/char/psaux.cput_fs_byte(c, buffer++);
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)
c104drivers/char/tty_io.cvoid put_tty_queue(unsigned char c, struct tty_queue * queue)
c113drivers/char/tty_io.cqueue->buf[queue->head] = c;
c551drivers/char/tty_io.cstatic int opost(unsigned char c, struct tty_struct *tty)
c556drivers/char/tty_io.cswitch (c) {
c572drivers/char/tty_io.cc = '\n';
c596drivers/char/tty_io.cc = toupper(c);
c597drivers/char/tty_io.cif (!iscntrl(c))
c602drivers/char/tty_io.cput_tty_queue(c, &tty->write_q);
c608drivers/char/tty_io.cstatic void echo_char(unsigned char c, struct tty_struct *tty)
c610drivers/char/tty_io.cif (L_ECHOCTL(tty) && iscntrl(c) && c != '\t') {
c612drivers/char/tty_io.copost(c ^ 0100, tty);
c614drivers/char/tty_io.copost(c, tty);
c617drivers/char/tty_io.cstatic void eraser(unsigned char c, struct tty_struct *tty)
c626drivers/char/tty_io.cif (c == ERASE_CHAR(tty))
c628drivers/char/tty_io.celse if (c == WERASE_CHAR(tty))
c652drivers/char/tty_io.cc = LAST(&tty->secondary);
c655drivers/char/tty_io.cif (isalnum(c) || c == '_')
c667drivers/char/tty_io.cecho_char(c, tty);
c670drivers/char/tty_io.c} else if (c == '\t') {
c676drivers/char/tty_io.cc = tty->secondary.buf[tail];
c677drivers/char/tty_io.cif (c == '\t')
c679drivers/char/tty_io.celse if (iscntrl(c)) {
c694drivers/char/tty_io.cif (iscntrl(c) && L_ECHOCTL(tty)) {
c699drivers/char/tty_io.cif (!iscntrl(c) || L_ECHOCTL(tty)) {
c726drivers/char/tty_io.cint c, special_flag;
c743drivers/char/tty_io.cc = LEFT(&tty->secondary);
c744drivers/char/tty_io.cif (tty->throttle && (c < SQ_THRESHOLD_LW)
c747drivers/char/tty_io.cif (c == 0)
c751drivers/char/tty_io.cc = tty->read_q.buf[tty->read_q.tail];
c761drivers/char/tty_io.ctty->char_error = c;
c792drivers/char/tty_io.cput_tty_queue(c, &tty->secondary);
c798drivers/char/tty_io.cc &= 0x7f;
c800drivers/char/tty_io.cif (c == '\r') {
c804drivers/char/tty_io.cc = '\n';
c805drivers/char/tty_io.c} else if (c == '\n' && I_INLCR(tty))
c806drivers/char/tty_io.cc = '\r';
c809drivers/char/tty_io.cc=tolower(c);
c810drivers/char/tty_io.cif (c == __DISABLED_CHAR)
c813drivers/char/tty_io.cif (c == ERASE_CHAR(tty) || c == KILL_CHAR(tty) ||
c814drivers/char/tty_io.c(c == WERASE_CHAR(tty) && L_IEXTEN(tty))) {
c815drivers/char/tty_io.ceraser(c, tty);
c818drivers/char/tty_io.cif (c == LNEXT_CHAR(tty) && L_IEXTEN(tty)) {
c832drivers/char/tty_io.cif (c == REPRINT_CHAR(tty) && L_ECHO(tty) &&
c840drivers/char/tty_io.cecho_char(c, tty);
c852drivers/char/tty_io.cc == START_CHAR(tty)) {
c856drivers/char/tty_io.cif (c == STOP_CHAR(tty)) {
c862drivers/char/tty_io.cif (c == INTR_CHAR(tty)) {
c866drivers/char/tty_io.cif (c == QUIT_CHAR(tty)) {
c870drivers/char/tty_io.cif (c == SUSP_CHAR(tty)) {
c881drivers/char/tty_io.cif (c == '\n' && !tty->lnext) {
c888drivers/char/tty_io.cif (c != EOF_CHAR(tty) || !L_ICANON(tty) ||
c893drivers/char/tty_io.cecho_char(c, tty);
c897drivers/char/tty_io.cif (I_PARMRK(tty) && c == (unsigned char) '\377' &&
c898drivers/char/tty_io.c(c != EOF_CHAR(tty) || !L_ICANON(tty) || tty->lnext))
c899drivers/char/tty_io.cput_tty_queue(c, &tty->secondary);
c902drivers/char/tty_io.c(c == '\n' || c == EOF_CHAR(tty) || c == EOL_CHAR(tty) ||
c903drivers/char/tty_io.c(c == EOL2_CHAR(tty) && L_IEXTEN(tty)))) {
c904drivers/char/tty_io.cif (c == EOF_CHAR(tty))
c905drivers/char/tty_io.cc = __DISABLED_CHAR;
c907drivers/char/tty_io.cput_tty_queue(c, &tty->secondary);
c911drivers/char/tty_io.cput_tty_queue(c, &tty->secondary);
c950drivers/char/tty_io.cint c;
c1043drivers/char/tty_io.cc = tty->secondary.buf[tty->secondary.tail];
c1051drivers/char/tty_io.cif (c == __DISABLED_CHAR) {
c1069drivers/char/tty_io.cif (c == __DISABLED_CHAR)
c1071drivers/char/tty_io.cput_fs_byte(c, b++);
c1075drivers/char/tty_io.cput_fs_byte(c, b++);
c1100drivers/char/tty_io.cint c;
c1123drivers/char/tty_io.cc = get_fs_byte(b);
c1126drivers/char/tty_io.cif (opost(c, tty) < 0)
c120drivers/char/tty_ioctl.cchar *c, *d;
c129drivers/char/tty_ioctl.cc = (char *)(*p);
c132drivers/char/tty_ioctl.cput_fs_byte(*c++, d++);
c308drivers/net/slip.csl_enqueue(struct slip *sl, unsigned char c)
c315drivers/net/slip.c*sl->rhead = c;
c371drivers/net/slip.cunsigned char c;
c378drivers/net/slip.cif ((c = sl->rbuff[0]) & SL_TYPE_COMPRESSED_TCP) {
c406drivers/net/slip.c} else if (c >= SL_TYPE_UNCOMPRESSED_TCP) {
c970drivers/net/slip.cunsigned char c;
c973drivers/net/slip.cc = 0x30 + ((v >> bits) & 0x3F);
c974drivers/net/slip.cd[count++] = c;
c978drivers/net/slip.cunsigned char c;
c980drivers/net/slip.cc = 0x30 + ((v << (6 - bits)) & 0x3F);
c981drivers/net/slip.cd[count++] = c;
c991drivers/net/slip.cunsigned char c;
c1015drivers/net/slip.cc = (unsigned char)(sl->xdata >> sl->xbits);
c1016drivers/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;
c633fs/ext/namei.cchar c;
c650fs/ext/namei.cwhile (i < 1023 && (c = *(symname++)))
c651fs/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;
c284fs/ext2/file.cwritten += c;
c285fs/ext2/file.cmemcpy_fromfs (p, buf, c);
c286fs/ext2/file.cbuf += c;
c38fs/ext2/namei.c#define NAMEI_RA_INDEX(c,b)  (((c) * NAMEI_RA_BLOCKS) + (b))
c761fs/ext2/namei.cchar c;
c792fs/ext2/namei.cwhile (i < inode->i_sb->s_blocksize - 1 && (c = *(symname++)))
c793fs/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;
c220fs/minix/file.cc = BLOCK_SIZE - (pos % BLOCK_SIZE);
c221fs/minix/file.cif (c > count-written)
c222fs/minix/file.cc = count-written;
c223fs/minix/file.cif (c != BLOCK_SIZE && !bh->b_uptodate) {
c234fs/minix/file.cpos += c;
c239fs/minix/file.cwritten += c;
c240fs/minix/file.cmemcpy_fromfs(p,buf,c);
c241fs/minix/file.cbuf += c;
c545fs/minix/namei.cchar c;
c562fs/minix/namei.cwhile (i < 1023 && (c=*(symname++)))
c563fs/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;
c79fs/proc/root.cunsigned int pid, c;
c103fs/proc/root.cc = *name - '0';
c105fs/proc/root.cif (c > 9) {
c110fs/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;
c551fs/sysv/namei.cchar c;
c570fs/sysv/namei.cwhile (i < sb->sv_block_size_1 && (c = *(symname++)))
c571fs/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;
c589fs/xiafs/namei.cchar c;
c611fs/xiafs/namei.cfor (i = 0; i < BLOCK_SIZE-1 && (c=*symname++); i++)
c612fs/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_GET_BUF_MEM_SIZE(c)  ((c.hw_config[0] & 0xc0) >> 6)
c139include/linux/cdu31a.h#define SONY_HWC_AUDIO_PLAYBACK(c)  (c.hw_config[1] & 0x01)
c140include/linux/cdu31a.h#define SONY_HWC_ELECTRIC_VOLUME(c)  (c.hw_config[1] & 0x02)
c141include/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))
c454include/linux/sbpcd.hu_char c[4];
c461include/linux/sbpcd.hu_char c[4];
c131include/linux/string.hextern inline char * strchr(const char * s,char c)
c144include/linux/string.h:"=a" (__res):"S" (s),"0" (c):"si");
c148include/linux/string.hextern inline char * strrchr(const char * s,char c)
c160include/linux/string.h:"=d" (__res):"0" (0),"S" (s),"a" (c):"ax","si");
c396include/linux/string.hextern inline void * memchr(const void * cs,char c,size_t count)
c407include/linux/string.h:"=D" (__res):"a" (c),"D" (cs),"c" (count)
c412include/linux/string.hextern inline void * memset(void * s,char c,size_t count)
c418include/linux/string.h:"a" (c),"D" (s),"c" (count)
c145include/linux/tty.hextern void put_tty_queue(unsigned char c, struct tty_queue * queue);
c188include/linux/unistd.h#define _syscall3(type,name,atype,a,btype,b,ctype,c) \
c189include/linux/unistd.htype name(atype a,btype b,ctype c) \
c194include/linux/unistd.h: "0" (__NR_##name),"b" ((long)(a)),"c" ((long)(b)),"d" ((long)(c))); \
c201include/linux/unistd.h#define _syscall4(type,name,atype,a,btype,b,ctype,c,dtype,d) \
c202include/linux/unistd.htype name (atype a, btype b, ctype c, dtype d) \
c208include/linux/unistd.h"d" ((long)(c)),"S" ((long)(d))); \
c215include/linux/unistd.h#define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \
c216include/linux/unistd.htype name (atype a,btype b,ctype c,dtype d,etype e) \
c222include/linux/unistd.h"d" ((long)(c)),"S" ((long)(d)),"D" ((long)(e))); \
c335init/main.cchar c = ' ';
c339init/main.cif (c == ' ' && *(unsigned long *)from == *(unsigned long *)"mem=")
c341init/main.cc = *(from++);
c342init/main.cif (!c)
c346init/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++);
c164kernel/sched.cint c;
c225kernel/sched.cc = -1000;
c230kernel/sched.cif (p->state == TASK_RUNNING && p->counter > c)
c231kernel/sched.cc = p->counter, next = p;
c234kernel/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;
c1530net/inet/sock.cstruct sk_buff * c = alloc_skb(size, priority);
c1531net/inet/sock.cif (c) {
c1533net/inet/sock.csk->wmem_alloc+= c->mem_len;
c1536net/inet/sock.creturn c;
c1551net/inet/sock.cstruct sk_buff *c = alloc_skb(size, priority);
c1552net/inet/sock.cif (c) {
c1554net/inet/sock.csk->rmem_alloc += c->mem_len;
c1557net/inet/sock.creturn(c);
c1346net/inet/tcp.cchar c = sk->urg_data;
c1349net/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;
c116zBoot/misc.cchar c;
c121zBoot/misc.cwhile ( ( c = *s++ ) != '\0' ) {
c122zBoot/misc.cif ( c == '\n' ) {
c129zBoot/misc.cvidmem [ ( x + cols * y ) * 2 ] = c; 
c144zBoot/misc.c__ptr_t memset(__ptr_t s, int c, size_t n)
c149zBoot/misc.cfor (i=0;i<n;i++) ss[i] = c;
c172zBoot/misc.cregister ulg c;         /* temporary variable */
c177zBoot/misc.cc = 0xffffffffL;
c179zBoot/misc.cc = crc;
c181zBoot/misc.cc = crc_32_tab[((int)c ^ (*s++)) & 0xff] ^ (c >> 8);
c184zBoot/misc.ccrc = c;
c185zBoot/misc.creturn c ^ 0xffffffffL;       /* (instead of ~c for 64-bit machines) */
c254zBoot/misc.cunsigned long c;      /* crc shift register */
c271zBoot/misc.cc = 0;
c274zBoot/misc.cc = c & 1 ? (c >> 1) ^ e : c >> 1;
c276zBoot/misc.cc ^= e;
c278zBoot/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;