taglinefilesource code
c326arch/alpha/kernel/lca.cel.c = (struct el_common *) la;
c355arch/alpha/kernel/lca.cswitch (el.c->size) {
c358arch/alpha/kernel/lca.creason, el.c->retry ? ", retryable" : "");
c366arch/alpha/kernel/lca.creason, el.c->retry ? ", retryable" : "");
c374arch/alpha/kernel/lca.cprintk("  Unknown errorlog size %d\n", el.c->size);
c276arch/alpha/lib/io.cvoid _memset_io(unsigned long dst, int c, unsigned long count)
c280arch/alpha/lib/io.cwriteb(c, dst);
c13arch/alpha/lib/memset.cinline void * __constant_c_memset(void * s, unsigned long c, long count)
c22arch/alpha/lib/memset.c*(char *) xs = c;
c26arch/alpha/lib/memset.c*(unsigned long *) xs = c;
c30arch/alpha/lib/memset.c*(char *) xs = c;
c36arch/alpha/lib/memset.cvoid * __memset(void * s,char c,size_t count)
c38arch/alpha/lib/memset.c__constant_c_memset(s,0x0101010101010101UL * (unsigned char) c, count);
c188arch/i386/boot/compressed/gzip.h#define put_byte(c) {outbuf[outcnt++]=(uch)(c); if (outcnt==OUTBUFSIZ)\
c190arch/i386/boot/compressed/gzip.h#define put_char(c) {window[outcnt++]=(uch)(c); if (outcnt==WSIZE)\
c213arch/i386/boot/compressed/gzip.h#define tolow(c)  (isupper(c) ? (c)-'A'+'a' : (c))    /* force to lower case */
c225arch/i386/boot/compressed/gzip.h#  define Tracec(c,x) {if (verbose && (c)) fprintf x ;}
c226arch/i386/boot/compressed/gzip.h#  define Tracecv(c,x) {if (verbose>1 && (c)) fprintf x ;}
c232arch/i386/boot/compressed/gzip.h#  define Tracec(c,x)
c233arch/i386/boot/compressed/gzip.h#  define Tracecv(c,x)
c114arch/i386/boot/compressed/inflate.cunsigned c[BMAX+1];           /* bit length count table */
c136arch/i386/boot/compressed/inflate.cmemzero(c, sizeof(c));
c139arch/i386/boot/compressed/inflate.cc[*p++]++;                  /* assume all entries <= BMAX */
c141arch/i386/boot/compressed/inflate.cif (c[0] == n)                /* null input--all zero length codes */
c153arch/i386/boot/compressed/inflate.cif (c[j])
c159arch/i386/boot/compressed/inflate.cif (c[i])
c170arch/i386/boot/compressed/inflate.cif ((y -= c[j]) < 0)
c172arch/i386/boot/compressed/inflate.cif ((y -= c[i]) < 0)
c174arch/i386/boot/compressed/inflate.cc[i] += y;
c180arch/i386/boot/compressed/inflate.cp = c + 1;  xp = x + 2;
c210arch/i386/boot/compressed/inflate.ca = c[k];
c228arch/i386/boot/compressed/inflate.cxp = c + k;
c134arch/i386/boot/compressed/misc.cchar c;
c139arch/i386/boot/compressed/misc.cwhile ( ( c = *s++ ) != '\0' ) {
c140arch/i386/boot/compressed/misc.cif ( c == '\n' ) {
c147arch/i386/boot/compressed/misc.cvidmem [ ( x + cols * y ) * 2 ] = c; 
c168arch/i386/boot/compressed/misc.c__ptr_t memset(__ptr_t s, int c, size_t n)
c173arch/i386/boot/compressed/misc.cfor (i=0;i<n;i++) ss[i] = c;
c196arch/i386/boot/compressed/misc.cregister ulg c;         /* temporary variable */
c201arch/i386/boot/compressed/misc.cc = 0xffffffffL;
c203arch/i386/boot/compressed/misc.cc = crc;
c205arch/i386/boot/compressed/misc.cc = crc_32_tab[((int)c ^ (*s++)) & 0xff] ^ (c >> 8);
c208arch/i386/boot/compressed/misc.ccrc = c;
c209arch/i386/boot/compressed/misc.creturn c ^ 0xffffffffL;       /* (instead of ~c for 64-bit machines) */
c278arch/i386/boot/compressed/misc.cunsigned long c;      /* crc shift register */
c295arch/i386/boot/compressed/misc.cc = 0;
c298arch/i386/boot/compressed/misc.cc = c & 1 ? (c >> 1) ^ e : c >> 1;
c300arch/i386/boot/compressed/misc.cc ^= e;
c302arch/i386/boot/compressed/misc.ccrc_32_tab[i] = c;
c18arch/i386/boot/compressed/piggyback.cint c, n=0, len=0;
c133arch/i386/boot/compressed/unzip.cuch c = (uch)get_byte();
c135arch/i386/boot/compressed/unzip.cif (decrypt) zdecode(c);
c137arch/i386/boot/compressed/unzip.cif (!test) put_char(c);
c39arch/i386/boot/compressed/xtract.cint i,c,id, sz;
c92arch/i386/boot/tools/build.cint i,c,id, sz;
c174arch/i386/boot/tools/build.cfor (i=0 ; (c=read(id,buf,sizeof buf))>0 ; i+=c )
c175arch/i386/boot/tools/build.cif (write(1,buf,c)!=c)
c177arch/i386/boot/tools/build.cif (c != 0)
c185arch/i386/boot/tools/build.cfor (c=0 ; c<sizeof(buf) ; c++)
c186arch/i386/boot/tools/build.cbuf[c] = '\0';
c188arch/i386/boot/tools/build.cc = setup_sectors * 512 - i;
c189arch/i386/boot/tools/build.cif (c > sizeof(buf))
c190arch/i386/boot/tools/build.cc = sizeof(buf);
c191arch/i386/boot/tools/build.cif (write(1,buf,c) != c)
c193arch/i386/boot/tools/build.ci += c;
c6arch/i386/kernel/hexify.cint c;
c9arch/i386/kernel/hexify.cwhile((c=getchar())!=EOF)
c11arch/i386/kernel/hexify.cunsigned char x=c;
c23arch/i386/kernel/hexify.cprintf("0x%02X",c);
c85arch/i386/kernel/setup.cchar c = ' ', *to = command_line, *from = COMMAND_LINE;
c120arch/i386/kernel/setup.cif (c == ' ' && *(const unsigned long *)from == *(const unsigned long *)"mem=") {
c135arch/i386/kernel/setup.cc = *(from++);
c136arch/i386/kernel/setup.cif (!c)
c140arch/i386/kernel/setup.c*(to++) = c;
c388arch/i386/kernel/smp.cstruct cpuinfo_x86 *c=&cpu_data[id];
c389arch/i386/kernel/smp.cc->hard_math=hard_math;      /* Always assumed same currently */
c390arch/i386/kernel/smp.cc->x86=x86;
c391arch/i386/kernel/smp.cc->x86_model=x86_model;
c392arch/i386/kernel/smp.cc->x86_mask=x86_mask;
c393arch/i386/kernel/smp.cc->x86_capability=x86_capability;
c394arch/i386/kernel/smp.cc->fdiv_bug=fdiv_bug;
c395arch/i386/kernel/smp.cc->wp_works_ok=wp_works_ok;    /* Always assumed the same currently */
c396arch/i386/kernel/smp.cc->hlt_works_ok=hlt_works_ok;
c397arch/i386/kernel/smp.cc->udelay_val=loops_per_sec;
c398arch/i386/kernel/smp.cstrcpy(c->x86_vendor_id, x86_vendor_id);
c92arch/i386/math-emu/fpu_etc.cint c=0;
c96arch/i386/math-emu/fpu_etc.cc = SW_C3|SW_C0;
c99arch/i386/math-emu/fpu_etc.cc = SW_C3;
c104arch/i386/math-emu/fpu_etc.cc = SW_C2|SW_C3;  /* Denormal */
c106arch/i386/math-emu/fpu_etc.cc = SW_C2;
c109arch/i386/math-emu/fpu_etc.cc = SW_C0;
c112arch/i386/math-emu/fpu_etc.cc = SW_C2|SW_C0;
c116arch/i386/math-emu/fpu_etc.cc |= SW_C1;
c117arch/i386/math-emu/fpu_etc.csetcc(c);
c47arch/i386/math-emu/poly.h#define MK_XSIG(a,b,c)     { c, b, a }
c178arch/i386/math-emu/reg_compare.cint f, c;
c180arch/i386/math-emu/reg_compare.cc = compare(loaded_data);
c182arch/i386/math-emu/reg_compare.cif (c & COMP_NaN)
c188arch/i386/math-emu/reg_compare.cswitch (c & 7)
c210arch/i386/math-emu/reg_compare.cif (c & COMP_Denormal)
c220arch/i386/math-emu/reg_compare.cint f, c;
c230arch/i386/math-emu/reg_compare.cc = compare(&st(nr));
c231arch/i386/math-emu/reg_compare.cif (c & COMP_NaN)
c238arch/i386/math-emu/reg_compare.cswitch (c & 7)
c260arch/i386/math-emu/reg_compare.cif (c & COMP_Denormal)
c270arch/i386/math-emu/reg_compare.cint f, c;
c280arch/i386/math-emu/reg_compare.cc = compare(&st(nr));
c281arch/i386/math-emu/reg_compare.cif (c & COMP_NaN)
c284arch/i386/math-emu/reg_compare.cif (c & COMP_SNaN)       /* This is the only difference between
c293arch/i386/math-emu/reg_compare.cswitch (c & 7)
c315arch/i386/math-emu/reg_compare.cif (c & COMP_Denormal)
c59arch/i386/math-emu/reg_constant.cstatic void fld_const(FPU_REG const *c)
c69arch/i386/math-emu/reg_constant.creg_move(c, st_new_ptr);
c186arch/i386/math-emu/reg_ld_str.cint c = loaded_data->sign;
c188arch/i386/math-emu/reg_ld_str.cloaded_data->sign = c;
c234arch/i386/math-emu/reg_ld_str.cint c = loaded_data->sign;
c236arch/i386/math-emu/reg_ld_str.cloaded_data->sign = c;
c74arch/mips/kernel/setup.cchar c = ' ', *to = command_line, *from = COMMAND_LINE;
c93arch/mips/kernel/setup.cif (c == ' ' && *(unsigned long *)from == *(unsigned long *)"mem=") {
c103arch/mips/kernel/setup.cc = *(from++);
c104arch/mips/kernel/setup.cif (!c)
c108arch/mips/kernel/setup.c*(to++) = c;
c19arch/ppc/kernel/mmu.hunsigned long c:1;  /* Changed */
c5arch/ppc/kernel/raw_printf.cextern void cnputc(char c);
c9arch/ppc/kernel/raw_printf.cstatic _sputc(char c)
c11arch/ppc/kernel/raw_printf.c*_sprintk_ptr++ = c;
c47arch/ppc/kernel/raw_printf.c#define is_digit(c) ((c >= '0') && (c <= '9'))
c55arch/ppc/kernel/raw_printf.cchar c, sign, *cp;
c59arch/ppc/kernel/raw_printf.cwhile (c = *fmt0++)
c61arch/ppc/kernel/raw_printf.cif (c == '%')
c63arch/ppc/kernel/raw_printf.cc = *fmt0++;
c65arch/ppc/kernel/raw_printf.cif (c == '-')
c67arch/ppc/kernel/raw_printf.cc = *fmt0++;
c70arch/ppc/kernel/raw_printf.cif (c == '0')
c73arch/ppc/kernel/raw_printf.cc = *fmt0++;
c78arch/ppc/kernel/raw_printf.cwhile (is_digit(c))
c80arch/ppc/kernel/raw_printf.cleft_prec = (left_prec * 10) + (c - '0');
c81arch/ppc/kernel/raw_printf.cc = *fmt0++;
c83arch/ppc/kernel/raw_printf.cif (c == '.')
c85arch/ppc/kernel/raw_printf.cc = *fmt0++;
c87arch/ppc/kernel/raw_printf.cwhile (is_digit(c))
c89arch/ppc/kernel/raw_printf.cright_prec = (right_prec * 10) + (c - '0');
c90arch/ppc/kernel/raw_printf.cc = *fmt0++;
c97arch/ppc/kernel/raw_printf.cswitch (c)
c103arch/ppc/kernel/raw_printf.cswitch (c)
c127arch/ppc/kernel/raw_printf.cc = va_arg(ap, long /*char*/);
c128arch/ppc/kernel/raw_printf.c(*putc)(c);
c140arch/ppc/kernel/raw_printf.cc = '0';
c148arch/ppc/kernel/raw_printf.cc = ' ';
c154arch/ppc/kernel/raw_printf.c(*putc)(c);
c163arch/ppc/kernel/raw_printf.c(*putc)(c = *cp++);
c164arch/ppc/kernel/raw_printf.cif (c == '\n')
c173arch/ppc/kernel/raw_printf.c(*putc)(c);
c178arch/ppc/kernel/raw_printf.c(*putc)(c);
c179arch/ppc/kernel/raw_printf.cif (c == '\n')
c235arch/ppc/kernel/raw_printf.cc = CRT_getc(port);
c239arch/ppc/kernel/raw_printf.cc = NS16550_getc(port);
c257arch/ppc/kernel/raw_printf.ccnputc(char c)
c283arch/ppc/kernel/raw_printf.cif (c == '\n')
c287arch/ppc/kernel/raw_printf.cif (c == '\r')
c302arch/ppc/kernel/raw_printf.cwhile ((c = cngetc()) == 0);
c304arch/ppc/kernel/raw_printf.cif (c == ' ')
c308arch/ppc/kernel/raw_printf.cif (c == 'n')
c312arch/ppc/kernel/raw_printf.cif ((c == '\r') || (c == '\n'))
c316arch/ppc/kernel/raw_printf.cif (c == 0x03) /* ^C */
c331arch/ppc/kernel/raw_printf.cwhile ((c = cngetc()) == 0);
c396arch/ppc/kernel/raw_printf.cNS16550_putc(volatile struct NS16550 *com_port, unsigned char c)
c436arch/ppc/kernel/raw_printf.coutb(int port, unsigned char c)
c537arch/ppc/kernel/raw_printf.cCRT_putc(int port, u_char c)
c585arch/ppc/kernel/raw_printf.cwrtchar(d->color_so|(c<<8), d); 
c587arch/ppc/kernel/raw_printf.cwrtchar(d->color | (c<<8), d); 
c601arch/ppc/kernel/raw_printf.cswitch (c) {
c687arch/ppc/kernel/raw_printf.cif ((c >= '0') && (c <= '9')) {
c689arch/ppc/kernel/raw_printf.c*(d->accp) += c - '0';
c711arch/ppc/kernel/raw_printf.cswitch (c) {
c743arch/ppc/kernel/raw_printf.cif ((c >= '0') && (c <= '9')) {
c745arch/ppc/kernel/raw_printf.cd->cx += c - '0';
c755arch/ppc/kernel/raw_printf.cswitch (c) {
c1050arch/ppc/kernel/raw_printf.cunsigned char c;
c1065arch/ppc/kernel/raw_printf.cwhile ((c = inb(KBDATAP)) != 0xFA)
c1071arch/ppc/kernel/raw_printf.cint c;
c1072arch/ppc/kernel/raw_printf.cwhile ((c = kbd(0)) == 0) ;
c1073arch/ppc/kernel/raw_printf.creturn(c);
c1084arch/ppc/kernel/raw_printf.cint i, c;
c1115arch/ppc/kernel/raw_printf.cc = p[i] & 0xFF;
c1116arch/ppc/kernel/raw_printf.cif ((c < 0x20) || (c >= 0x7F)) c = '.';
c1119arch/ppc/kernel/raw_printf.cc = ' ';
c1121arch/ppc/kernel/raw_printf.c_printk("%c", c);
c1137arch/ppc/kernel/raw_printf.cint i, c;
c1168arch/ppc/kernel/raw_printf.cc = p[i] & 0xFF;
c1169arch/ppc/kernel/raw_printf.cif ((c < 0x20) || (c >= 0x7F)) c = '.';
c1172arch/ppc/kernel/raw_printf.cc = ' ';
c1174arch/ppc/kernel/raw_printf.cprintk("%c", c);
c627arch/ppc/mm/init.cprintk("  V: %d, VSID: %05x, H: %d, RPN: %04x, R: %d, C: %d, PP: %x\n", _pte->v, _pte->vsid, _pte->h, _pte->rpn, _pte->r, _pte->c, _pte->pp);
c633arch/ppc/mm/init.cprintk("  V: %d, VSID: %05x, H: %d, RPN: %04x, R: %d, C: %d, PP: %x\n", _pte->v, _pte->vsid, _pte->h, _pte->rpn, _pte->r, _pte->c, _pte->pp);
c669arch/ppc/mm/init.cslot->c = 0;
c712arch/ppc/mm/init.cif (slot->c) flags |= _PAGE_DIRTY;
c19arch/ppc/mm/mmu.hunsigned long c:1;  /* Changed */
c366arch/sparc/kernel/sparc-stub.cunsigned char c;
c382arch/sparc/kernel/sparc-stub.cwhile((c = getDebugChar()) != '$');
c383arch/sparc/kernel/sparc-stub.cwhile((c = getDebugChar()) != '#');
c384arch/sparc/kernel/sparc-stub.cc = getDebugChar(); /* eat first csum byte */
c385arch/sparc/kernel/sparc-stub.cc = getDebugChar(); /* eat second csum byte */
c39arch/sparc/prom/console.cprom_nbputchar(char c)
c45arch/sparc/prom/console.creturn (*(romvec->pv_nbputchar))(c);
c50arch/sparc/prom/console.coutc = c;
c70arch/sparc/prom/console.cprom_putchar(char c)
c72arch/sparc/prom/console.cwhile(prom_nbputchar(c) == -1) ;
c3179drivers/block/floppy.c#define OUT(c,x) case c: outparam = (const char *) (x); break
c3180drivers/block/floppy.c#define IN(c,x,tag) case c: *(x) = inparam. tag ; return 0
c3983drivers/block/floppy.cchar c;
c3994drivers/block/floppy.cc= get_fs_byte(i);
c3997drivers/block/floppy.cc='\0';
c3998drivers/block/floppy.cbuffer[j] = c;
c3999drivers/block/floppy.cif (!c || c == ' ' || c == '\t'){
c4007drivers/block/floppy.cif (!c)
c4011drivers/block/floppy.cif ((!j && !c) || (j && c == pattern[j-1]))
c360drivers/block/hd.cunsigned char c;
c363drivers/block/hd.cc = inb_p(HD_STATUS);
c364drivers/block/hd.cif ((c & (BUSY_STAT | READY_STAT | SEEK_STAT)) == STAT_OK)
c367drivers/block/hd.cdump_status("reset timed out", c);
c379drivers/block/ide-cd.cfailed_command->c[0] == SCMD_READ_SUBCHANNEL &&
c441drivers/block/ide-cd.cfor (i=0; i<sizeof (failed_command->c); i++)
c442drivers/block/ide-cd.cprintk ("%02x ", failed_command->c[i]);
c542drivers/block/ide-cd.cpc->c[0] = REQUEST_SENSE;
c543drivers/block/ide-cd.cpc->c[4] = len;
c590drivers/block/ide-cd.c(struct atapi_request_sense *)(pc->buffer - pc->c[4]), 
c662drivers/block/ide-cd.cif (pc->c[0] != SCMD_READ_SUBCHANNEL)
c1159drivers/block/ide-cd.cmemset (&pc.c, 0, sizeof (pc.c));
c1160drivers/block/ide-cd.cpc.c[0] = READ_10;
c1161drivers/block/ide-cd.cpc.c[7] = (nframes >> 8);
c1162drivers/block/ide-cd.cpc.c[8] = (nframes & 0xff);
c1171drivers/block/ide-cd.cpc.c[2] = conv.b.b3;
c1172drivers/block/ide-cd.cpc.c[3] = conv.b.b2;
c1173drivers/block/ide-cd.cpc.c[4] = conv.b.b1;
c1174drivers/block/ide-cd.cpc.c[5] = conv.b.b0;
c1178drivers/block/ide-cd.c(void) cdrom_transfer_packet_command (drive, pc.c, sizeof (pc.c),
c1239drivers/block/ide-cd.cif (pc->c[0] == REQUEST_SENSE && pc->buflen > 0 && pc->buflen <= 5) {
c1340drivers/block/ide-cd.ccdrom_transfer_packet_command (drive, pc->c, sizeof (pc->c), &cdrom_pc_intr);
c1468drivers/block/ide-cd.c(pc->c[0] != REQUEST_SENSE &&
c1469drivers/block/ide-cd.cpc->c[0] != ALLOW_MEDIUM_REMOVAL &&
c1470drivers/block/ide-cd.cpc->c[0] != START_STOP))
c1522drivers/block/ide-cd.cchar *c = (char *)x;
c1523drivers/block/ide-cd.cchar d = c[0];
c1524drivers/block/ide-cd.cc[0] = c[1];
c1525drivers/block/ide-cd.cc[1] = d;
c1532drivers/block/ide-cd.cchar *c = (char *)x;
c1533drivers/block/ide-cd.cchar d = c[0];
c1534drivers/block/ide-cd.cc[0] = c[3];
c1535drivers/block/ide-cd.cc[3] = d;
c1536drivers/block/ide-cd.cd = c[1];
c1537drivers/block/ide-cd.cc[1] = c[2];
c1538drivers/block/ide-cd.cc[2] = d;
c1577drivers/block/ide-cd.cpc.c[0] = TEST_UNIT_READY;
c1603drivers/block/ide-cd.cpc.c[0] = ALLOW_MEDIUM_REMOVAL;
c1604drivers/block/ide-cd.cpc.c[4] = (lockflag != 0);
c1637drivers/block/ide-cd.cpc.c[0] = START_STOP;
c1638drivers/block/ide-cd.cpc.c[4] = 2 + (ejectflag != 0);
c1652drivers/block/ide-cd.cpc.c[0] = SCMD_PAUSE_RESUME;
c1653drivers/block/ide-cd.cpc.c[8] = !pauseflag;
c1667drivers/block/ide-cd.cpc.c[0] = START_STOP;
c1668drivers/block/ide-cd.cpc.c[1] = 1;
c1669drivers/block/ide-cd.cpc.c[4] = startflag;
c1689drivers/block/ide-cd.cpc.c[0] = READ_CAPACITY;
c1716drivers/block/ide-cd.cpc.c[0] = SCMD_READ_TOC;
c1717drivers/block/ide-cd.cpc.c[6] = trackno;
c1718drivers/block/ide-cd.cpc.c[7] = (buflen >> 8);
c1719drivers/block/ide-cd.cpc.c[8] = (buflen & 0xff);
c1720drivers/block/ide-cd.cpc.c[9] = (format << 6);
c1721drivers/block/ide-cd.cif (msf_flag) pc.c[1] = 2;
c1836drivers/block/ide-cd.cpc.c[0] = SCMD_READ_SUBCHANNEL;
c1837drivers/block/ide-cd.cpc.c[2] = 0x40;  /* request subQ data */
c1838drivers/block/ide-cd.cpc.c[3] = 0x01;  /* Format 1: current position */
c1839drivers/block/ide-cd.cpc.c[7] = (buflen >> 8);
c1840drivers/block/ide-cd.cpc.c[8] = (buflen & 0xff);
c1858drivers/block/ide-cd.cpc.c[0] = MODE_SENSE_10;
c1859drivers/block/ide-cd.cpc.c[2] = pageno | (modeflag << 6);
c1860drivers/block/ide-cd.cpc.c[7] = (buflen >> 8);
c1861drivers/block/ide-cd.cpc.c[8] = (buflen & 0xff);
c1877drivers/block/ide-cd.cpc.c[0] = MODE_SELECT_10;
c1878drivers/block/ide-cd.cpc.c[1] = 0x10;
c1879drivers/block/ide-cd.cpc.c[2] = pageno;
c1880drivers/block/ide-cd.cpc.c[7] = (buflen >> 8);
c1881drivers/block/ide-cd.cpc.c[8] = (buflen & 0xff);
c1895drivers/block/ide-cd.cpc.c[0] = SCMD_PLAYAUDIO12;
c1896drivers/block/ide-cd.c*(int *)(&pc.c[2]) = lba_start;
c1897drivers/block/ide-cd.c*(int *)(&pc.c[6]) = lba_end - lba_start;
c1898drivers/block/ide-cd.cbyte_swap_long ((int *)(&pc.c[2]));
c1899drivers/block/ide-cd.cbyte_swap_long ((int *)(&pc.c[6]));
c1914drivers/block/ide-cd.cpc.c[0] = SCMD_PLAYAUDIO_MSF;
c1915drivers/block/ide-cd.clba_to_msf (lba_start, &pc.c[3], &pc.c[4], &pc.c[5]);
c1916drivers/block/ide-cd.clba_to_msf (lba_end-1, &pc.c[6], &pc.c[7], &pc.c[8]);
c1920drivers/block/ide-cd.cpc.c[3] = bin2bcd (pc.c[3]);
c1921drivers/block/ide-cd.cpc.c[4] = bin2bcd (pc.c[4]);
c1922drivers/block/ide-cd.cpc.c[5] = bin2bcd (pc.c[5]);
c1923drivers/block/ide-cd.cpc.c[6] = bin2bcd (pc.c[6]);
c1924drivers/block/ide-cd.cpc.c[7] = bin2bcd (pc.c[7]);
c1925drivers/block/ide-cd.cpc.c[8] = bin2bcd (pc.c[8]);
c2027drivers/block/ide-cd.cpc.c[0] = 0xd4;
c2029drivers/block/ide-cd.cpc.c[0] = READ_CD;
c2031drivers/block/ide-cd.cpc.c[1] = (format << 2);
c2032drivers/block/ide-cd.c*(int *)(&pc.c[2]) = lba;
c2033drivers/block/ide-cd.cbyte_swap_long ((int *)(&pc.c[2]));
c2034drivers/block/ide-cd.cpc.c[8] = 1;  /* one block */
c2035drivers/block/ide-cd.cpc.c[9] = 0x10;
c2454drivers/block/ide-cd.cstat = verify_area (VERIFY_READ, (void *) arg, sizeof (pc.c));
c2456drivers/block/ide-cd.cmemcpy_fromfs (&pc.c, (void *) arg, sizeof (pc.c));
c2457drivers/block/ide-cd.carg += sizeof (pc.c);
c2363drivers/block/ide.cstatic void sub22 (char b, char c)
c2371drivers/block/ide.coutb_p(c,0xb4);
c2373drivers/block/ide.cif(inb(0xb4) == c) {
c2447drivers/block/ide.cstatic int stridx (const char *s, char c)
c2449drivers/block/ide.cchar *i = strchr(s, c);
c2450drivers/block/ide.creturn (i && c) ? i - s : -1;
c179drivers/block/ide.hunsigned char c[12];
c553drivers/cdrom/mcd.cchar a, b, c, d;
c557drivers/cdrom/mcd.cgetValue(&c);
c879drivers/cdrom/mcdx.cchar c;
c882drivers/cdrom/mcdx.cif ((disgard = (buffer == NULL))) buffer = &c;
c1374drivers/cdrom/mcdx.cstatic unsigned int bcd2uint(unsigned char c)
c1375drivers/cdrom/mcdx.c{ return (c >> 4) * 10 + (c & 0x0f); }
c1738drivers/cdrom/mcdx.cchar c;
c1740drivers/cdrom/mcdx.cif (!buf) buf = &c;
c800drivers/cdrom/sbpcd.cmsf.c[3] = 0;
c801drivers/cdrom/sbpcd.cmsf.c[2] = (blk + CD_MSF_OFFSET) / (CD_SECS * CD_FRAMES);
c803drivers/cdrom/sbpcd.cmsf.c[1] = mm / CD_FRAMES;
c804drivers/cdrom/sbpcd.cmsf.c[0] = mm % CD_FRAMES;
c839drivers/cdrom/sbpcd.ci=(msf.c[2] * CD_SECS + msf.c[1]) * CD_FRAMES + msf.c[0] - CD_MSF_OFFSET;
c282drivers/cdrom/sjcd.cunsigned char b, unsigned char c, unsigned char d ){
c289drivers/cdrom/sjcd.coutb( c, SJCDPORT( 0 ) );
c204drivers/char/atixlmouse.cunsigned char a,b,c;
c208drivers/char/atixlmouse.cc = inb( ATIXL_MSE_SIGNATURE_PORT );
c209drivers/char/atixlmouse.cif (( a != b ) && ( a == c ))
c1360drivers/char/console.cint c, tc, ok, n = 0;
c1380drivers/char/console.cc = from_user ? get_user(buf) : *buf;
c1386drivers/char/console.cif(c > 0x7f) {
c1387drivers/char/console.cif (utf_count > 0 && (c & 0xc0) == 0x80) {
c1388drivers/char/console.cutf_char = (utf_char << 6) | (c & 0x3f);
c1391drivers/char/console.ctc = c = utf_char;
c1394drivers/char/console.cif ((c & 0xe0) == 0xc0) {
c1396drivers/char/console.cutf_char = (c & 0x1f);
c1397drivers/char/console.c} else if ((c & 0xf0) == 0xe0) {
c1399drivers/char/console.cutf_char = (c & 0x0f);
c1400drivers/char/console.c} else if ((c & 0xf8) == 0xf0) {
c1402drivers/char/console.cutf_char = (c & 0x07);
c1403drivers/char/console.c} else if ((c & 0xfc) == 0xf8) {
c1405drivers/char/console.cutf_char = (c & 0x03);
c1406drivers/char/console.c} else if ((c & 0xfe) == 0xfc) {
c1408drivers/char/console.cutf_char = (c & 0x01);
c1414drivers/char/console.ctc = c;
c1418drivers/char/console.ctc = translate[toggle_meta ? (c|0x80) : c];
c1430drivers/char/console.cok = (tc && (c >= 32 || (!utf && !(((disp_ctrl ? CTRL_ALWAYS
c1431drivers/char/console.c: CTRL_ACTION) >> c) & 1))));
c1445drivers/char/console.ctc = c;
c1473drivers/char/console.cswitch (c) {
c1523drivers/char/console.cswitch (c) {
c1576drivers/char/console.cif (c=='P') {   /* palette escape sequence */
c1582drivers/char/console.c} else if (c=='R') {   /* reset palette */
c1589drivers/char/console.cif ( (c>='0'&&c<='9') || (c>='A'&&c<='F') || (c>='a'&&c<='f') ) {
c1590drivers/char/console.cpar[npar++] = (c>'9' ? (c&0xDF)-'A'+10 : c-'0') ;
c1610drivers/char/console.cif (c == '[') { /* Function key */
c1614drivers/char/console.cques = (c=='?');
c1618drivers/char/console.cif (c==';' && npar<NPAR-1) {
c1621drivers/char/console.c} else if (c>='0' && c<='9') {
c1623drivers/char/console.cpar[npar] += c-'0';
c1628drivers/char/console.cswitch(c) {
c1647drivers/char/console.cswitch(c) {
c1756drivers/char/console.cswitch (c) {
c1771drivers/char/console.cif (c == '8') {
c1781drivers/char/console.cif (c == '0')
c1783drivers/char/console.celse if (c == 'B')
c1785drivers/char/console.celse if (c == 'U')
c1787drivers/char/console.celse if (c == 'K')
c1794drivers/char/console.cif (c == '0')
c1796drivers/char/console.celse if (c == 'B')
c1798drivers/char/console.celse if (c == 'U')
c1800drivers/char/console.celse if (c == 'K')
c1846drivers/char/console.cunsigned char c;
c1866drivers/char/console.cwhile ((c = *(b++)) != 0) {
c1867drivers/char/console.cif (c == 10 || c == 13 || need_wrap) {
c1868drivers/char/console.cif (c != 13)
c1871drivers/char/console.cif (c == 10 || c == 13)
c1874drivers/char/console.cscr_writew((attr << 8) + c, (unsigned short *) pos);
c1616drivers/char/cyclades.cint c, total = 0;
c1632drivers/char/cyclades.cc = MIN(count, MIN(SERIAL_XMIT_SIZE - info->xmit_cnt - 1,
c1634drivers/char/cyclades.cif (c <= 0){
c1641drivers/char/cyclades.cmemcpy_fromfs(tmp_buf, buf, c);
c1642drivers/char/cyclades.cc = MIN(c, MIN(SERIAL_XMIT_SIZE - info->xmit_cnt - 1,
c1644drivers/char/cyclades.cmemcpy(info->xmit_buf + info->xmit_head, tmp_buf, c);
c1647drivers/char/cyclades.cmemcpy(info->xmit_buf + info->xmit_head, buf, c);
c1648drivers/char/cyclades.cinfo->xmit_head = (info->xmit_head + c) & (SERIAL_XMIT_SIZE-1);
c1649drivers/char/cyclades.cinfo->xmit_cnt += c;
c1651drivers/char/cyclades.cbuf += c;
c1652drivers/char/cyclades.ccount -= c;
c1653drivers/char/cyclades.ctotal += c;
c188drivers/char/keyboard.cstatic inline void send_cmd(unsigned char c)
c191drivers/char/keyboard.coutb(c,0x64);
c200drivers/char/keyboard.cvoid to_utf8(ushort c) {
c201drivers/char/keyboard.cif (c < 0x80)
c202drivers/char/keyboard.cput_queue(c);      /*  0*******  */
c203drivers/char/keyboard.celse if (c < 0x800) {
c204drivers/char/keyboard.cput_queue(0xc0 | (c >> 6));   /*  110***** 10******  */
c205drivers/char/keyboard.cput_queue(0x80 | (c & 0x3f));
c207drivers/char/keyboard.cput_queue(0xe0 | (c >> 12));   /*  1110**** 10****** 10******  */
c208drivers/char/keyboard.cput_queue(0x80 | ((c >> 6) & 0x3f));
c209drivers/char/keyboard.cput_queue(0x80 | (c & 0x3f));
c234drivers/char/lp.cchar c;
c239drivers/char/lp.cc = get_user(temp);
c240drivers/char/lp.cretval = lp_char_polled(c, minor);
c44drivers/char/mouse.cstruct mouse *c = mouse_list.next;
c47drivers/char/mouse.cwhile (c != &mouse_list) {
c48drivers/char/mouse.cif (c->minor == minor) {
c49drivers/char/mouse.cfile->f_op = c->fops;
c52drivers/char/mouse.cc = c->next;
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;
c99drivers/char/n_tty.cstatic int opost(unsigned char c, struct tty_struct *tty)
c108drivers/char/n_tty.cswitch (c) {
c124drivers/char/n_tty.cc = '\n';
c148drivers/char/n_tty.cc = toupper(c);
c149drivers/char/n_tty.cif (!iscntrl(c))
c154drivers/char/n_tty.ctty->driver.put_char(tty, c);
c158drivers/char/n_tty.cstatic inline void put_char(unsigned char c, struct tty_struct *tty)
c160drivers/char/n_tty.ctty->driver.put_char(tty, c);
c165drivers/char/n_tty.cstatic void echo_char(unsigned char c, struct tty_struct *tty)
c167drivers/char/n_tty.cif (L_ECHOCTL(tty) && iscntrl(c) && c != '\t') {
c169drivers/char/n_tty.cput_char(c ^ 0100, tty);
c172drivers/char/n_tty.copost(c, tty);
c184drivers/char/n_tty.cstatic void eraser(unsigned char c, struct tty_struct *tty)
c193drivers/char/n_tty.cif (c == ERASE_CHAR(tty))
c195drivers/char/n_tty.celse if (c == WERASE_CHAR(tty))
c221drivers/char/n_tty.cc = tty->read_buf[head];
c224drivers/char/n_tty.cif (isalnum(c) || c == '_')
c238drivers/char/n_tty.cecho_char(c, tty);
c241drivers/char/n_tty.c} else if (c == '\t') {
c247drivers/char/n_tty.cc = tty->read_buf[tail];
c248drivers/char/n_tty.cif (c == '\t')
c250drivers/char/n_tty.celse if (iscntrl(c)) {
c270drivers/char/n_tty.cif (iscntrl(c) && L_ECHOCTL(tty)) {
c277drivers/char/n_tty.cif (!iscntrl(c) || L_ECHOCTL(tty)) {
c334drivers/char/n_tty.cunsigned char c)
c342drivers/char/n_tty.cput_tty_queue(c, tty);
c348drivers/char/n_tty.cstatic inline void n_tty_receive_char(struct tty_struct *tty, unsigned char c)
c351drivers/char/n_tty.cput_tty_queue(c, tty);
c361drivers/char/n_tty.cc &= 0x7f;
c363drivers/char/n_tty.cc=tolower(c);
c367drivers/char/n_tty.cif (c == START_CHAR(tty))
c369drivers/char/n_tty.celse if (c == STOP_CHAR(tty))
c381drivers/char/n_tty.cif (!test_bit(c, &tty->process_char_map) || tty->lnext) {
c392drivers/char/n_tty.cecho_char(c, tty);
c394drivers/char/n_tty.cif (I_PARMRK(tty) && c == (unsigned char) '\377')
c395drivers/char/n_tty.cput_tty_queue(c, tty);
c396drivers/char/n_tty.cput_tty_queue(c, tty);
c400drivers/char/n_tty.cif (c == '\r') {
c404drivers/char/n_tty.cc = '\n';
c405drivers/char/n_tty.c} else if (c == '\n' && I_INLCR(tty))
c406drivers/char/n_tty.cc = '\r';
c408drivers/char/n_tty.cif (c == START_CHAR(tty)) {
c412drivers/char/n_tty.cif (c == STOP_CHAR(tty)) {
c418drivers/char/n_tty.cif (c == INTR_CHAR(tty)) {
c422drivers/char/n_tty.cif (c == QUIT_CHAR(tty)) {
c426drivers/char/n_tty.cif (c == SUSP_CHAR(tty)) {
c433drivers/char/n_tty.cif (c == ERASE_CHAR(tty) || c == KILL_CHAR(tty) ||
c434drivers/char/n_tty.c(c == WERASE_CHAR(tty) && L_IEXTEN(tty))) {
c435drivers/char/n_tty.ceraser(c, tty);
c438drivers/char/n_tty.cif (c == LNEXT_CHAR(tty) && L_IEXTEN(tty)) {
c449drivers/char/n_tty.cif (c == REPRINT_CHAR(tty) && L_ECHO(tty) &&
c454drivers/char/n_tty.cecho_char(c, tty);
c462drivers/char/n_tty.cif (c == '\n') {
c472drivers/char/n_tty.cif (c == EOF_CHAR(tty)) {
c475drivers/char/n_tty.cc = __DISABLED_CHAR;
c478drivers/char/n_tty.cif ((c == EOL_CHAR(tty)) ||
c479drivers/char/n_tty.c(c == EOL2_CHAR(tty) && L_IEXTEN(tty))) {
c491drivers/char/n_tty.cecho_char(c, tty);
c497drivers/char/n_tty.cif (I_PARMRK(tty) && c == (unsigned char) '\377')
c498drivers/char/n_tty.cput_tty_queue(c, tty);
c502drivers/char/n_tty.cput_tty_queue(c, tty);
c519drivers/char/n_tty.cif (c == '\n')
c525drivers/char/n_tty.cecho_char(c, tty);
c529drivers/char/n_tty.cif (I_PARMRK(tty) && c == (unsigned char) '\377')
c530drivers/char/n_tty.cput_tty_queue(c, tty);
c532drivers/char/n_tty.cput_tty_queue(c, tty);
c755drivers/char/n_tty.cint c;
c867drivers/char/n_tty.cc = tty->read_buf[tty->read_tail];
c873drivers/char/n_tty.cput_user(c, b++);
c881drivers/char/n_tty.cif (c != __DISABLED_CHAR) {
c882drivers/char/n_tty.cput_user(c, b++);
c927drivers/char/n_tty.cint c;
c951drivers/char/n_tty.cc = get_user(b);
c952drivers/char/n_tty.cif (opost(c, tty) < 0)
c959drivers/char/n_tty.cc = tty->driver.write(tty, 1, b, nr);
c960drivers/char/n_tty.cb += c;
c961drivers/char/n_tty.cnr -= c;
c423drivers/char/psaux.cunsigned char c;
c439drivers/char/psaux.cc = get_from_queue();
c440drivers/char/psaux.cput_user(c, buffer++);
c118drivers/char/pty.cint  c=0, n, r;
c136drivers/char/pty.cbuf += n;  c+= n;
c141drivers/char/pty.cc = MIN(count, to->ldisc.receive_room(to));
c142drivers/char/pty.cto->ldisc.receive_buf(to, buf, 0, c);
c145drivers/char/pty.creturn c;
c475drivers/char/random.c__u32 a, b, c, d;
c479drivers/char/random.cc = buf[2];
c482drivers/char/random.cMD5STEP(F1, a, b, c, d, in[ 0]+0xd76aa478,  7);
c483drivers/char/random.cMD5STEP(F1, d, a, b, c, in[ 1]+0xe8c7b756, 12);
c484drivers/char/random.cMD5STEP(F1, c, d, a, b, in[ 2]+0x242070db, 17);
c485drivers/char/random.cMD5STEP(F1, b, c, d, a, in[ 3]+0xc1bdceee, 22);
c486drivers/char/random.cMD5STEP(F1, a, b, c, d, in[ 4]+0xf57c0faf,  7);
c487drivers/char/random.cMD5STEP(F1, d, a, b, c, in[ 5]+0x4787c62a, 12);
c488drivers/char/random.cMD5STEP(F1, c, d, a, b, in[ 6]+0xa8304613, 17);
c489drivers/char/random.cMD5STEP(F1, b, c, d, a, in[ 7]+0xfd469501, 22);
c490drivers/char/random.cMD5STEP(F1, a, b, c, d, in[ 8]+0x698098d8,  7);
c491drivers/char/random.cMD5STEP(F1, d, a, b, c, in[ 9]+0x8b44f7af, 12);
c492drivers/char/random.cMD5STEP(F1, c, d, a, b, in[10]+0xffff5bb1, 17);
c493drivers/char/random.cMD5STEP(F1, b, c, d, a, in[11]+0x895cd7be, 22);
c494drivers/char/random.cMD5STEP(F1, a, b, c, d, in[12]+0x6b901122,  7);
c495drivers/char/random.cMD5STEP(F1, d, a, b, c, in[13]+0xfd987193, 12);
c496drivers/char/random.cMD5STEP(F1, c, d, a, b, in[14]+0xa679438e, 17);
c497drivers/char/random.cMD5STEP(F1, b, c, d, a, in[15]+0x49b40821, 22);
c499drivers/char/random.cMD5STEP(F2, a, b, c, d, in[ 1]+0xf61e2562,  5);
c500drivers/char/random.cMD5STEP(F2, d, a, b, c, in[ 6]+0xc040b340,  9);
c501drivers/char/random.cMD5STEP(F2, c, d, a, b, in[11]+0x265e5a51, 14);
c502drivers/char/random.cMD5STEP(F2, b, c, d, a, in[ 0]+0xe9b6c7aa, 20);
c503drivers/char/random.cMD5STEP(F2, a, b, c, d, in[ 5]+0xd62f105d,  5);
c504drivers/char/random.cMD5STEP(F2, d, a, b, c, in[10]+0x02441453,  9);
c505drivers/char/random.cMD5STEP(F2, c, d, a, b, in[15]+0xd8a1e681, 14);
c506drivers/char/random.cMD5STEP(F2, b, c, d, a, in[ 4]+0xe7d3fbc8, 20);
c507drivers/char/random.cMD5STEP(F2, a, b, c, d, in[ 9]+0x21e1cde6,  5);
c508drivers/char/random.cMD5STEP(F2, d, a, b, c, in[14]+0xc33707d6,  9);
c509drivers/char/random.cMD5STEP(F2, c, d, a, b, in[ 3]+0xf4d50d87, 14);
c510drivers/char/random.cMD5STEP(F2, b, c, d, a, in[ 8]+0x455a14ed, 20);
c511drivers/char/random.cMD5STEP(F2, a, b, c, d, in[13]+0xa9e3e905,  5);
c512drivers/char/random.cMD5STEP(F2, d, a, b, c, in[ 2]+0xfcefa3f8,  9);
c513drivers/char/random.cMD5STEP(F2, c, d, a, b, in[ 7]+0x676f02d9, 14);
c514drivers/char/random.cMD5STEP(F2, b, c, d, a, in[12]+0x8d2a4c8a, 20);
c516drivers/char/random.cMD5STEP(F3, a, b, c, d, in[ 5]+0xfffa3942,  4);
c517drivers/char/random.cMD5STEP(F3, d, a, b, c, in[ 8]+0x8771f681, 11);
c518drivers/char/random.cMD5STEP(F3, c, d, a, b, in[11]+0x6d9d6122, 16);
c519drivers/char/random.cMD5STEP(F3, b, c, d, a, in[14]+0xfde5380c, 23);
c520drivers/char/random.cMD5STEP(F3, a, b, c, d, in[ 1]+0xa4beea44,  4);
c521drivers/char/random.cMD5STEP(F3, d, a, b, c, in[ 4]+0x4bdecfa9, 11);
c522drivers/char/random.cMD5STEP(F3, c, d, a, b, in[ 7]+0xf6bb4b60, 16);
c523drivers/char/random.cMD5STEP(F3, b, c, d, a, in[10]+0xbebfbc70, 23);
c524drivers/char/random.cMD5STEP(F3, a, b, c, d, in[13]+0x289b7ec6,  4);
c525drivers/char/random.cMD5STEP(F3, d, a, b, c, in[ 0]+0xeaa127fa, 11);
c526drivers/char/random.cMD5STEP(F3, c, d, a, b, in[ 3]+0xd4ef3085, 16);
c527drivers/char/random.cMD5STEP(F3, b, c, d, a, in[ 6]+0x04881d05, 23);
c528drivers/char/random.cMD5STEP(F3, a, b, c, d, in[ 9]+0xd9d4d039,  4);
c529drivers/char/random.cMD5STEP(F3, d, a, b, c, in[12]+0xe6db99e5, 11);
c530drivers/char/random.cMD5STEP(F3, c, d, a, b, in[15]+0x1fa27cf8, 16);
c531drivers/char/random.cMD5STEP(F3, b, c, d, a, in[ 2]+0xc4ac5665, 23);
c533drivers/char/random.cMD5STEP(F4, a, b, c, d, in[ 0]+0xf4292244,  6);
c534drivers/char/random.cMD5STEP(F4, d, a, b, c, in[ 7]+0x432aff97, 10);
c535drivers/char/random.cMD5STEP(F4, c, d, a, b, in[14]+0xab9423a7, 15);
c536drivers/char/random.cMD5STEP(F4, b, c, d, a, in[ 5]+0xfc93a039, 21);
c537drivers/char/random.cMD5STEP(F4, a, b, c, d, in[12]+0x655b59c3,  6);
c538drivers/char/random.cMD5STEP(F4, d, a, b, c, in[ 3]+0x8f0ccc92, 10);
c539drivers/char/random.cMD5STEP(F4, c, d, a, b, in[10]+0xffeff47d, 15);
c540drivers/char/random.cMD5STEP(F4, b, c, d, a, in[ 1]+0x85845dd1, 21);
c541drivers/char/random.cMD5STEP(F4, a, b, c, d, in[ 8]+0x6fa87e4f,  6);
c542drivers/char/random.cMD5STEP(F4, d, a, b, c, in[15]+0xfe2ce6e0, 10);
c543drivers/char/random.cMD5STEP(F4, c, d, a, b, in[ 6]+0xa3014314, 15);
c544drivers/char/random.cMD5STEP(F4, b, c, d, a, in[13]+0x4e0811a1, 21);
c545drivers/char/random.cMD5STEP(F4, a, b, c, d, in[ 4]+0xf7537e82,  6);
c546drivers/char/random.cMD5STEP(F4, d, a, b, c, in[11]+0xbd3af235, 10);
c547drivers/char/random.cMD5STEP(F4, c, d, a, b, in[ 2]+0x2ad7d2bb, 15);
c548drivers/char/random.cMD5STEP(F4, b, c, d, a, in[ 9]+0xeb86d391, 21);
c552drivers/char/random.cbuf[2] += c;
c31drivers/char/selection.c#define isspace(c)  ((c) == ' ')
c84drivers/char/selection.cstatic inline int inword(const unsigned char c) {
c85drivers/char/selection.creturn ( inwordLut[c>>5] >> (c & 0x1F) ) & 1;
c274drivers/char/selection.cint  c = sel_buffer_lth;
c278drivers/char/selection.cif (!bp || !c)
c283drivers/char/selection.cwhile (c) {
c288drivers/char/selection.cl = MIN(c, tty->ldisc.receive_room(tty));
c290drivers/char/selection.cc -= l;
c181drivers/char/selection.hstatic inline void memsetw(void * s, unsigned short c, unsigned int count)
c188drivers/char/selection.hscr_writew(c, addr++);
c1297drivers/char/serial.cint  c, total = 0;
c1310drivers/char/serial.cc = MIN(count, MIN(SERIAL_XMIT_SIZE - info->xmit_cnt - 1,
c1312drivers/char/serial.cif (c <= 0)
c1317drivers/char/serial.cmemcpy_fromfs(tmp_buf, buf, c);
c1318drivers/char/serial.cc = MIN(c, MIN(SERIAL_XMIT_SIZE - info->xmit_cnt - 1,
c1320drivers/char/serial.cmemcpy(info->xmit_buf + info->xmit_head, tmp_buf, c);
c1323drivers/char/serial.cmemcpy(info->xmit_buf + info->xmit_head, buf, c);
c1324drivers/char/serial.cinfo->xmit_head = (info->xmit_head + c) & (SERIAL_XMIT_SIZE-1);
c1325drivers/char/serial.cinfo->xmit_cnt += c;
c1327drivers/char/serial.cbuf += c;
c1328drivers/char/serial.ccount -= c;
c1329drivers/char/serial.ctotal += c;
c789drivers/char/tga.cint row, col, temp, c, attrib;
c795drivers/char/tga.cc = charattr & 0x00ff;
c805drivers/char/tga.ci = (c & 0xff) << 4; /* NOTE: assumption of 16 bytes per character bitmap */
c836drivers/char/tga.cif (c & 0x80)
c863drivers/char/tga.cif (c & 0x80)
c2562drivers/char/tpqic02.cint c;
c2583drivers/char/tpqic02.cc = iocmd & IOCCMD_MASK;
c2587drivers/char/tpqic02.cif (c == DDIOCSDBG) {
c2591drivers/char/tpqic02.cc = get_user_long((int *) ioarg);
c2592drivers/char/tpqic02.cif (c==0) {
c2596drivers/char/tpqic02.cif ((c>=1) && (c<=32)) {
c2597drivers/char/tpqic02.cQIC02_TAPE_DEBUG |= (1 << (c-1));
c2600drivers/char/tpqic02.cif (c >= 128) {
c2601drivers/char/tpqic02.cQIC02_TAPE_DEBUG &= ~(1 << (c - 128));
c2609drivers/char/tpqic02.cif (c == (MTIOCGETCONFIG & IOCCMD_MASK)) {
c2626drivers/char/tpqic02.c} else if (c == (MTIOCSETCONFIG & IOCCMD_MASK)) {
c2665drivers/char/tpqic02.cif (c == (MTIOCTOP & IOCCMD_MASK)) {
c2720drivers/char/tpqic02.c} else if (c == (MTIOCGET & IOCCMD_MASK)) {
c2748drivers/char/tpqic02.c} else if (TP_HAVE_TELL && (c == (MTIOCPOS & IOCCMD_MASK))) {
c2767drivers/char/tpqic02.cc = rdstatus((char *) blk_addr, sizeof(blk_addr), AR_QCMDV_TELL_BLK);
c2768drivers/char/tpqic02.cif (c!=TE_OK)
c1321drivers/char/tty_io.cchar *c, *d;
c1330drivers/char/tty_io.cc = (char *)(*p);
c1333drivers/char/tty_io.cput_user(*c++, d++);
c610drivers/net/bsd_comp.cunsigned char c;
c691drivers/net/bsd_comp.cc     = *rptr++;
c692drivers/net/bsd_comp.cfcode = BSD_KEY  (ent, c);
c693drivers/net/bsd_comp.chval  = BSD_HASH (ent, c, hshift);
c771drivers/net/bsd_comp.cent = c;
c425drivers/net/ewrk3.cchar c[2];
c429drivers/net/ewrk3.ceeprom_image[i] = tmp.c[0];
c430drivers/net/ewrk3.ceeprom_image[i+1] = tmp.c[1];
c678drivers/net/pi2.cunsigned char c;
c733drivers/net/pi2.cc = *lp->txptr++;
c735drivers/net/pi2.cwrtscc(lp->cardbase, cmd, R8, c);
c779drivers/net/pi2.cchar c;
c820drivers/net/pi2.cc = *lp->txptr++;
c830drivers/net/pi2.cwrtscc(lp->cardbase, cmd, R8, c);  /* First char out now */
c837drivers/net/pi2.cc = *lp->txptr++;
c841drivers/net/pi2.cwrtscc(lp->cardbase, cmd, R8, c);
c885drivers/net/pi2.cc = *lp->txptr++;
c895drivers/net/pi2.cwrtscc(lp->cardbase, cmd, R8, c);  /* First char out now */
c902drivers/net/pi2.cc = *lp->txptr++;
c906drivers/net/pi2.cwrtscc(lp->cardbase, cmd, R8, c);
c160drivers/net/ppp.c#define ins_char(pbuf,c) (buf_base(pbuf) [(pbuf)->count++] = (u_char)(c))
c249drivers/net/ppp.c#define in_xmap(ppp,c)  (ppp->xmit_async_map[(c) >> 5] & (1 << ((c) & 0x1f)))
c250drivers/net/ppp.c#define in_rmap(ppp,c)  ((((unsigned int) (u_char) (c)) < 0x20) && \
c251drivers/net/ppp.cppp->recv_async_map & (1 << (c)))
c325drivers/net/ppp.c#define PPP_FCS(fcs, c)  (((fcs) >> 8) ^ ppp_crc16_table[((fcs) ^ (c)) & 0xff])
c1364drivers/net/ppp.c#define PUTC(c)             \
c1366drivers/net/ppp.cbuf_base (ppp->ubuf) [current_idx++] = (u_char) (c); \
c1776drivers/net/ppp.cu_char c;
c1779drivers/net/ppp.c#define GETC(c)            \
c1781drivers/net/ppp.cc = buf_base (ppp->ubuf) [ppp->ubuf->tail++];  \
c1834drivers/net/ppp.cGETC (c);
c1835drivers/net/ppp.clen = c << 8;
c1836drivers/net/ppp.cGETC (c);
c1837drivers/net/ppp.clen += c;
c1908drivers/net/ppp.cGETC (c);
c1909drivers/net/ppp.cput_byte_user (c, buf);
c2835drivers/net/ppp.c&temp.c);
c101drivers/net/slip.cstatic void slip_unesc(struct slip *sl, unsigned char c);
c104drivers/net/slip.cstatic void slip_unesc6(struct slip *sl, unsigned char c);
c345drivers/net/slip.cunsigned char c;
c346drivers/net/slip.cif ((c = sl->rbuff[0]) & SL_TYPE_COMPRESSED_TCP) {
c361drivers/net/slip.c} else if (c >= SL_TYPE_UNCOMPRESSED_TCP) {
c836drivers/net/slip.cunsigned char c;
c852drivers/net/slip.cswitch(c = *s++) {
c862drivers/net/slip.c*ptr++ = c;
c917drivers/net/slip.cunsigned char c;
c939drivers/net/slip.cc = 0x30 + ((v >> bits) & 0x3F);
c940drivers/net/slip.c*ptr++ = c;
c944drivers/net/slip.cc = 0x30 + ((v << (6 - bits)) & 0x3F);
c945drivers/net/slip.c*ptr++ = c;
c954drivers/net/slip.cunsigned char c;
c968drivers/net/slip.cc = (unsigned char)(sl->xdata >> sl->xbits);
c971drivers/net/slip.csl->rbuff[sl->rcount++] = c;
c1663drivers/net/wavelan.cunsigned char  c;
c1665drivers/net/wavelan.cc = skb->data[i];
c1666drivers/net/wavelan.cif (c >= ' ' && c <= '~')
c1403drivers/scsi/53c7,8xx.cScsi_Cmnd *c = cmd->cmd;
c1404drivers/scsi/53c7,8xx.cstruct Scsi_Host *host = c->host;
c1416drivers/scsi/53c7,8xx.cdsa_temp_lun, c->lun);
c1420drivers/scsi/53c7,8xx.cdsa_temp_sync, hostdata->sync[c->target].select_indirect);
c1422drivers/scsi/53c7,8xx.cdsa_temp_target, c->target);
c1441drivers/scsi/53c7,8xx.cScsi_Cmnd *c = cmd->cmd;
c1442drivers/scsi/53c7,8xx.cstruct Scsi_Host *host = c->host;
c1475drivers/scsi/53c7,8xx.cc->host_scribble = NULL;
c1476drivers/scsi/53c7,8xx.cc->result = result;
c1477drivers/scsi/53c7,8xx.cc->scsi_done(c);
c1499drivers/scsi/53c7,8xx.cScsi_Cmnd *c = cmd ? cmd->cmd : NULL;
c1692drivers/scsi/53c7,8xx.cScsi_Cmnd *c = cmd ? cmd->cmd : NULL;
c1707drivers/scsi/53c7,8xx.cprintk (" from target %d lun %d", c->target, c->lun);
c1731drivers/scsi/53c7,8xx.chost->host_no, c->target, (cmd->flags & CMD_FLAG_SDTR) ? "accepting" :
c1743drivers/scsi/53c7,8xx.csynchronous (host, c->target, (unsigned char *)
c1752drivers/scsi/53c7,8xx.csynchronous (host, c->target, (unsigned char *)
c1770drivers/scsi/53c7,8xx.chost->host_no, c->target, Hz / 1000000, Hz % 1000000,
c1778drivers/scsi/53c7,8xx.chost->host_no, c->target);
c1820drivers/scsi/53c7,8xx.cif (!c) {
c1831drivers/scsi/53c7,8xx.casynchronous (host, c->target);
c1852drivers/scsi/53c7,8xx.cc->cmnd[0] = REQUEST_SENSE;
c1853drivers/scsi/53c7,8xx.cc->cmnd[1] &= 0xe0;  /* Zero all but LUN */
c1854drivers/scsi/53c7,8xx.cc->cmnd[2] = 0;
c1855drivers/scsi/53c7,8xx.cc->cmnd[3] = 0;
c1856drivers/scsi/53c7,8xx.cc->cmnd[4] = sizeof(c->sense_buffer);
c1857drivers/scsi/53c7,8xx.cc->cmnd[5] = 0; 
c1868drivers/scsi/53c7,8xx.cDCMD_BMI_IO)) << 24) | sizeof(c->sense_buffer);
c1869drivers/scsi/53c7,8xx.ccmd->data_transfer_start[1] = virt_to_bus(c->sense_buffer);
c3856drivers/scsi/53c7,8xx.cstruct NCR53c7x0_cmd * c;
c3870drivers/scsi/53c7,8xx.cfor (c = (struct NCR53c7x0_cmd *) hostdata->running_list, found = 0; c; 
c3871drivers/scsi/53c7,8xx.cc = (struct NCR53c7x0_cmd *) c->next)  {
c3872drivers/scsi/53c7,8xx.ctmp = c->cmd;
c3873drivers/scsi/53c7,8xx.cc->next = hostdata->free;
c3874drivers/scsi/53c7,8xx.chostdata->free = c;
c3882drivers/scsi/53c7,8xx.cc = (struct NCR53c7x0_cmd *) cmd->host_scribble;
c3883drivers/scsi/53c7,8xx.cif (c) {
c3884drivers/scsi/53c7,8xx.cc->next = hostdata->free;
c3885drivers/scsi/53c7,8xx.chostdata->free = c;
c1469drivers/scsi/NCR5380.cregister int c = *count;
c1517drivers/scsi/NCR5380.cif (!((p & SR_MSG) && c > 1)) {
c1558drivers/scsi/NCR5380.cif (!(p == PHASE_MSGIN && c == 1)) {  
c1559drivers/scsi/NCR5380.cif (p == PHASE_MSGOUT && c > 1)
c1564drivers/scsi/NCR5380.c} while (--c);
c1567drivers/scsi/NCR5380.cprintk("scsi%d : residual %d\n", instance->host_no, c);
c1570drivers/scsi/NCR5380.c*count = c;
c1578drivers/scsi/NCR5380.cif (!c || (*phase == p))
c1608drivers/scsi/NCR5380.cregister int c = *count;
c1630drivers/scsi/NCR5380.cc -= 2;
c1636drivers/scsi/NCR5380.c"writing", c, (p & SR_IO) ? "to" : "from", (unsigned) d);
c1639drivers/scsi/NCR5380.cNCR5380_dma_read_setup(instance, d, c) : 
c1640drivers/scsi/NCR5380.cNCR5380_dma_write_setup(instance, d, c);
c1764drivers/scsi/NCR5380.cc -= residue;
c1765drivers/scsi/NCR5380.c*count -= c;
c1766drivers/scsi/NCR5380.c*data += c;
c1801drivers/scsi/NCR5380.cif (!(foo = NCR5380_pread(instance, d, c - 1))) {
c1827drivers/scsi/NCR5380.cd[c - 1] = NCR5380_read(INPUT_DATA_REG);
c1831drivers/scsi/NCR5380.cif (!(foo = NCR5380_pwrite(instance, d, c))) {
c1882drivers/scsi/NCR5380.c*data = d + c;
c565drivers/scsi/aic7xxx_asm.cint c;
c567drivers/scsi/aic7xxx_asm.cwhile ((c = getopt(argc, argv, "dho:vD")) != EOF) {
c568drivers/scsi/aic7xxx_asm.cswitch (c) {
c191drivers/sound/audio.cint             c, p, l;
c197drivers/sound/audio.cc = count;
c222drivers/sound/audio.cwhile (c)
c242drivers/sound/audio.cl = c;
c270drivers/sound/audio.cc -= l;
c292drivers/sound/audio.cint             c, p, l;
c298drivers/sound/audio.cc = count;
c316drivers/sound/audio.cwhile (c)
c329drivers/sound/audio.cif (l > c)
c330drivers/sound/audio.cl = c;
c351drivers/sound/audio.cc -= l;
c354drivers/sound/audio.creturn count - c;
c1741drivers/sound/configure.cchar            c;
c1752drivers/sound/configure.ccount = read (fd, &c, 1);
c1757drivers/sound/configure.cfprintf (sf, "0x%02x,", c & 0xFFL);
c44drivers/sound/cs4232.c#define CS_OUT3(a, b, c)  {CS_OUT(a);CS_OUT(b);CS_OUT(c);}
c556drivers/sound/dmabuf.cDMAbuf_rmchars (int dev, int buff_no, int c)
c560drivers/sound/dmabuf.cint             p = dmap->counts[dmap->qhead] + c;
c1458drivers/sound/dmabuf.cDMAbuf_rmchars (int dev, int buff_no, int c)
c19drivers/sound/hex2hex.hint i,l, c;
c37drivers/sound/hex2hex.hwhile ((c=getc(inf))!=EOF)
c39drivers/sound/hex2hex.hif (c == ':')  /* Sync with beginning of line */
c64drivers/sound/hex2hex.hif (fscanf(inf, "%02x", &c) != 1)
c68drivers/sound/hex2hex.hbuf[addr++] = c;
c71drivers/sound/hex2hex.hsum += c;
c342drivers/sound/midibuf.cint             c, n, i;
c353drivers/sound/midibuf.cc = 0;
c355drivers/sound/midibuf.cwhile (c < count)
c389drivers/sound/midibuf.cif (n > (count - c))
c390drivers/sound/midibuf.cn = count - c;
c394drivers/sound/midibuf.cmemcpy_fromfs ((char *) &tmp_data, &((buf)[c]), 1);
c396drivers/sound/midibuf.cc++;
c402drivers/sound/midibuf.creturn c;
c409drivers/sound/midibuf.cint             n, c = 0;
c440drivers/sound/midibuf.cc = -EINTR;    /*
c445drivers/sound/midibuf.cif (c == 0 && DATA_AVAIL (midi_in_buf[dev]))  /*
c452drivers/sound/midibuf.cc = 0;
c454drivers/sound/midibuf.cwhile (c < n)
c457drivers/sound/midibuf.cmemcpy_tofs (&((buf)[c]), (char *) &tmp_data, 1);
c458drivers/sound/midibuf.cc++;
c464drivers/sound/midibuf.creturn c;
c426drivers/sound/mpu401.cunsigned char   c = read_data (devc);
c430drivers/sound/mpu401.cmpu_input_scanner (devc, c);
c433drivers/sound/mpu401.cdevc->inputintr (devc->devno, c);
c71drivers/sound/sb16_midi.cunsigned char   c = sb16midi_read ();
c74drivers/sound/sb16_midi.cmidi_input_intr (my_dev, c);
c106drivers/sound/sequencer.cint             c = count, p = 0;
c155drivers/sound/sequencer.cwhile (iqlen && c >= ev_len)
c160drivers/sound/sequencer.cc -= ev_len;
c167drivers/sound/sequencer.creturn count - c;
c268drivers/sound/sequencer.cint             p = 0, c, ev_size;
c284drivers/sound/sequencer.cc = count;
c286drivers/sound/sequencer.cwhile (c >= 4)
c302drivers/sound/sequencer.cerr = synth_devs[dev]->load_patch (dev, *(short *) &event[0], buf, p + 4, c, 0);
c319drivers/sound/sequencer.cif (c < ev_size)
c323drivers/sound/sequencer.creturn count - c;
c371drivers/sound/sequencer.cint             processed = count - c;
c384drivers/sound/sequencer.cc -= ev_size;
c9drivers/sound/sound_calls.hint DMAbuf_rmchars(int dev, int buff_no, int c);
c315drivers/sound/sound_switch.cint             l, c;
c318drivers/sound/sound_switch.cc = status_len - status_ptr;
c320drivers/sound/sound_switch.cif (l > c)
c321drivers/sound/sound_switch.cl = c;
c90drivers/sound/uart6850.cunsigned char   c = uart6850_read ();
c95drivers/sound/uart6850.cmidi_input_intr (my_dev, c);
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 && !buffer_uptodate(bh)) {
c242fs/ext/file.cpos += c;
c247fs/ext/file.cwritten += c;
c248fs/ext/file.cmemcpy_fromfs(p,buf,c);
c249fs/ext/file.cbuf += c;
c636fs/ext/namei.cchar c;
c653fs/ext/namei.cwhile (i < 1023 && (c = *(symname++)))
c654fs/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_user(c,buffer++);
c239fs/ext2/file.cint written, c;
c277fs/ext2/file.cc = sb->s_blocksize - offset;
c291fs/ext2/file.ccount -= c;
c293fs/ext2/file.cc += count;
c294fs/ext2/file.cif (c != sb->s_blocksize && !buffer_uptodate(bh)) {
c304fs/ext2/file.cpos2 += c;
c305fs/ext2/file.cpos += c;
c306fs/ext2/file.cwritten += c;
c307fs/ext2/file.cmemcpy_fromfs (bh->b_data + offset, buf, c);
c308fs/ext2/file.cbuf += c;
c329fs/ext2/file.cc = sb->s_blocksize;
c39fs/ext2/namei.c#define NAMEI_RA_INDEX(c,b)  (((c) * NAMEI_RA_BLOCKS) + (b))
c758fs/ext2/namei.cchar c;
c789fs/ext2/namei.cwhile (i < inode->i_sb->s_blocksize - 1 && (c = *(symname++)))
c790fs/ext2/namei.clink[i++] = c;
c101fs/ext2/symlink.cchar c;
c120fs/ext2/symlink.cwhile (i < buflen && (c = link[i])) {
c122fs/ext2/symlink.cput_user (c, buffer++);
c115fs/hpfs/hpfs_caps.cstatic inline unsigned latin1_upcase (unsigned c)
c117fs/hpfs/hpfs_caps.cif (c - 'a' <= 'z' - 'a'
c118fs/hpfs/hpfs_caps.c|| (c - a_grave <= thorn - a_grave
c119fs/hpfs/hpfs_caps.c&& c != divide))
c120fs/hpfs/hpfs_caps.creturn c - 'a' + 'A';
c122fs/hpfs/hpfs_caps.creturn c;
c125fs/hpfs/hpfs_caps.cstatic inline unsigned latin1_downcase (unsigned c)
c127fs/hpfs/hpfs_caps.cif (c - 'A' <= 'Z' - 'A'
c128fs/hpfs/hpfs_caps.c|| (c - A_GRAVE <= THORN - A_GRAVE
c129fs/hpfs/hpfs_caps.c&& c != MULTIPLY))
c130fs/hpfs/hpfs_caps.creturn c + 'a' - 'A';
c132fs/hpfs/hpfs_caps.creturn c;
c136fs/hpfs/hpfs_caps.cstatic inline unsigned latin1_to_cp850 (unsigned c)
c138fs/hpfs/hpfs_caps.cif ((signed) c - 128 >= 0)
c139fs/hpfs/hpfs_caps.creturn tb_latin1_to_cp850[c - 128];
c141fs/hpfs/hpfs_caps.creturn c;
c145fs/hpfs/hpfs_caps.cstatic inline unsigned cp850_to_latin1 (unsigned c)
c147fs/hpfs/hpfs_caps.cif ((signed) c - 128 >= 0)
c148fs/hpfs/hpfs_caps.creturn tb_cp850_to_latin1[c - 128];
c150fs/hpfs/hpfs_caps.creturn c;
c153fs/hpfs/hpfs_caps.cunsigned hpfs_char_to_upper_linux (unsigned c)
c155fs/hpfs/hpfs_caps.creturn latin1_upcase (cp850_to_latin1 (c));
c158fs/hpfs/hpfs_caps.cunsigned linux_char_to_upper_linux (unsigned c)
c160fs/hpfs/hpfs_caps.creturn latin1_upcase (c);
c163fs/hpfs/hpfs_caps.cunsigned hpfs_char_to_lower_linux (unsigned c)
c165fs/hpfs/hpfs_caps.creturn latin1_downcase (cp850_to_latin1 (c));
c168fs/hpfs/hpfs_caps.cunsigned hpfs_char_to_linux (unsigned c)
c170fs/hpfs/hpfs_caps.creturn cp850_to_latin1 (c);
c1fs/hpfs/hpfs_caps.hunsigned hpfs_char_to_linux (unsigned c);
c2fs/hpfs/hpfs_caps.hunsigned hpfs_char_to_lower_linux (unsigned c);
c3fs/hpfs/hpfs_caps.hunsigned hpfs_char_to_upper_linux (unsigned c);
c4fs/hpfs/hpfs_caps.hunsigned linux_char_to_upper_linux (unsigned c);
c956fs/hpfs/hpfs_fs.cunsigned c;
c961fs/hpfs/hpfs_fs.cc = *p++;
c962fs/hpfs/hpfs_fs.cif (c < ' ')
c963fs/hpfs/hpfs_fs.cif (c == '\r' && len && *p == '\n')
c965fs/hpfs/hpfs_fs.celse if (c == '\t' || c == '\n');
c968fs/hpfs/hpfs_fs.celse if (c < '\177')
c990fs/hpfs/hpfs_fs.cunsigned c = *in++;
c991fs/hpfs/hpfs_fs.cif (c == '\r' && (len == 0 || *in == '\n'));
c993fs/hpfs/hpfs_fs.cput_user(c, out++);
c77fs/isofs/dir.cint i, c;
c80fs/isofs/dir.cc = old[i];
c81fs/isofs/dir.cif (!c)
c83fs/isofs/dir.cif (c >= 'A' && c <= 'Z')
c84fs/isofs/dir.cc |= 0x20;  /* lower case */
c87fs/isofs/dir.cif (c == '.' && i == len - 3 && old[i + 1] == ';' && old[i + 2] == '1')
c91fs/isofs/dir.cif (c == ';' && i == len - 2 && old[i + 1] == '1')
c95fs/isofs/dir.cif (c == ';')
c96fs/isofs/dir.cc = '.';
c98fs/isofs/dir.cnew[i] = c;
c74fs/isofs/namei.cchar c;
c162fs/isofs/namei.cc = dpnt[i];
c163fs/isofs/namei.cif (c >= 'A' && c <= 'Z') c |= 0x20;  /* lower case */
c164fs/isofs/namei.cif (c == ';' && i == dlen-2 && dpnt[i+1] == '1') {
c168fs/isofs/namei.cif (c == ';') c = '.';
c169fs/isofs/namei.cde->name[i] = c;
c84fs/isofs/symlink.cchar c;
c100fs/isofs/symlink.cwhile (i<buflen && (c = pnt[i])) {
c102fs/isofs/symlink.cput_user(c,buffer++);
c192fs/minix/file.cint written,c;
c216fs/minix/file.cc = BLOCK_SIZE - (pos % BLOCK_SIZE);
c217fs/minix/file.cif (c > count-written)
c218fs/minix/file.cc = count-written;
c219fs/minix/file.cif (c != BLOCK_SIZE && !buffer_uptodate(bh)) {
c230fs/minix/file.cpos += c;
c231fs/minix/file.cwritten += c;
c232fs/minix/file.cmemcpy_fromfs(p,buf,c);
c233fs/minix/file.cbuf += c;
c548fs/minix/namei.cchar c;
c565fs/minix/namei.cwhile (i < 1023 && (c=*(symname++)))
c566fs/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_user(c,buffer++);
c67fs/msdos/dir.cchar c;
c99fs/msdos/dir.cif (!(c = de->name[i])) break;
c100fs/msdos/dir.cif (c >= 'A' && c <= 'Z') c += 32;
c102fs/msdos/dir.cif (c == 0x05) c = 0xE5;
c103fs/msdos/dir.cif (c != ' ')
c105fs/msdos/dir.cptname[i] = c;
c111fs/msdos/dir.cif (!(c = de->ext[i2])) break;
c112fs/msdos/dir.cif (c >= 'A' && c <= 'Z') c += 32;
c113fs/msdos/dir.cif (c != ' ')
c115fs/msdos/dir.cptname[i] = c;
c46fs/msdos/namei.cunsigned char c;
c61fs/msdos/namei.cc = 0;
c63fs/msdos/namei.cc = *name++;
c65fs/msdos/namei.cif (conv != 'r' && strchr(bad_chars,c)) return -EINVAL;
c66fs/msdos/namei.cif (conv == 's' && strchr(bad_if_strict,c)) return -EINVAL;
c67fs/msdos/namei.cif (c >= 'A' && c <= 'Z' && conv == 's') return -EINVAL;
c68fs/msdos/namei.cif (c < ' ' || c == ':' || c == '\\') return -EINVAL;
c73fs/msdos/namei.cif((res==walk) && (c==0xE5)) c=0x05;
c74fs/msdos/namei.cif (c == '.') break;
c75fs/msdos/namei.cspace = (c == ' ');
c76fs/msdos/namei.c*walk = (c >= 'a' && c <= 'z') ? c-32 : c;
c79fs/msdos/namei.cif (conv == 's' && len && c != '.') {
c80fs/msdos/namei.cc = *name++;
c82fs/msdos/namei.cif (c != '.') return -EINVAL;
c84fs/msdos/namei.cwhile (c != '.' && len--) c = *name++;
c85fs/msdos/namei.cif (c == '.') {
c88fs/msdos/namei.cc = *name++;
c90fs/msdos/namei.cif (conv != 'r' && strchr(bad_chars,c)) return -EINVAL;
c91fs/msdos/namei.cif (conv == 's' && strchr(bad_if_strict,c))
c93fs/msdos/namei.cif (c < ' ' || c == ':' || c == '\\' || c == '.')
c95fs/msdos/namei.cif (c >= 'A' && c <= 'Z' && conv == 's') return -EINVAL;
c96fs/msdos/namei.cspace = c == ' ';
c97fs/msdos/namei.c*walk++ = c >= 'a' && c <= 'z' ? c-32 : c;
c58fs/namei.cchar * tmp, c;
c68fs/namei.cc = get_user(filename++);
c69fs/namei.cif (!c)
c75fs/namei.c*(tmp++) = c;
c76fs/namei.cc = get_user(filename++);
c77fs/namei.cif (!c) {
c217fs/namei.cchar c;
c227fs/namei.cif ((c = *pathname) == '/') {
c235fs/namei.cfor(len=0;(c = *(pathname++))&&(c != '/');len++)
c237fs/namei.cif (!c)
c179fs/proc/array.cint a, b, c;
c183fs/proc/array.cc = avenrun[2] + (FIXED_1/200);
c187fs/proc/array.cLOAD_INT(c), LOAD_FRAC(c),
c337fs/proc/array.cchar c;
c346fs/proc/array.cc = *(char *) addr;
c347fs/proc/array.cif (!c)
c350fs/proc/array.cbuffer[size++] = c;
c355fs/proc/array.cif (!c && start >= end)
c56fs/proc/fd.cunsigned int ino, pid, fd, c;
c88fs/proc/fd.cc = *name - '0';
c90fs/proc/fd.cif (c > 9) {
c95fs/proc/fd.cfd += c;
c377fs/proc/root.cunsigned int pid, c;
c389fs/proc/root.cc = *name - '0';
c391fs/proc/root.cif (c > 9) {
c396fs/proc/root.cpid += c;
c337fs/smbfs/proc.cprint_char(char c)
c339fs/smbfs/proc.cif ((c < ' ') || (c > '~'))
c341fs/smbfs/proc.creturn c;
c203fs/sysv/file.cint written,c;
c234fs/sysv/file.cc = sb->sv_block_size - (pos & sb->sv_block_size_1);
c235fs/sysv/file.cif (c > count-written)
c236fs/sysv/file.cc = count-written;
c237fs/sysv/file.cif (c != sb->sv_block_size && !buffer_uptodate(bh)) {
c249fs/sysv/file.cpos += c;
c254fs/sysv/file.cwritten += c;
c255fs/sysv/file.cmemcpy_fromfs(p,buf,c);
c256fs/sysv/file.cbuf += c;
c540fs/sysv/namei.cchar c;
c560fs/sysv/namei.cwhile (i < sb->sv_block_size_1 && (c = *(symname++)))
c561fs/sysv/namei.cname_block_data[i++] = c;
c90fs/sysv/symlink.cchar c;
c104fs/sysv/symlink.cwhile (i<buflen && (c = bh_data[i])) {
c106fs/sysv/symlink.cput_user(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) && !buffer_uptodate(bh)) {
c235fs/xiafs/file.cpos += c;
c240fs/xiafs/file.cwritten += c;
c241fs/xiafs/file.cmemcpy_fromfs(cp,buf,c);
c242fs/xiafs/file.cbuf += c;
c592fs/xiafs/namei.cchar c;
c614fs/xiafs/namei.cfor (i = 0; i < BLOCK_SIZE-1 && (c=*symname++); i++)
c615fs/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_user(c, buffer++);
c42include/asm-alpha/delay.hextern __inline__ unsigned long muldiv(unsigned long a, unsigned long b, unsigned long c)
c44include/asm-alpha/delay.hreturn (a*b)/c;
c179include/asm-alpha/io.h#define memset_io(addr,c,len)    _memset_io((unsigned long)(addr),(c),(len))
c341include/asm-alpha/lca.hstruct el_common *    c;
c25include/asm-alpha/string.h#define memset(s, c, count) \
c26include/asm-alpha/string.h(__builtin_constant_p(c) ? \
c27include/asm-alpha/string.h__constant_c_memset((s),(0x0101010101010101UL*(unsigned char)c),(count)) : \
c28include/asm-alpha/string.h__memset((s),(c),(count)))
c44include/asm-i386/delay.hextern __inline__ unsigned long muldiv(unsigned long a, unsigned long b, unsigned long c)
c49include/asm-i386/delay.h"r" (c),
c76include/asm-i386/io.h#define memset_io(a,b,c)  memset((void *)(a),(b),(c))
c77include/asm-i386/io.h#define memcpy_fromio(a,b,c)  memcpy((a),(void *)(b),(c))
c78include/asm-i386/io.h#define memcpy_toio(a,b,c)  memcpy((void *)(a),(b),(c))
c84include/asm-i386/io.h#define eth_io_copy_and_sum(a,b,c,d)  eth_copy_and_sum((a),(void *)(b),(c),(d))
c98include/asm-i386/io.h__OUT1(s##c,x) __OUT2(s,s1,"") : : "a" (value), "id" (port)); } \
c110include/asm-i386/io.h__IN1(s##c) __IN2(s,s1,"") : "=a" (_v) : "id" (port) ,##i ); return _v; } \
c132include/asm-i386/string.hextern inline char * strchr(const char * s, int c)
c146include/asm-i386/string.h:"=a" (__res):"S" (s),"0" (c):"si");
c151include/asm-i386/string.hextern inline char * strrchr(const char * s, int c)
c163include/asm-i386/string.h:"=d" (__res):"0" (0),"S" (s),"a" (c):"ax","si");
c444include/asm-i386/string.hextern inline void * memchr(const void * cs,int c,size_t count)
c456include/asm-i386/string.h:"=D" (__res):"a" (c),"D" (cs),"c" (count)
c461include/asm-i386/string.hextern inline void * __memset_generic(void * s, char c,size_t count)
c468include/asm-i386/string.h:"a" (c),"D" (s),"c" (count)
c474include/asm-i386/string.h#define __constant_count_memset(s,c,count) __memset_generic((s),(c),(count))
c481include/asm-i386/string.hextern inline void * __constant_c_memset(void * s, unsigned long c, size_t count)
c494include/asm-i386/string.h:"a" (c), "q" (count), "c" (count/4), "D" ((long) s)
c559include/asm-i386/string.h#define __constant_c_x_memset(s, c, count) \
c561include/asm-i386/string.h__constant_c_and_count_memset((s),(c),(count)) : \
c562include/asm-i386/string.h__constant_c_memset((s),(c),(count)))
c564include/asm-i386/string.h#define __memset(s, c, count) \
c566include/asm-i386/string.h__constant_count_memset((s),(c),(count)) : \
c567include/asm-i386/string.h__memset_generic((s),(c),(count)))
c570include/asm-i386/string.h#define memset(s, c, count) \
c571include/asm-i386/string.h(__builtin_constant_p(c) ? \
c572include/asm-i386/string.h__constant_c_x_memset((s),(0x01010101UL*(unsigned char)c),(count)) : \
c573include/asm-i386/string.h__memset((s),(c),(count)))
c579include/asm-i386/string.hextern inline void * memscan(void * addr, int c, size_t size)
c589include/asm-i386/string.h: "0" (addr), "1" (size), "a" (c));
c92include/asm-m68k/string.hextern inline void * memset(void * s,char c,size_t count)
c103include/asm-m68k/string.h: "0" (s), "d" (c), "1" (count)
c51include/asm-m68k/unistd.h#define _syscall3(type,name,atype,a,btype,b,ctype,c) \
c52include/asm-m68k/unistd.htype name(atype a,btype b,ctype c) \
c62include/asm-m68k/unistd.h"g" ((long)(c)) \
c70include/asm-m68k/unistd.h#define _syscall4(type,name,atype,a,btype,b,ctype,c,dtype,d) \
c71include/asm-m68k/unistd.htype name (atype a, btype b, ctype c, dtype d) \
c82include/asm-m68k/unistd.h"g" ((long)(c)), \
c91include/asm-m68k/unistd.h#define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \
c92include/asm-m68k/unistd.htype name (atype a,btype b,ctype c,dtype d,etype e) \
c104include/asm-m68k/unistd.h"g" ((long)(c)), \
c40include/asm-mips/delay.hextern __inline__ unsigned long muldiv(unsigned long a, unsigned long b, unsigned long c)
c42include/asm-mips/delay.hreturn (a*b)/c;
c61include/asm-mips/io.h__OUT1(s##c) __OUT2(m) : : "r" (value), "i" (port), "r" (PORT_BASE)); } \
c75include/asm-mips/io.h__IN1(s##c) __IN2(m) STR(FILL_LDS) : "=r" (_v) : "i" (port), "r" (PORT_BASE)); return _v; } \
c99include/asm-mips/io.h__INS1(s##c) __INS2(m) \
c124include/asm-mips/io.h__OUTS1(s##c) __OUTS2(m) \
c117include/asm-mips/string.hextern __inline__ void * memset(void * s, int c, size_t count)
c130include/asm-mips/string.h: "0" (s), "r" (c), "1" (s + count - 1)
c199include/asm-mips/string.hextern __inline__ void * memscan(void * addr, int c, size_t size)
c214include/asm-mips/string.h: "0" (addr), "1" (size), "r" (c)
c61include/asm-mips/unistd.h#define _syscall3(type,name,atype,a,btype,b,ctype,c) \
c62include/asm-mips/unistd.htype name (atype a, btype b, ctype c) \
c72include/asm-mips/unistd.h"r" ((long)(c)) \
c80include/asm-mips/unistd.h#define _syscall4(type,name,atype,a,btype,b,ctype,c,dtype,d) \
c81include/asm-mips/unistd.htype name (atype a, btype b, ctype c, dtype d) \
c93include/asm-mips/unistd.h"r" ((long)(c)), \
c102include/asm-mips/unistd.h#define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \
c103include/asm-mips/unistd.htype name (atype a,btype b,ctype c,dtype d,etype e) \
c116include/asm-mips/unistd.h"r" ((long)(c)), \
c9include/asm-ppc/delay.hextern __inline__ unsigned long muldiv(unsigned long a, unsigned long b, unsigned long c)
c11include/asm-ppc/delay.hreturn (a*b)/c;
c19include/asm-ppc/mmu.hunsigned long c:1;  /* Changed */
c13include/asm-ppc/string.hextern inline void * memset(void * s,int c,size_t count)
c18include/asm-ppc/string.h*xs++ = c;
c38include/asm-sparc/delay.h#define muldiv(a, b, c)    (((a)*(b))/(c))
c147include/linux/cdu31a.h#define SONY_HWC_GET_LOAD_MECH(c)       (c.hw_config[0] & 0x03)
c148include/linux/cdu31a.h#define SONY_HWC_EJECT(c)               (c.hw_config[0] & 0x04)
c149include/linux/cdu31a.h#define SONY_HWC_LED_SUPPORT(c)         (c.hw_config[0] & 0x08)
c150include/linux/cdu31a.h#define SONY_HWC_DOUBLE_SPEED(c)        (c.hw_config[0] & 0x10)
c151include/linux/cdu31a.h#define SONY_HWC_GET_BUF_MEM_SIZE(c)    ((c.hw_config[0] & 0xc0) >> 6)
c152include/linux/cdu31a.h#define SONY_HWC_AUDIO_PLAYBACK(c)      (c.hw_config[1] & 0x01)
c153include/linux/cdu31a.h#define SONY_HWC_ELECTRIC_VOLUME(c)     (c.hw_config[1] & 0x02)
c154include/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)
c154include/linux/ppp_defs.hstruct compstat  c;  /* packet compression statistics */
c429include/linux/sbpcd.hu_char c[4];
c435include/linux/sbpcd.hu_char c[4];
c24include/net/netlink.h#define ip_netlink_msg(a,b,c,d,e,f,g)
c63kernel/printk.cchar c;
c91kernel/printk.cc = *((char *) log_buf+log_start);
c96kernel/printk.cput_user(c,buf);
c121kernel/printk.cc = *((char *) log_buf+(j++ & (LOG_BUF_LEN-1)));
c122kernel/printk.cput_user(c, buf++);
c248kernel/sched.cint c;
c301kernel/sched.cc = -1000;
c305kernel/sched.cif (weight > c)
c306kernel/sched.cc = weight, next = p;
c311kernel/sched.cif (!c) {
c106lib/string.cchar * strchr(const char * s, int c)
c108lib/string.cfor(; *s != (char) c; ++s)
c196lib/string.cvoid * memset(void * s,char c,size_t count)
c201lib/string.c*xs++ = c;
c270lib/string.cvoid * memscan(void * addr, int c, size_t size)
c275lib/string.cif (*p == c)
c43lib/vsprintf.c#define is_digit(c)  ((c) >= '0' && (c) <= '9')
c71lib/vsprintf.cchar c,sign,tmp[66];
c81lib/vsprintf.cc = (type & ZEROPAD) ? '0' : ' ';
c124lib/vsprintf.c*str++ = c;
c128mm/mlock.cchar c = get_user((char *) start);
c129mm/mlock.c__asm__ __volatile__("": :"r" (c));
c185mm/mmap.cchar c = get_user((char *) start);
c186mm/mmap.c__asm__ __volatile__("": :"r" (c));
c125net/ax25/af_ax25.cchar c, *s;
c130net/ax25/af_ax25.cc = (a->ax25_call[n] >> 1) & 0x7F;
c132net/ax25/af_ax25.cif (c != ' ') *s++ = c;
c318net/core/sock.cstruct sk_buff * c = alloc_skb(size, priority);
c319net/core/sock.cif (c) 
c324net/core/sock.csk->wmem_alloc+= c->truesize;
c327net/core/sock.creturn c;
c341net/core/sock.cstruct sk_buff *c = alloc_skb(size, priority);
c342net/core/sock.cif (c) 
c347net/core/sock.csk->rmem_alloc += c->truesize;
c350net/core/sock.creturn(c);
c159net/ipv4/ipmr.cstatic void ipmr_cache_insert(struct mfc_cache *c)
c161net/ipv4/ipmr.cint line=MFC_HASH(c->mfc_mcastgrp,c->mfc_origin);
c162net/ipv4/ipmr.cc->next=mfc_cache_array[line];
c163net/ipv4/ipmr.cmfc_cache_array[line]=c;
c197net/ipv4/ipmr.cstruct mfc_cache *c=(struct mfc_cache *)kmalloc(sizeof(struct mfc_cache), priority);
c198net/ipv4/ipmr.cif(c==NULL)
c200net/ipv4/ipmr.cc->mfc_queuelen=0;
c201net/ipv4/ipmr.cskb_queue_head_init(&c->mfc_unresolved);
c202net/ipv4/ipmr.cinit_timer(&c->mfc_timer);
c203net/ipv4/ipmr.cc->mfc_timer.data=(long)c;
c204net/ipv4/ipmr.cc->mfc_timer.function=ipmr_cache_timer;
c205net/ipv4/ipmr.creturn c;
c2255net/ipv4/tcp.cchar c = sk->urg_data;
c2258net/ipv4/tcp.cmemcpy_toiovec(msg->msg_iov, &c, 1);
c311scripts/ksymoops.ccint c;
c312scripts/ksymoops.cccin >> ::hex >> c;
c313scripts/ksymoops.cc*cp++ = c;