taglinefilesource code
c298arch/alpha/lib/io.cvoid memset_io(unsigned long dst, int c, unsigned long count)
c302arch/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;
c132arch/i386/boot/compressed/misc.cchar c;
c137arch/i386/boot/compressed/misc.cwhile ( ( c = *s++ ) != '\0' ) {
c138arch/i386/boot/compressed/misc.cif ( c == '\n' ) {
c145arch/i386/boot/compressed/misc.cvidmem [ ( x + cols * y ) * 2 ] = c; 
c160arch/i386/boot/compressed/misc.c__ptr_t memset(__ptr_t s, int c, size_t n)
c165arch/i386/boot/compressed/misc.cfor (i=0;i<n;i++) ss[i] = c;
c188arch/i386/boot/compressed/misc.cregister ulg c;         /* temporary variable */
c193arch/i386/boot/compressed/misc.cc = 0xffffffffL;
c195arch/i386/boot/compressed/misc.cc = crc;
c197arch/i386/boot/compressed/misc.cc = crc_32_tab[((int)c ^ (*s++)) & 0xff] ^ (c >> 8);
c200arch/i386/boot/compressed/misc.ccrc = c;
c201arch/i386/boot/compressed/misc.creturn c ^ 0xffffffffL;       /* (instead of ~c for 64-bit machines) */
c270arch/i386/boot/compressed/misc.cunsigned long c;      /* crc shift register */
c287arch/i386/boot/compressed/misc.cc = 0;
c290arch/i386/boot/compressed/misc.cc = c & 1 ? (c >> 1) ^ e : c >> 1;
c292arch/i386/boot/compressed/misc.cc ^= e;
c294arch/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;
c83arch/i386/kernel/setup.cchar c = ' ', *to = command_line, *from = COMMAND_LINE;
c106arch/i386/kernel/setup.cif (c == ' ' && *(const unsigned long *)from == *(const unsigned long *)"mem=") {
c116arch/i386/kernel/setup.cc = *(from++);
c117arch/i386/kernel/setup.cif (!c)
c121arch/i386/kernel/setup.c*(to++) = c;
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;
c64arch/sparc/kernel/setup.cunsigned char c;
c66arch/sparc/kernel/setup.cwhile ((c = *(p++)) != 0)
c68arch/sparc/kernel/setup.cif (c == '\n')
c70arch/sparc/kernel/setup.cprom_putchar(c);
c37arch/sparc/prom/console.cprom_nbputchar(char c)
c43arch/sparc/prom/console.creturn (*(romvec->pv_nbputchar))(c);
c48arch/sparc/prom/console.coutc = c;
c68arch/sparc/prom/console.cprom_putchar(char c)
c70arch/sparc/prom/console.cwhile(prom_nbputchar(c) == -1) ;
c3770drivers/block/floppy.cchar c;
c3783drivers/block/floppy.cc= get_fs_byte(i);
c3786drivers/block/floppy.cc='\0';
c3787drivers/block/floppy.cbuffer[j] = c;
c3788drivers/block/floppy.cif(!c || c == ' ' || c == '\t'){
c3796drivers/block/floppy.cif(!c)
c3800drivers/block/floppy.cif( (!j && !c) ||
c3801drivers/block/floppy.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);
c316drivers/block/ide-cd.cfailed_command->c[0] == SCMD_READ_SUBCHANNEL &&
c378drivers/block/ide-cd.cfor (i=0; i<sizeof (failed_command->c); i++)
c379drivers/block/ide-cd.cprintk ("%02x ", failed_command->c[i]);
c438drivers/block/ide-cd.cpc->c[0] = REQUEST_SENSE;
c439drivers/block/ide-cd.cpc->c[4] = sizeof (*reqbuf);
c547drivers/block/ide-cd.cif (pc->c[0] != SCMD_READ_SUBCHANNEL)
c1003drivers/block/ide-cd.cmemset (&pc.c, 0, sizeof (pc.c));
c1004drivers/block/ide-cd.cpc.c[0] = READ_10;
c1005drivers/block/ide-cd.cpc.c[7] = (nframes >> 8);
c1006drivers/block/ide-cd.cpc.c[8] = (nframes & 0xff);
c1015drivers/block/ide-cd.cpc.c[2] = conv.b.b3;
c1016drivers/block/ide-cd.cpc.c[3] = conv.b.b2;
c1017drivers/block/ide-cd.cpc.c[4] = conv.b.b1;
c1018drivers/block/ide-cd.cpc.c[5] = conv.b.b0;
c1021drivers/block/ide-cd.cif (cdrom_transfer_packet_command (drive, pc.c, sizeof (pc.c)))
c1098drivers/block/ide-cd.cif (pc->c[0] == REQUEST_SENSE && pc->buflen > 0 && pc->buflen <= 5) {
c1198drivers/block/ide-cd.cif (cdrom_transfer_packet_command (drive, pc->c, sizeof (pc->c)))
c1282drivers/block/ide-cd.cif (pc->c[0] == REQUEST_SENSE || cdrom_request_sense (drive, reqbuf))
c1333drivers/block/ide-cd.cchar *c = (char *)x;
c1334drivers/block/ide-cd.cchar d = c[0];
c1335drivers/block/ide-cd.cc[0] = c[1];
c1336drivers/block/ide-cd.cc[1] = d;
c1343drivers/block/ide-cd.cchar *c = (char *)x;
c1344drivers/block/ide-cd.cchar d = c[0];
c1345drivers/block/ide-cd.cc[0] = c[3];
c1346drivers/block/ide-cd.cc[3] = d;
c1347drivers/block/ide-cd.cd = c[1];
c1348drivers/block/ide-cd.cc[1] = c[2];
c1349drivers/block/ide-cd.cc[2] = d;
c1386drivers/block/ide-cd.cpc.c[0] = TEST_UNIT_READY;
c1399drivers/block/ide-cd.cpc.c[0] = REQUEST_SENSE;
c1400drivers/block/ide-cd.cpc.c[4] = sizeof (*reqbuf);
c1417drivers/block/ide-cd.cpc.c[0] = ALLOW_MEDIUM_REMOVAL;
c1418drivers/block/ide-cd.cpc.c[4] = (lockflag != 0);
c1433drivers/block/ide-cd.cpc.c[0] = START_STOP;
c1434drivers/block/ide-cd.cpc.c[4] = 2 + (ejectflag != 0);
c1446drivers/block/ide-cd.cpc.c[0] = SCMD_PAUSE_RESUME;
c1447drivers/block/ide-cd.cpc.c[8] = !pauseflag;
c1459drivers/block/ide-cd.cpc.c[0] = START_STOP;
c1460drivers/block/ide-cd.cpc.c[1] = 1;
c1461drivers/block/ide-cd.cpc.c[4] = startflag;
c1476drivers/block/ide-cd.cpc.c[0] = SCMD_READ_TOC;
c1477drivers/block/ide-cd.cpc.c[6] = trackno;
c1478drivers/block/ide-cd.cpc.c[7] = (buflen >> 8);
c1479drivers/block/ide-cd.cpc.c[8] = (buflen & 0xff);
c1480drivers/block/ide-cd.cif (msf_flag) pc.c[1] = 2;
c1561drivers/block/ide-cd.cpc.c[0] = SCMD_READ_SUBCHANNEL;
c1562drivers/block/ide-cd.cpc.c[2] = 0x40;  /* request subQ data */
c1563drivers/block/ide-cd.cpc.c[3] = 0x01;  /* Format 1: current position */
c1564drivers/block/ide-cd.cpc.c[7] = (buflen >> 8);
c1565drivers/block/ide-cd.cpc.c[8] = (buflen & 0xff);
c1581drivers/block/ide-cd.cpc.c[0] = MODE_SENSE_10;
c1582drivers/block/ide-cd.cpc.c[2] = pageno | (modeflag << 6);
c1583drivers/block/ide-cd.cpc.c[7] = (buflen >> 8);
c1584drivers/block/ide-cd.cpc.c[8] = (buflen & 0xff);
c1598drivers/block/ide-cd.cpc.c[0] = MODE_SELECT_10;
c1599drivers/block/ide-cd.cpc.c[1] = 0x10;
c1600drivers/block/ide-cd.cpc.c[2] = pageno;
c1601drivers/block/ide-cd.cpc.c[7] = (buflen >> 8);
c1602drivers/block/ide-cd.cpc.c[8] = (buflen & 0xff);
c1614drivers/block/ide-cd.cpc.c[0] = SCMD_PLAYAUDIO12;
c1615drivers/block/ide-cd.c*(int *)(&pc.c[2]) = lba_start;
c1616drivers/block/ide-cd.c*(int *)(&pc.c[6]) = lba_end - lba_start;
c1617drivers/block/ide-cd.cbyte_swap_long ((int *)(&pc.c[2]));
c1618drivers/block/ide-cd.cbyte_swap_long ((int *)(&pc.c[6]));
c1631drivers/block/ide-cd.cpc.c[0] = SCMD_PLAYAUDIO_MSF;
c1632drivers/block/ide-cd.clba_to_msf (lba_start, &pc.c[3], &pc.c[4], &pc.c[5]);
c1633drivers/block/ide-cd.clba_to_msf (lba_end-1, &pc.c[6], &pc.c[7], &pc.c[8]);
c1637drivers/block/ide-cd.cpc.c[3] = bin2bcd (pc.c[3]);
c1638drivers/block/ide-cd.cpc.c[4] = bin2bcd (pc.c[4]);
c1639drivers/block/ide-cd.cpc.c[5] = bin2bcd (pc.c[5]);
c1640drivers/block/ide-cd.cpc.c[6] = bin2bcd (pc.c[6]);
c1641drivers/block/ide-cd.cpc.c[7] = bin2bcd (pc.c[7]);
c1642drivers/block/ide-cd.cpc.c[8] = bin2bcd (pc.c[8]);
c1926drivers/block/ide-cd.cstat = verify_area (VERIFY_READ, (void *) arg, sizeof (pc.c));
c1928drivers/block/ide-cd.cmemcpy_fromfs (&pc.c, (void *) arg, sizeof (pc.c));
c2092drivers/block/ide.cstatic int stridx (const char *s, char c)
c2094drivers/block/ide.cchar *i = strchr(s, c);
c2095drivers/block/ide.creturn (i && c) ? i - s : -1;
c2424drivers/block/ide.cstatic void sub22 (char b, char c)
c2432drivers/block/ide.coutb_p(c,0xb4);
c2434drivers/block/ide.cif(inb(0xb4) == c) {
c128drivers/block/ide.hunsigned char c[12];
c562drivers/block/mcd.cchar a, b, c, d;
c566drivers/block/mcd.cgetValue(&c);
c765drivers/block/mcdx.cchar c;
c768drivers/block/mcdx.cif (!buffer || size == 0) buffer = &c, size = 1;
c1246drivers/block/mcdx.cstatic unsigned int bcd2uint(unsigned char c)
c1247drivers/block/mcdx.c{ return (c >> 4) * 10 + (c & 0x0f); }
c799drivers/block/sbpcd.cmsf.c[3] = 0;
c800drivers/block/sbpcd.cmsf.c[2] = (blk + CD_BLOCK_OFFSET) / (CD_SECS * CD_FRAMES);
c802drivers/block/sbpcd.cmsf.c[1] = mm / CD_FRAMES;
c803drivers/block/sbpcd.cmsf.c[0] = mm % CD_FRAMES;
c838drivers/block/sbpcd.ci=(msf.c[2] * CD_SECS + msf.c[1]) * CD_FRAMES + msf.c[0] - CD_BLOCK_OFFSET;
c273drivers/block/sjcd.cunsigned char b, unsigned char c, unsigned char d ){
c280drivers/block/sjcd.coutb( c, SJCDPORT( 0 ) );
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 ))
c316drivers/char/console.cstatic void memsetw(void * s, unsigned short c, unsigned int count)
c323drivers/char/console.cscr_writew(c, addr++);
c1413drivers/char/console.cint c, tc, ok, n = 0;
c1433drivers/char/console.cc = from_user ? get_user(buf) : *buf;
c1439drivers/char/console.cif(c > 0x7f) {
c1440drivers/char/console.cif (utf_count > 0 && (c & 0xc0) == 0x80) {
c1441drivers/char/console.cutf_char = (utf_char << 6) | (c & 0x3f);
c1444drivers/char/console.ctc = c = utf_char;
c1447drivers/char/console.cif ((c & 0xe0) == 0xc0) {
c1449drivers/char/console.cutf_char = (c & 0x1f);
c1450drivers/char/console.c} else if ((c & 0xf0) == 0xe0) {
c1452drivers/char/console.cutf_char = (c & 0x0f);
c1453drivers/char/console.c} else if ((c & 0xf8) == 0xf0) {
c1455drivers/char/console.cutf_char = (c & 0x07);
c1456drivers/char/console.c} else if ((c & 0xfc) == 0xf8) {
c1458drivers/char/console.cutf_char = (c & 0x03);
c1459drivers/char/console.c} else if ((c & 0xfe) == 0xfc) {
c1461drivers/char/console.cutf_char = (c & 0x01);
c1467drivers/char/console.ctc = c;
c1471drivers/char/console.ctc = translate[toggle_meta ? (c|0x80) : c];
c1483drivers/char/console.cok = (tc && (c >= 32 || (!utf && !(((disp_ctrl ? CTRL_ALWAYS
c1484drivers/char/console.c: CTRL_ACTION) >> c) & 1))));
c1498drivers/char/console.ctc = c;
c1526drivers/char/console.cswitch (c) {
c1575drivers/char/console.cswitch (c) {
c1628drivers/char/console.cif (c=='P') {   /* palette escape sequence */
c1634drivers/char/console.c} else if (c=='R') {   /* reset palette */
c1641drivers/char/console.cif ( (c>='0'&&c<='9') || (c>='A'&&c<='F') || (c>='a'&&c<='f') ) {
c1642drivers/char/console.cpar[npar++] = (c>'9' ? (c&0xDF)-'A'+10 : c-'0') ;
c1662drivers/char/console.cif (c == '[') { /* Function key */
c1666drivers/char/console.cques = (c=='?');
c1670drivers/char/console.cif (c==';' && npar<NPAR-1) {
c1673drivers/char/console.c} else if (c>='0' && c<='9') {
c1675drivers/char/console.cpar[npar] += c-'0';
c1680drivers/char/console.cswitch(c) {
c1699drivers/char/console.cswitch(c) {
c1808drivers/char/console.cswitch (c) {
c1823drivers/char/console.cif (c == '8') {
c1833drivers/char/console.cif (c == '0')
c1835drivers/char/console.celse if (c == 'B')
c1837drivers/char/console.celse if (c == 'U')
c1839drivers/char/console.celse if (c == 'K')
c1846drivers/char/console.cif (c == '0')
c1848drivers/char/console.celse if (c == 'B')
c1850drivers/char/console.celse if (c == 'U')
c1852drivers/char/console.celse if (c == 'K')
c1897drivers/char/console.cunsigned char c;
c1910drivers/char/console.cwhile ((c = *(b++)) != 0) {
c1911drivers/char/console.cif (c == 10 || c == 13 || need_wrap) {
c1912drivers/char/console.cif (c != 13)
c1915drivers/char/console.cif (c == 10 || c == 13)
c1918drivers/char/console.cscr_writew((attr << 8) + c, (unsigned short *) pos);
c202drivers/char/consolemap.cunsigned char inverse_translate(unsigned char c) {
c203drivers/char/consolemap.creturn ((inv_translate && inv_translate[c]) ? inv_translate[c] : c);
c12drivers/char/consolemap.hextern unsigned char inverse_translate(unsigned char c);
c1568drivers/char/cyclades.cint c, total = 0;
c1584drivers/char/cyclades.cc = MIN(count, MIN(SERIAL_XMIT_SIZE - info->xmit_cnt - 1,
c1586drivers/char/cyclades.cif (c <= 0){
c1593drivers/char/cyclades.cmemcpy_fromfs(tmp_buf, buf, c);
c1594drivers/char/cyclades.cc = MIN(c, MIN(SERIAL_XMIT_SIZE - info->xmit_cnt - 1,
c1596drivers/char/cyclades.cmemcpy(info->xmit_buf + info->xmit_head, tmp_buf, c);
c1599drivers/char/cyclades.cmemcpy(info->xmit_buf + info->xmit_head, buf, c);
c1600drivers/char/cyclades.cinfo->xmit_head = (info->xmit_head + c) & (SERIAL_XMIT_SIZE-1);
c1601drivers/char/cyclades.cinfo->xmit_cnt += c;
c1603drivers/char/cyclades.cbuf += c;
c1604drivers/char/cyclades.ccount -= c;
c1605drivers/char/cyclades.ctotal += c;
c174drivers/char/keyboard.cstatic inline void send_cmd(unsigned char c)
c177drivers/char/keyboard.coutb(c,0x64);
c186drivers/char/keyboard.cvoid to_utf8(ushort c) {
c187drivers/char/keyboard.cif (c < 0x80)
c188drivers/char/keyboard.cput_queue(c);      /*  0*******  */
c189drivers/char/keyboard.celse if (c < 0x800) {
c190drivers/char/keyboard.cput_queue(0xc0 | (c >> 6));   /*  110***** 10******  */
c191drivers/char/keyboard.cput_queue(0x80 | (c & 0x3f));
c193drivers/char/keyboard.cput_queue(0xe0 | (c >> 12));   /*  1110**** 10****** 10******  */
c194drivers/char/keyboard.cput_queue(0x80 | ((c >> 6) & 0x3f));
c195drivers/char/keyboard.cput_queue(0x80 | (c & 0x3f));
c240drivers/char/lp.cchar c;
c245drivers/char/lp.cc = get_user(temp);
c246drivers/char/lp.cretval = lp_char_polled(c, minor);
c58drivers/char/n_tty.cstatic inline void put_tty_queue(unsigned char c, struct tty_struct *tty)
c61drivers/char/n_tty.ctty->read_buf[tty->read_head] = c;
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)) {
c265drivers/char/n_tty.cif (iscntrl(c) && L_ECHOCTL(tty)) {
c271drivers/char/n_tty.cif (!iscntrl(c) || L_ECHOCTL(tty)) {
c327drivers/char/n_tty.cunsigned char c)
c335drivers/char/n_tty.cput_tty_queue(c, tty);
c341drivers/char/n_tty.cstatic inline void n_tty_receive_char(struct tty_struct *tty, unsigned char c)
c344drivers/char/n_tty.cput_tty_queue(c, tty);
c354drivers/char/n_tty.cc &= 0x7f;
c356drivers/char/n_tty.cc=tolower(c);
c360drivers/char/n_tty.cif (c == START_CHAR(tty))
c362drivers/char/n_tty.celse if (c == STOP_CHAR(tty))
c374drivers/char/n_tty.cif (!test_bit(c, &tty->process_char_map) || tty->lnext) {
c385drivers/char/n_tty.cecho_char(c, tty);
c387drivers/char/n_tty.cif (I_PARMRK(tty) && c == (unsigned char) '\377')
c388drivers/char/n_tty.cput_tty_queue(c, tty);
c389drivers/char/n_tty.cput_tty_queue(c, tty);
c393drivers/char/n_tty.cif (c == '\r') {
c397drivers/char/n_tty.cc = '\n';
c398drivers/char/n_tty.c} else if (c == '\n' && I_INLCR(tty))
c399drivers/char/n_tty.cc = '\r';
c401drivers/char/n_tty.cif (c == START_CHAR(tty)) {
c405drivers/char/n_tty.cif (c == STOP_CHAR(tty)) {
c411drivers/char/n_tty.cif (c == INTR_CHAR(tty)) {
c415drivers/char/n_tty.cif (c == QUIT_CHAR(tty)) {
c419drivers/char/n_tty.cif (c == SUSP_CHAR(tty)) {
c426drivers/char/n_tty.cif (c == ERASE_CHAR(tty) || c == KILL_CHAR(tty) ||
c427drivers/char/n_tty.c(c == WERASE_CHAR(tty) && L_IEXTEN(tty))) {
c428drivers/char/n_tty.ceraser(c, tty);
c431drivers/char/n_tty.cif (c == LNEXT_CHAR(tty) && L_IEXTEN(tty)) {
c442drivers/char/n_tty.cif (c == REPRINT_CHAR(tty) && L_ECHO(tty) &&
c447drivers/char/n_tty.cecho_char(c, tty);
c455drivers/char/n_tty.cif (c == '\n') {
c465drivers/char/n_tty.cif (c == EOF_CHAR(tty)) {
c468drivers/char/n_tty.cc = __DISABLED_CHAR;
c471drivers/char/n_tty.cif ((c == EOL_CHAR(tty)) ||
c472drivers/char/n_tty.c(c == EOL2_CHAR(tty) && L_IEXTEN(tty))) {
c484drivers/char/n_tty.cecho_char(c, tty);
c490drivers/char/n_tty.cif (I_PARMRK(tty) && c == (unsigned char) '\377')
c491drivers/char/n_tty.cput_tty_queue(c, tty);
c495drivers/char/n_tty.cput_tty_queue(c, tty);
c512drivers/char/n_tty.cif (c == '\n')
c518drivers/char/n_tty.cecho_char(c, tty);
c522drivers/char/n_tty.cif (I_PARMRK(tty) && c == (unsigned char) '\377')
c523drivers/char/n_tty.cput_tty_queue(c, tty);
c525drivers/char/n_tty.cput_tty_queue(c, tty);
c746drivers/char/n_tty.cint c;
c858drivers/char/n_tty.cc = tty->read_buf[tty->read_tail];
c864drivers/char/n_tty.cput_user(c, b++);
c872drivers/char/n_tty.cif (c != __DISABLED_CHAR) {
c873drivers/char/n_tty.cput_user(c, b++);
c918drivers/char/n_tty.cint c;
c942drivers/char/n_tty.cc = get_user(b);
c943drivers/char/n_tty.cif (opost(c, tty) < 0)
c950drivers/char/n_tty.cc = tty->driver.write(tty, 1, b, nr);
c951drivers/char/n_tty.cb += c;
c952drivers/char/n_tty.cnr -= c;
c420drivers/char/psaux.cunsigned char c;
c436drivers/char/psaux.cc = get_from_queue();
c437drivers/char/psaux.cput_user(c, buffer++);
c116drivers/char/pty.cint  c=0, n, r;
c134drivers/char/pty.cbuf += n;  c+= n;
c139drivers/char/pty.cc = MIN(count, to->ldisc.receive_room(to));
c140drivers/char/pty.cto->ldisc.receive_buf(to, buf, 0, c);
c143drivers/char/pty.creturn 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;
c1298drivers/char/serial.cint  c, total = 0;
c1311drivers/char/serial.cc = MIN(count, MIN(SERIAL_XMIT_SIZE - info->xmit_cnt - 1,
c1313drivers/char/serial.cif (c <= 0)
c1318drivers/char/serial.cmemcpy_fromfs(tmp_buf, buf, c);
c1319drivers/char/serial.cc = MIN(c, MIN(SERIAL_XMIT_SIZE - info->xmit_cnt - 1,
c1321drivers/char/serial.cmemcpy(info->xmit_buf + info->xmit_head, tmp_buf, c);
c1324drivers/char/serial.cmemcpy(info->xmit_buf + info->xmit_head, buf, c);
c1325drivers/char/serial.cinfo->xmit_head = (info->xmit_head + c) & (SERIAL_XMIT_SIZE-1);
c1326drivers/char/serial.cinfo->xmit_cnt += c;
c1328drivers/char/serial.cbuf += c;
c1329drivers/char/serial.ccount -= c;
c1330drivers/char/serial.ctotal += c;
c2557drivers/char/tpqic02.cint c;
c2578drivers/char/tpqic02.cc = iocmd & IOCCMD_MASK;
c2582drivers/char/tpqic02.cif (c == DDIOCSDBG) {
c2586drivers/char/tpqic02.cc = get_user_long((int *) ioarg);
c2587drivers/char/tpqic02.cif (c==0) {
c2591drivers/char/tpqic02.cif ((c>=1) && (c<=32)) {
c2592drivers/char/tpqic02.cQIC02_TAPE_DEBUG |= (1 << (c-1));
c2595drivers/char/tpqic02.cif (c >= 128) {
c2596drivers/char/tpqic02.cQIC02_TAPE_DEBUG &= ~(1 << (c - 128));
c2604drivers/char/tpqic02.cif (c == (MTIOCGETCONFIG & IOCCMD_MASK)) {
c2621drivers/char/tpqic02.c} else if (c == (MTIOCSETCONFIG & IOCCMD_MASK)) {
c2660drivers/char/tpqic02.cif (c == (MTIOCTOP & IOCCMD_MASK)) {
c2715drivers/char/tpqic02.c} else if (c == (MTIOCGET & IOCCMD_MASK)) {
c2743drivers/char/tpqic02.c} else if (TP_HAVE_TELL && (c == (MTIOCPOS & IOCCMD_MASK))) {
c2762drivers/char/tpqic02.cc = rdstatus((char *) blk_addr, sizeof(blk_addr), AR_QCMDV_TELL_BLK);
c2763drivers/char/tpqic02.cif (c!=TE_OK)
c1279drivers/char/tty_io.cchar *c, *d;
c1288drivers/char/tty_io.cc = (char *)(*p);
c1291drivers/char/tty_io.cput_user(*c++, d++);
c428drivers/net/ewrk3.cchar c[2];
c432drivers/net/ewrk3.ceeprom_image[i] = tmp.c[0];
c433drivers/net/ewrk3.ceeprom_image[i+1] = tmp.c[1];
c679drivers/net/pi2.cunsigned char c;
c734drivers/net/pi2.cc = *lp->txptr++;
c736drivers/net/pi2.cwrtscc(lp->cardbase, cmd, R8, c);
c780drivers/net/pi2.cchar c;
c821drivers/net/pi2.cc = *lp->txptr++;
c831drivers/net/pi2.cwrtscc(lp->cardbase, cmd, R8, c);  /* First char out now */
c838drivers/net/pi2.cc = *lp->txptr++;
c842drivers/net/pi2.cwrtscc(lp->cardbase, cmd, R8, c);
c886drivers/net/pi2.cc = *lp->txptr++;
c896drivers/net/pi2.cwrtscc(lp->cardbase, cmd, R8, c);  /* First char out now */
c903drivers/net/pi2.cc = *lp->txptr++;
c907drivers/net/pi2.cwrtscc(lp->cardbase, cmd, R8, c);
c87drivers/net/ppp.c#define in_xmap(ppp,c)  (ppp->xmit_async_map[(c) >> 5] & (1 << ((c) & 0x1f)))
c88drivers/net/ppp.c#define in_rmap(ppp,c)  ((((unsigned int) (unsigned char) (c)) < 0x20) && \
c89drivers/net/ppp.cppp->recv_async_map & (1 << (c)))
c110drivers/net/ppp.cstatic void ppp_unesc(struct ppp *ppp, unsigned char *c, int n);
c769drivers/net/ppp.cppp_enqueue(struct ppp *ppp, unsigned char c)
c776drivers/net/ppp.c*ppp->rhead = c;
c866drivers/net/ppp.cppp_unesc(struct ppp *ppp, unsigned char *c, int n)
c870drivers/net/ppp.cfor (i = 0; i < n; i++, c++) {
c871drivers/net/ppp.cPRINTKN (6,(KERN_DEBUG "(%x)", (unsigned int) *c));
c874drivers/net/ppp.cif (*c & 0x80)
c879drivers/net/ppp.cif (paritytab[*c >> 5] & (1 << (*c & 0x1F)))
c885drivers/net/ppp.cswitch (*c) {
c904drivers/net/ppp.cif (!in_rmap (ppp, *c)) {
c906drivers/net/ppp.cppp_enqueue (ppp, *c ^ ppp->escape);
c925drivers/net/ppp.cunsigned char c;
c944drivers/net/ppp.cc = *cp++;
c953drivers/net/ppp.cif (c & 0x80)
c958drivers/net/ppp.cif (paritytab[c >> 5] & (1 << (c & 0x1F)))
c964drivers/net/ppp.cswitch (c) {
c983drivers/net/ppp.cif (!in_rmap (ppp, c)) {
c985drivers/net/ppp.cppp_enqueue (ppp, c ^ ppp->escape);
c998drivers/net/ppp.cu_char *c = ppp->rbuff;
c1016drivers/net/ppp.cppp_print_buffer ("receive frame", c, count, KERNEL_DS);
c1037drivers/net/ppp.cif ((c[0] == PPP_ADDRESS) && (c[1] == PPP_CONTROL)) {
c1038drivers/net/ppp.cc = c + 2;      /* ADDR/CTRL not compressed, so skip */
c1042drivers/net/ppp.cproto = (u_short) *c++;    /* PROTO compressed */
c1046drivers/net/ppp.cproto = (proto << 8) | (u_short) *c++; /* PROTO uncompressed */
c1051drivers/net/ppp.cif ((ppp->dev->flags & IFF_UP) && ppp_do_ip(ppp, proto, c, count)) {
c1062drivers/net/ppp.cif (ppp_us_queue (ppp, proto, c, count+2)) {
c1080drivers/net/ppp.cppp_do_ip (struct ppp *ppp, unsigned short proto, unsigned char *c,
c1087drivers/net/ppp.c(int) proto, count, c[0]));
c1119drivers/net/ppp.ccount = slhc_uncompress(ppp->slcomp, c, count);
c1131drivers/net/ppp.cif (slhc_remember(ppp->slcomp, c, count) <= 0) {
c1146drivers/net/ppp.cstruct iphdr *iph = (struct iphdr *) c;
c1157drivers/net/ppp.cmemcpy(skb_put(skb,count), c,count);
c1168drivers/net/ppp.c#define PUTC(c,label) *ppp->us_rbuff_head++ = c; \
c1173drivers/net/ppp.c#define GETC(c) c = *ppp->us_rbuff_tail++; \
c1244drivers/net/ppp.cunsigned char c;
c1280drivers/net/ppp.cGETC (c); len = c << 8; GETC (c); len += c;
c1302drivers/net/ppp.cGETC (c);
c1303drivers/net/ppp.cput_user (c, buf++);
c1333drivers/net/ppp.cppp_stuff_char(struct ppp *ppp, unsigned char c)
c1340drivers/net/ppp.cif (in_xmap (ppp, c)) {
c1342drivers/net/ppp.c*ppp->xhead++ = c ^ PPP_TRANS;
c1344drivers/net/ppp.c*ppp->xhead++ = c;
c1345drivers/net/ppp.cppp->fcs = (ppp->fcs >> 8) ^ fcstab[(ppp->fcs ^ c) & 0xff];
c2009drivers/net/ppp.cunsigned char *c = ppp->rbuff;
c2012drivers/net/ppp.cfor (i = 0; i < ppp->rcount - 2; i++, c++)
c2013drivers/net/ppp.cfcs = (fcs >> 8) ^ fcstab[(fcs ^ *c) & 0xff];
c2016drivers/net/ppp.cmsgfcs = (c[1] << 8) + c[0];
c104drivers/net/slip.cstatic void slip_unesc(struct slip *sl, unsigned char c);
c107drivers/net/slip.cstatic void slip_unesc6(struct slip *sl, unsigned char c);
c348drivers/net/slip.cunsigned char c;
c349drivers/net/slip.cif ((c = sl->rbuff[0]) & SL_TYPE_COMPRESSED_TCP) {
c364drivers/net/slip.c} else if (c >= SL_TYPE_UNCOMPRESSED_TCP) {
c843drivers/net/slip.cunsigned char c;
c859drivers/net/slip.cswitch(c = *s++) {
c869drivers/net/slip.c*ptr++ = c;
c924drivers/net/slip.cunsigned char c;
c946drivers/net/slip.cc = 0x30 + ((v >> bits) & 0x3F);
c947drivers/net/slip.c*ptr++ = c;
c951drivers/net/slip.cc = 0x30 + ((v << (6 - bits)) & 0x3F);
c952drivers/net/slip.c*ptr++ = c;
c961drivers/net/slip.cunsigned char c;
c975drivers/net/slip.cc = (unsigned char)(sl->xdata >> sl->xbits);
c978drivers/net/slip.csl->rbuff[sl->rcount++] = c;
c1666drivers/net/wavelan.cunsigned char  c;
c1668drivers/net/wavelan.cc = skb->data[i];
c1669drivers/net/wavelan.cif (c >= ' ' && c <= '~')
c1397drivers/scsi/53c7,8xx.cScsi_Cmnd *c = cmd->cmd;
c1398drivers/scsi/53c7,8xx.cstruct Scsi_Host *host = c->host;
c1410drivers/scsi/53c7,8xx.cdsa_temp_lun, c->lun);
c1414drivers/scsi/53c7,8xx.cdsa_temp_sync, hostdata->sync[c->target].select_indirect);
c1416drivers/scsi/53c7,8xx.cdsa_temp_target, c->target);
c1435drivers/scsi/53c7,8xx.cScsi_Cmnd *c = cmd->cmd;
c1436drivers/scsi/53c7,8xx.cstruct Scsi_Host *host = c->host;
c1469drivers/scsi/53c7,8xx.cc->host_scribble = NULL;
c1470drivers/scsi/53c7,8xx.cc->result = result;
c1471drivers/scsi/53c7,8xx.cc->scsi_done(c);
c1493drivers/scsi/53c7,8xx.cScsi_Cmnd *c = cmd ? cmd->cmd : NULL;
c1686drivers/scsi/53c7,8xx.cScsi_Cmnd *c = cmd ? cmd->cmd : NULL;
c1701drivers/scsi/53c7,8xx.cprintk (" from target %d lun %d", c->target, c->lun);
c1725drivers/scsi/53c7,8xx.chost->host_no, c->target, (cmd->flags & CMD_FLAG_SDTR) ? "accepting" :
c1737drivers/scsi/53c7,8xx.csynchronous (host, c->target, (unsigned char *)
c1746drivers/scsi/53c7,8xx.csynchronous (host, c->target, (unsigned char *)
c1764drivers/scsi/53c7,8xx.chost->host_no, c->target, Hz / 1000000, Hz % 1000000,
c1772drivers/scsi/53c7,8xx.chost->host_no, c->target);
c1814drivers/scsi/53c7,8xx.cif (!c) {
c1825drivers/scsi/53c7,8xx.casynchronous (host, c->target);
c1846drivers/scsi/53c7,8xx.cc->cmnd[0] = REQUEST_SENSE;
c1847drivers/scsi/53c7,8xx.cc->cmnd[1] &= 0xe0;  /* Zero all but LUN */
c1848drivers/scsi/53c7,8xx.cc->cmnd[2] = 0;
c1849drivers/scsi/53c7,8xx.cc->cmnd[3] = 0;
c1850drivers/scsi/53c7,8xx.cc->cmnd[4] = sizeof(c->sense_buffer);
c1851drivers/scsi/53c7,8xx.cc->cmnd[5] = 0; 
c1862drivers/scsi/53c7,8xx.cDCMD_BMI_IO)) << 24) | sizeof(c->sense_buffer);
c1863drivers/scsi/53c7,8xx.ccmd->data_transfer_start[1] = virt_to_bus(c->sense_buffer);
c3850drivers/scsi/53c7,8xx.cstruct NCR53c7x0_cmd * c;
c3862drivers/scsi/53c7,8xx.cfor (c = (struct NCR53c7x0_cmd *) hostdata->running_list, found = 0; c; 
c3863drivers/scsi/53c7,8xx.cc = (struct NCR53c7x0_cmd *) c->next)  {
c3864drivers/scsi/53c7,8xx.ctmp = c->cmd;
c3865drivers/scsi/53c7,8xx.cc->next = hostdata->free;
c3866drivers/scsi/53c7,8xx.chostdata->free = c;
c3874drivers/scsi/53c7,8xx.cc = (struct NCR53c7x0_cmd *) cmd->host_scribble;
c3875drivers/scsi/53c7,8xx.cif (c) {
c3876drivers/scsi/53c7,8xx.cc->next = hostdata->free;
c3877drivers/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) {
c185drivers/sound/audio.cint             c, p, l;
c191drivers/sound/audio.cc = count;
c215drivers/sound/audio.cwhile (c)
c235drivers/sound/audio.cl = c;
c265drivers/sound/audio.cc -= l;
c287drivers/sound/audio.cint             c, p, l;
c293drivers/sound/audio.cc = count;
c307drivers/sound/audio.cwhile (c)
c320drivers/sound/audio.cif (l > c)
c321drivers/sound/audio.cl = c;
c344drivers/sound/audio.cc -= l;
c347drivers/sound/audio.creturn count - c;
c1327drivers/sound/configure.cchar            c;
c1338drivers/sound/configure.ccount = read (fd, &c, 1);
c1343drivers/sound/configure.cfprintf (sf, "0x%02x,", c & 0xFFL);
c376drivers/sound/dmabuf.cDMAbuf_rmchars (int dev, int buff_no, int c)
c380drivers/sound/dmabuf.cint             p = dmap->counts[dmap->qhead] + c;
c1040drivers/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;
c282drivers/sound/midibuf.cint             c, n, i;
c292drivers/sound/midibuf.cc = 0;
c294drivers/sound/midibuf.cwhile (c < count)
c312drivers/sound/midibuf.cif (n > (count - c))
c313drivers/sound/midibuf.cn = count - c;
c317drivers/sound/midibuf.cCOPY_FROM_USER (&tmp_data, buf, c, 1);
c319drivers/sound/midibuf.cc++;
c325drivers/sound/midibuf.creturn c;
c332drivers/sound/midibuf.cint             n, c = 0;
c347drivers/sound/midibuf.cc = RET_ERROR (EINTR);  /*
c352drivers/sound/midibuf.cif (c == 0 && DATA_AVAIL (midi_in_buf[dev]))  /*
c359drivers/sound/midibuf.cc = 0;
c361drivers/sound/midibuf.cwhile (c < n)
c364drivers/sound/midibuf.cCOPY_TO_USER (buf, c, &tmp_data, 1);
c365drivers/sound/midibuf.cc++;
c371drivers/sound/midibuf.creturn c;
c414drivers/sound/mpu401.cunsigned char   c = read_data (devc->base);
c418drivers/sound/mpu401.cmpu_input_scanner (devc, c);
c421drivers/sound/mpu401.cdevc->inputintr (devc->devno, c);
c62drivers/sound/os.h#define COPY_FROM_USER(d, s, o, c)  memcpy_fromfs((d), &((s)[o]), (c))
c63drivers/sound/os.h#define COPY_TO_USER(d, o, s, c)  memcpy_tofs(&((d)[o]), (s), (c))
c64drivers/sound/os.h#define IOCTL_FROM_USER(d, s, o, c)  memcpy_fromfs((d), &((s)[o]), (c))
c65drivers/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);
c101drivers/sound/sequencer.cint             c = count, p = 0;
c132drivers/sound/sequencer.cwhile (iqlen && c >= ev_len)
c137drivers/sound/sequencer.cc -= ev_len;
c144drivers/sound/sequencer.creturn count - c;
c241drivers/sound/sequencer.cint             p = 0, c, ev_size;
c257drivers/sound/sequencer.cc = count;
c259drivers/sound/sequencer.cwhile (c >= 4)
c275drivers/sound/sequencer.cerr = synth_devs[dev]->load_patch (dev, *(short *) &event[0], buf, p + 4, c, 0);
c292drivers/sound/sequencer.cif (c < ev_size)
c296drivers/sound/sequencer.creturn count - c;
c343drivers/sound/sequencer.cint             processed = count - c;
c355drivers/sound/sequencer.cc -= ev_size;
c9drivers/sound/sound_calls.hint DMAbuf_rmchars(int dev, int buff_no, int c);
c291drivers/sound/sound_switch.cint             l, c;
c294drivers/sound/sound_switch.cc = status_len - status_ptr;
c296drivers/sound/sound_switch.cif (l > c)
c297drivers/sound/sound_switch.cl = c;
c83drivers/sound/uart6850.cunsigned char   c = uart6850_read ();
c88drivers/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 && !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;
c627fs/ext/namei.cchar c;
c644fs/ext/namei.cwhile (i < 1023 && (c = *(symname++)))
c645fs/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;
c278fs/ext2/file.cc = sb->s_blocksize - offset;
c292fs/ext2/file.ccount -= c;
c294fs/ext2/file.cc += count;
c295fs/ext2/file.cif (c != sb->s_blocksize && !bh->b_uptodate) {
c305fs/ext2/file.cpos2 += c;
c306fs/ext2/file.cpos += c;
c307fs/ext2/file.cwritten += c;
c308fs/ext2/file.cmemcpy_fromfs (bh->b_data + offset, buf, c);
c309fs/ext2/file.cbuf += c;
c330fs/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++);
c114fs/hpfs/hpfs_caps.cstatic inline unsigned latin1_upcase (unsigned c)
c116fs/hpfs/hpfs_caps.cif (c - 'a' <= 'z' - 'a'
c117fs/hpfs/hpfs_caps.c|| (c - a_grave <= thorn - a_grave
c118fs/hpfs/hpfs_caps.c&& c != divide))
c119fs/hpfs/hpfs_caps.creturn c - 'a' + 'A';
c121fs/hpfs/hpfs_caps.creturn c;
c124fs/hpfs/hpfs_caps.cstatic inline unsigned latin1_downcase (unsigned c)
c126fs/hpfs/hpfs_caps.cif (c - 'A' <= 'Z' - 'A'
c127fs/hpfs/hpfs_caps.c|| (c - A_GRAVE <= THORN - A_GRAVE
c128fs/hpfs/hpfs_caps.c&& c != MULTIPLY))
c129fs/hpfs/hpfs_caps.creturn c + 'a' - 'A';
c131fs/hpfs/hpfs_caps.creturn c;
c135fs/hpfs/hpfs_caps.cstatic inline unsigned latin1_to_cp850 (unsigned c)
c137fs/hpfs/hpfs_caps.cif ((signed) c - 128 >= 0)
c138fs/hpfs/hpfs_caps.creturn tb_latin1_to_cp850[c - 128];
c140fs/hpfs/hpfs_caps.creturn c;
c144fs/hpfs/hpfs_caps.cstatic inline unsigned cp850_to_latin1 (unsigned c)
c146fs/hpfs/hpfs_caps.cif ((signed) c - 128 >= 0)
c147fs/hpfs/hpfs_caps.creturn tb_cp850_to_latin1[c - 128];
c149fs/hpfs/hpfs_caps.creturn c;
c152fs/hpfs/hpfs_caps.cunsigned hpfs_char_to_upper_linux (unsigned c)
c154fs/hpfs/hpfs_caps.creturn latin1_upcase (cp850_to_latin1 (c));
c157fs/hpfs/hpfs_caps.cunsigned linux_char_to_upper_linux (unsigned c)
c159fs/hpfs/hpfs_caps.creturn latin1_upcase (c);
c162fs/hpfs/hpfs_caps.cunsigned hpfs_char_to_lower_linux (unsigned c)
c164fs/hpfs/hpfs_caps.creturn latin1_downcase (cp850_to_latin1 (c));
c167fs/hpfs/hpfs_caps.cunsigned hpfs_char_to_linux (unsigned c)
c169fs/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);
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_user(c, out++);
c82fs/isofs/dir.cint i, c;
c85fs/isofs/dir.cc = old[i];
c86fs/isofs/dir.cif (!c)
c88fs/isofs/dir.cif (c >= 'A' && c <= 'Z')
c89fs/isofs/dir.cc |= 0x20;  /* lower case */
c92fs/isofs/dir.cif (c == '.' && i == len - 3 && old[i + 1] == ';' && old[i + 2] == '1')
c96fs/isofs/dir.cif (c == ';' && i == len - 2 && old[i + 1] == '1')
c100fs/isofs/dir.cif (c == ';')
c101fs/isofs/dir.cc = '.';
c103fs/isofs/dir.cnew[i] = c;
c78fs/isofs/namei.cchar c;
c166fs/isofs/namei.cc = dpnt[i];
c167fs/isofs/namei.cif (c >= 'A' && c <= 'Z') c |= 0x20;  /* lower case */
c168fs/isofs/namei.cif (c == ';' && i == dlen-2 && dpnt[i+1] == '1') {
c172fs/isofs/namei.cif (c == ';') c = '.';
c173fs/isofs/namei.cde->name[i] = c;
c88fs/isofs/symlink.cchar c;
c104fs/isofs/symlink.cwhile (i<buflen && (c = pnt[i])) {
c106fs/isofs/symlink.cput_user(c,buffer++);
c196fs/minix/file.cint written,c;
c221fs/minix/file.cc = BLOCK_SIZE - (pos % BLOCK_SIZE);
c222fs/minix/file.cif (c > count-written)
c223fs/minix/file.cc = count-written;
c224fs/minix/file.cif (c != BLOCK_SIZE && !bh->b_uptodate) {
c235fs/minix/file.cpos += c;
c236fs/minix/file.cwritten += c;
c237fs/minix/file.cmemcpy_fromfs(p,buf,c);
c238fs/minix/file.cbuf += c;
c550fs/minix/namei.cchar c;
c567fs/minix/namei.cwhile (i < 1023 && (c=*(symname++)))
c568fs/minix/namei.cname_block->b_data[i++] = c;
c87fs/minix/symlink.cchar c;
c100fs/minix/symlink.cwhile (i<buflen && (c = bh->b_data[i])) {
c102fs/minix/symlink.cput_user(c,buffer++);
c70fs/msdos/dir.cchar c;
c97fs/msdos/dir.cif (!(c = de->name[i])) break;
c98fs/msdos/dir.cif (c >= 'A' && c <= 'Z') c += 32;
c99fs/msdos/dir.cif (c != ' ')
c101fs/msdos/dir.cptname[i] = c;
c107fs/msdos/dir.cif (!(c = de->ext[i2])) break;
c108fs/msdos/dir.cif (c >= 'A' && c <= 'Z') c += 32;
c109fs/msdos/dir.cif (c != ' ')
c111fs/msdos/dir.cptname[i] = c;
c46fs/msdos/namei.cunsigned char c;
c57fs/msdos/namei.cc = 0;
c59fs/msdos/namei.cc = *name++;
c61fs/msdos/namei.cif (conv != 'r' && strchr(bad_chars,c)) return -EINVAL;
c62fs/msdos/namei.cif (conv == 's' && strchr(bad_if_strict,c)) return -EINVAL;
c63fs/msdos/namei.cif (c >= 'A' && c <= 'Z' && conv == 's') return -EINVAL;
c64fs/msdos/namei.cif (c < ' ' || c == ':' || c == '\\') return -EINVAL;
c65fs/msdos/namei.cif (c == '.') break;
c66fs/msdos/namei.cspace = c == ' ';
c67fs/msdos/namei.c*walk = c >= 'a' && c <= 'z' ? c-32 : c;
c70fs/msdos/namei.cif (conv == 's' && len && c != '.') {
c71fs/msdos/namei.cc = *name++;
c73fs/msdos/namei.cif (c != '.') return -EINVAL;
c75fs/msdos/namei.cwhile (c != '.' && len--) c = *name++;
c76fs/msdos/namei.cif (c == '.') {
c79fs/msdos/namei.cc = *name++;
c81fs/msdos/namei.cif (conv != 'r' && strchr(bad_chars,c)) return -EINVAL;
c82fs/msdos/namei.cif (conv == 's' && strchr(bad_if_strict,c))
c84fs/msdos/namei.cif (c < ' ' || c == ':' || c == '\\' || c == '.')
c86fs/msdos/namei.cif (c >= 'A' && c <= 'Z' && conv == 's') return -EINVAL;
c87fs/msdos/namei.cspace = c == ' ';
c88fs/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)
c173fs/proc/array.cint a, b, c;
c177fs/proc/array.cc = avenrun[2] + (FIXED_1/200);
c181fs/proc/array.cLOAD_INT(c), LOAD_FRAC(c),
c321fs/proc/array.cchar c;
c330fs/proc/array.cc = *(char *) addr;
c331fs/proc/array.cif (!c)
c334fs/proc/array.cbuffer[size++] = c;
c339fs/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;
c306fs/proc/root.cunsigned int pid, c;
c315fs/proc/root.cc = *name - '0';
c317fs/proc/root.cif (c > 9) {
c322fs/proc/root.cpid += c;
c352fs/smbfs/proc.cprint_char(char c)
c354fs/smbfs/proc.cif ((c < ' ') || (c > '~'))
c356fs/smbfs/proc.creturn c;
c207fs/sysv/file.cint written,c;
c238fs/sysv/file.cc = sb->sv_block_size - (pos & sb->sv_block_size_1);
c239fs/sysv/file.cif (c > count-written)
c240fs/sysv/file.cc = count-written;
c241fs/sysv/file.cif (c != sb->sv_block_size && !bh->b_uptodate) {
c253fs/sysv/file.cpos += c;
c258fs/sysv/file.cwritten += c;
c259fs/sysv/file.cmemcpy_fromfs(p,buf,c);
c260fs/sysv/file.cbuf += c;
c542fs/sysv/namei.cchar c;
c562fs/sysv/namei.cwhile (i < sb->sv_block_size_1 && (c = *(symname++)))
c563fs/sysv/namei.cname_block_data[i++] = c;
c94fs/sysv/symlink.cchar c;
c108fs/sysv/symlink.cwhile (i<buflen && (c = bh_data[i])) {
c110fs/sysv/symlink.cput_user(c,buffer++);
c197fs/xiafs/file.cint written, c;
c225fs/xiafs/file.cc = XIAFS_ZSIZE(inode->i_sb) - (pos & (XIAFS_ZSIZE(inode->i_sb) - 1));
c226fs/xiafs/file.cif (c > count-written)
c227fs/xiafs/file.cc = count-written;
c228fs/xiafs/file.cif (c != XIAFS_ZSIZE(inode->i_sb) && !bh->b_uptodate) {
c239fs/xiafs/file.cpos += c;
c244fs/xiafs/file.cwritten += c;
c245fs/xiafs/file.cmemcpy_fromfs(cp,buf,c);
c246fs/xiafs/file.cbuf += c;
c595fs/xiafs/namei.cchar c;
c617fs/xiafs/namei.cfor (i = 0; i < BLOCK_SIZE-1 && (c=*symname++); i++)
c618fs/xiafs/namei.cname_block->b_data[i] = c;
c55fs/xiafs/symlink.cchar c;
c71fs/xiafs/symlink.cfor (i=0; i < buflen && (c=bh->b_data[i]); i++)
c72fs/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;
c124include/asm-alpha/io.h#define memset_io(addr,c,len)    (memset_io)((unsigned long)(addr),(c),(len))
c9include/asm-alpha/string.h#define memset(s, c, count) \
c10include/asm-alpha/string.h(__builtin_constant_p(c) ? \
c11include/asm-alpha/string.h__constant_c_memset((s),(0x0101010101010101UL*(unsigned char)c),(count)) : \
c12include/asm-alpha/string.h__memset((s),(c),(count)))
c35include/asm-i386/delay.hextern __inline__ unsigned long muldiv(unsigned long a, unsigned long b, unsigned long c)
c40include/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))
c92include/asm-i386/io.h__OUT1(s##c,x) __OUT2(s,s1,"") : : "a" (value), "id" (port)); } \
c104include/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)
c540include/asm-i386/string.h#define __constant_c_x_memset(s, c, count) \
c542include/asm-i386/string.h__constant_c_and_count_memset((s),(c),(count)) : \
c543include/asm-i386/string.h__constant_c_memset((s),(c),(count)))
c545include/asm-i386/string.h#define __memset(s, c, count) \
c547include/asm-i386/string.h__constant_count_memset((s),(c),(count)) : \
c548include/asm-i386/string.h__memset_generic((s),(c),(count)))
c551include/asm-i386/string.h#define memset(s, c, count) \
c552include/asm-i386/string.h(__builtin_constant_p(c) ? \
c553include/asm-i386/string.h__constant_c_x_memset((s),(0x01010101UL*(unsigned char)c),(count)) : \
c554include/asm-i386/string.h__memset((s),(c),(count)))
c560include/asm-i386/string.hextern inline void * memscan(void * addr, int c, size_t size)
c570include/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)), \
c32include/asm-sparc/delay.hextern __inline__ unsigned long muldiv(unsigned long a, unsigned long b, unsigned long c)
c34include/asm-sparc/delay.hreturn ((a*b)/c);
c92include/asm-sparc/string.hextern __inline__ char *strchr(const char *src, int c)
c94include/asm-sparc/string.hfor(; *src != c; ++src)
c154include/asm-sparc/string.hextern __inline__ void *memset(void *src, int c, size_t count)
c159include/asm-sparc/string.h*xs++ = c;
c140include/linux/cdu31a.h#define SONY_HWC_GET_LOAD_MECH(c)       (c.hw_config[0] & 0x03)
c141include/linux/cdu31a.h#define SONY_HWC_EJECT(c)               (c.hw_config[0] & 0x04)
c142include/linux/cdu31a.h#define SONY_HWC_LED_SUPPORT(c)         (c.hw_config[0] & 0x08)
c143include/linux/cdu31a.h#define SONY_HWC_DOUBLE_SPEED(c)        (c.hw_config[0] & 0x10)
c144include/linux/cdu31a.h#define SONY_HWC_GET_BUF_MEM_SIZE(c)    ((c.hw_config[0] & 0xc0) >> 6)
c145include/linux/cdu31a.h#define SONY_HWC_AUDIO_PLAYBACK(c)      (c.hw_config[1] & 0x01)
c146include/linux/cdu31a.h#define SONY_HWC_ELECTRIC_VOLUME(c)     (c.hw_config[1] & 0x02)
c147include/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)
c41include/linux/ioctl.h#define _IO(c,d)  (IOC_VOID | ((c)<<8) | (d)) /* param encoded */
c48include/linux/ioctl.h#define _IOW(c,d,t)  (IOC_IN | ((sizeof(t)<<16) & IOCSIZE_MASK) | \
c49include/linux/ioctl.h((c)<<8) | (d))
c50include/linux/ioctl.h#define _IOR(c,d,t)  (IOC_OUT | ((sizeof(t)<<16) & IOCSIZE_MASK) | \
c51include/linux/ioctl.h((c)<<8) | (d))
c53include/linux/ioctl.h#define _IOWR(c,d,t)  (IOC_INOUT | ((sizeof(t)<<16) & IOCSIZE_MASK) | \
c54include/linux/ioctl.h((c)<<8) | (d))
c420include/linux/sbpcd.hu_char c[4];
c426include/linux/sbpcd.hu_char c[4];
c59kernel/printk.cchar c;
c87kernel/printk.cc = *((char *) log_buf+log_start);
c92kernel/printk.cput_user(c,buf);
c117kernel/printk.cc = *((char *) log_buf+(j++ & (LOG_BUF_LEN-1)));
c118kernel/printk.cput_user(c, buf++);
c177kernel/sched.cint c;
c217kernel/sched.cc = -1000;
c220kernel/sched.cif (p->counter > c)
c221kernel/sched.cc = p->counter, next = p;
c226kernel/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;
c122net/ax25/af_ax25.cchar c, *s;
c127net/ax25/af_ax25.cc = (a->ax25_call[n] >> 1) & 0x7F;
c129net/ax25/af_ax25.cif (c != ' ') *s++ = c;
c311net/core/sock.cstruct sk_buff * c = alloc_skb(size, priority);
c312net/core/sock.cif (c) 
c317net/core/sock.csk->wmem_alloc+= c->truesize;
c320net/core/sock.creturn c;
c334net/core/sock.cstruct sk_buff *c = alloc_skb(size, priority);
c335net/core/sock.cif (c) 
c340net/core/sock.csk->rmem_alloc += c->truesize;
c343net/core/sock.creturn(c);
c2008net/ipv4/tcp.cchar c = sk->urg_data;
c2011net/ipv4/tcp.cput_fs_byte(c, to);