taglinefilesource code
c58fs/minix/file_dev.cint written,block,c;
c82fs/minix/file_dev.cc = pos % BLOCK_SIZE;
c83fs/minix/file_dev.cp = c + bh->b_data;
c85fs/minix/file_dev.cc = BLOCK_SIZE-c;
c86fs/minix/file_dev.cif (c > count-written)
c87fs/minix/file_dev.cc = count-written;
c88fs/minix/file_dev.cpos += c;
c93fs/minix/file_dev.cwritten += c;
c94fs/minix/file_dev.cwhile (c-->0)
c517fs/minix/namei.cchar c;
c539fs/minix/namei.cwhile (i < 1023 && (c=get_fs_byte(symname++)))
c540fs/minix/namei.cname_block->b_data[i++] = c;
c773fs/minix/namei.cchar c;
c789fs/minix/namei.cwhile (i<buflen && (c = bh->b_data[i])) {
c791fs/minix/namei.cput_fs_byte(c,buffer++);
c117fs/namei.cchar c;
c126fs/namei.cif ((c=get_fs_byte(pathname))=='/') {
c134fs/namei.cfor(len=0;(c=get_fs_byte(pathname++))&&(c!='/');len++)
c136fs/namei.cif (!c)
c16include/ctype.h#define isalnum(c) ((_ctype+1)[c]&(_U|_L|_D))
c17include/ctype.h#define isalpha(c) ((_ctype+1)[c]&(_U|_L))
c18include/ctype.h#define iscntrl(c) ((_ctype+1)[c]&(_C))
c19include/ctype.h#define isdigit(c) ((_ctype+1)[c]&(_D))
c20include/ctype.h#define isgraph(c) ((_ctype+1)[c]&(_P|_U|_L|_D))
c21include/ctype.h#define islower(c) ((_ctype+1)[c]&(_L))
c22include/ctype.h#define isprint(c) ((_ctype+1)[c]&(_P|_U|_L|_D|_SP))
c23include/ctype.h#define ispunct(c) ((_ctype+1)[c]&(_P))
c24include/ctype.h#define isspace(c) ((_ctype+1)[c]&(_S))
c25include/ctype.h#define isupper(c) ((_ctype+1)[c]&(_U))
c26include/ctype.h#define isxdigit(c) ((_ctype+1)[c]&(_D|_X))
c28include/ctype.h#define isascii(c) (((unsigned) c)<=0x7f)
c29include/ctype.h#define toascii(c) (((unsigned) c)&0x7f)
c31include/ctype.h#define tolower(c) (_ctmp=c,isupper(_ctmp)?_ctmp-('A'-'a'):_ctmp)
c32include/ctype.h#define toupper(c) (_ctmp=c,islower(_ctmp)?_ctmp-('a'-'A'):_ctmp)
c44include/linux/tty.h#define GETCH(queue,c) \
c45include/linux/tty.h(void)({c=(queue)->buf[(queue)->tail];INC((queue)->tail);})
c46include/linux/tty.h#define PUTCH(c,queue) \
c47include/linux/tty.h(void)({(queue)->buf[(queue)->head]=(c);INC((queue)->head);})
c91include/linux/tty.hint tty_read(unsigned c, char * buf, int n, unsigned short flags);
c92include/linux/tty.hint tty_write(unsigned c, char * buf, int n);
c128include/string.hextern inline char * strchr(const char * s,char c)
c141include/string.h:"=a" (__res):"S" (s),"0" (c):"si");
c145include/string.hextern inline char * strrchr(const char * s,char c)
c157include/string.h:"=d" (__res):"0" (0),"S" (s),"a" (c):"ax","si");
c385include/string.hextern inline void * memchr(const void * cs,char c,size_t count)
c396include/string.h:"=D" (__res):"a" (c),"D" (cs),"c" (count)
c401include/string.hextern inline void * memset(void * s,char c,size_t count)
c406include/string.h::"a" (c),"D" (s),"c" (count)
c193include/unistd.h#define _syscall3(type,name,atype,a,btype,b,ctype,c) \
c194include/unistd.htype name(atype a,btype b,ctype c) \
c200include/unistd.h: "0" (__NR_##name),"g" ((long)(a)),"c" ((long)(b)),"d" ((long)(c)):"bx"); \
c230kernel/blk_drv/hd.cunsigned char c;
c233kernel/blk_drv/hd.cc = inb_p(HD_STATUS);
c234kernel/blk_drv/hd.cc &= (BUSY_STAT | READY_STAT | SEEK_STAT);
c235kernel/blk_drv/hd.cif (c == (READY_STAT | SEEK_STAT))
c238kernel/blk_drv/hd.cprintk("HD controller times out, c=%02x\n\r",c);
c625kernel/chr_drv/console.cchar c;
c638kernel/chr_drv/console.cGETCH(tty->write_q,c);
c639kernel/chr_drv/console.cif (c == 24 || c == 26)
c643kernel/chr_drv/console.cif (c>31 && c<127) {
c649kernel/chr_drv/console.c*(char *) pos = translate[c-32];
c654kernel/chr_drv/console.c} else if (c==27)
c656kernel/chr_drv/console.celse if (c==10 || c==11 || c==12)
c658kernel/chr_drv/console.celse if (c==13)
c660kernel/chr_drv/console.celse if (c==127)
c662kernel/chr_drv/console.celse if (c==8) {
c667kernel/chr_drv/console.c} else if (c==9) {
c668kernel/chr_drv/console.cc = 8-(x&7);
c669kernel/chr_drv/console.cx += c;
c670kernel/chr_drv/console.cpos += c<<1;
c676kernel/chr_drv/console.cc=9;
c677kernel/chr_drv/console.c} else if (c==7)
c679kernel/chr_drv/console.celse if (c == 14) {
c682kernel/chr_drv/console.c} else if (c == 15) {
c689kernel/chr_drv/console.cswitch (c) {
c746kernel/chr_drv/console.cif (c == '[') { /* Function key */
c750kernel/chr_drv/console.cif (ques=(c=='?'))
c753kernel/chr_drv/console.cif (c==';' && npar<NPAR-1) {
c756kernel/chr_drv/console.c} else if (c>='0' && c<='9') {
c757kernel/chr_drv/console.cpar[npar]=10*par[npar]+c-'0';
c766kernel/chr_drv/console.cswitch(c) {
c846kernel/chr_drv/console.cif ((c=='l') && (par[0]<=60)) {
c849kernel/chr_drv/console.cif (c=='b')
c859kernel/chr_drv/console.cif (c == 'S') {
c862kernel/chr_drv/console.c} else if (c == 'L')
c864kernel/chr_drv/console.celse if (c == 'l')
c868kernel/chr_drv/console.cif (c == '0') { 
c872kernel/chr_drv/console.c} else if (c == 'B')
c904kernel/chr_drv/console.cvoid * memsetw(void * s,unsigned short c,int count)
c909kernel/chr_drv/console.c::"a" (c),"D" (s),"c" (count)
c1174kernel/chr_drv/console.cchar c;
c1178kernel/chr_drv/console.cwhile (c = *(b++)) {
c1179kernel/chr_drv/console.cif (c == 10) {
c1184kernel/chr_drv/console.cif (c == 13) {
c1193kernel/chr_drv/console.c*(char *) pos = c;
c22kernel/chr_drv/pty.cchar c;
c31kernel/chr_drv/pty.cGETCH(from->write_q,c);
c32kernel/chr_drv/pty.cPUTCH(c,to->read_q);
c39kernel/chr_drv/serial.cchar c;
c47kernel/chr_drv/serial.cGETCH(TTY,c);
c48kernel/chr_drv/serial.coutb(c,TTY->data);
c123kernel/chr_drv/tty_io.cunsigned char c;
c134kernel/chr_drv/tty_io.cGETCH(tty->read_q,c);
c135kernel/chr_drv/tty_io.cif (c==13) {
c137kernel/chr_drv/tty_io.cc=10;
c140kernel/chr_drv/tty_io.c} else if (c==10 && I_NLCR(tty))
c141kernel/chr_drv/tty_io.cc=13;
c143kernel/chr_drv/tty_io.cc=tolower(c);
c146kernel/chr_drv/tty_io.c(c==KILL_CHAR(tty))) {
c149kernel/chr_drv/tty_io.c(c=LAST(tty->secondary))==10 ||
c151kernel/chr_drv/tty_io.c(c==EOF_CHAR(tty))))) {
c153kernel/chr_drv/tty_io.cif (c<32)
c163kernel/chr_drv/tty_io.c(c==ERASE_CHAR(tty))) {
c165kernel/chr_drv/tty_io.c(c=LAST(tty->secondary))==10 ||
c167kernel/chr_drv/tty_io.c(c==EOF_CHAR(tty))))
c170kernel/chr_drv/tty_io.cif (c<32)
c181kernel/chr_drv/tty_io.c(c==STOP_CHAR(tty))) {
c187kernel/chr_drv/tty_io.c(c==START_CHAR(tty))) {
c195kernel/chr_drv/tty_io.c(c==INTR_CHAR(tty))) {
c200kernel/chr_drv/tty_io.c(c==QUIT_CHAR(tty))) {
c205kernel/chr_drv/tty_io.c(c==SUSPEND_CHAR(tty))) {
c211kernel/chr_drv/tty_io.cif (c==10 || (EOF_CHAR(tty) != _POSIX_VDISABLE &&
c212kernel/chr_drv/tty_io.cc==EOF_CHAR(tty)))
c214kernel/chr_drv/tty_io.cif ((L_ECHO(tty) || L_ECHONL(tty)) && (c==10)) {
c218kernel/chr_drv/tty_io.cif (c<32 && L_ECHOCTL(tty)) {
c220kernel/chr_drv/tty_io.cPUTCH(c+64,tty->write_q);
c222kernel/chr_drv/tty_io.cPUTCH(c,tty->write_q);
c225kernel/chr_drv/tty_io.cPUTCH(c,tty->secondary);
c264kernel/chr_drv/tty_io.cunsigned char c;
c316kernel/chr_drv/tty_io.cGETCH(tty->secondary,c);
c318kernel/chr_drv/tty_io.cc==EOF_CHAR(tty)) || c==10)
c321kernel/chr_drv/tty_io.cc==EOF_CHAR(tty)) && L_CANON(tty))
c324kernel/chr_drv/tty_io.cput_fs_byte(c,b++);
c328kernel/chr_drv/tty_io.cif (c==10 && L_CANON(tty))
c351kernel/chr_drv/tty_io.cchar c, *b=buf;
c366kernel/chr_drv/tty_io.cc=get_fs_byte(b);
c368kernel/chr_drv/tty_io.cif (c=='\r' && O_CRNL(tty))
c369kernel/chr_drv/tty_io.cc='\n';
c370kernel/chr_drv/tty_io.celse if (c=='\n' && O_NLRET(tty))
c371kernel/chr_drv/tty_io.cc='\r';
c372kernel/chr_drv/tty_io.cif (c=='\n' && !cr_flag && O_NLCR(tty)) {
c378kernel/chr_drv/tty_io.cc=toupper(c);
c382kernel/chr_drv/tty_io.cPUTCH(c,tty->write_q);
c73kernel/chr_drv/tty_ioctl.cchar *c, *d;
c81kernel/chr_drv/tty_ioctl.cc = (char *)(*p);
c84kernel/chr_drv/tty_ioctl.cput_fs_byte(*c++, d++);
c169kernel/chr_drv/tty_ioctl.cchar c, * tmp;
c176kernel/chr_drv/tty_ioctl.cc = get_fs_byte(i + (char *) ws);
c177kernel/chr_drv/tty_ioctl.cif (c == *tmp)
c180kernel/chr_drv/tty_ioctl.c*tmp = c;
c13kernel/math/div.cstatic void shift_left(int * c)
c19kernel/math/div.c::"r" ((long) c):"ax");
c22kernel/math/div.cstatic void shift_right(int * c)
c25kernel/math/div.c::"r" ((long) c));
c40kernel/math/div.cstatic void div64(int * a, int * b, int * c)
c46kernel/math/div.cc += 4;
c49kernel/math/div.cc--;
c55kernel/math/div.c*c |= mask;
c115kernel/math/get_put.cunsigned char c;
c122kernel/math/get_put.cc = get_fs_byte(addr--);
c124kernel/math/get_put.cADD64((c>>4), i.a, i.b);
c126kernel/math/get_put.cADD64((c&0xf), i.a, i.b);
c224kernel/math/get_put.cunsigned char c;
c235kernel/math/get_put.cc = rem;
c237kernel/math/get_put.cc += rem<<4;
c238kernel/math/get_put.cput_fs_byte(c,addr++);
c524kernel/math/math_emulate.ctemp_real_unaligned c;
c526kernel/math/math_emulate.cc = *a;
c528kernel/math/math_emulate.c*b = c;
c13kernel/math/mul.cstatic void shift(int * c)
c19kernel/math/mul.c::"r" ((long) c):"ax");
c22kernel/math/mul.cstatic void mul64(const temp_real * a, const temp_real * b, int * c)
c42kernel/math/mul.c::"S" ((long) a),"c" ((long) b),"D" ((long) c)
c122kernel/sched.cint i,next,c;
c146kernel/sched.cc = -1;
c153kernel/sched.cif ((*p)->state == TASK_RUNNING && (*p)->counter > c)
c154kernel/sched.cc = (*p)->counter, next = i;
c156kernel/sched.cif (c) break;
c16kernel/vsprintf.c#define is_digit(c)  ((c) >= '0' && (c) <= '9')
c43kernel/vsprintf.cchar c,sign,tmp[36];
c51kernel/vsprintf.cc = (type & ZEROPAD) ? '0' : ' ' ;
c82kernel/vsprintf.c*str++ = c;
c59tools/build.cint i,c,id;
c135tools/build.cfor (i=0 ; (c=read(id,buf,sizeof buf))>0 ; i+=c )
c136tools/build.cif (write(1,buf,c)!=c)
c143tools/build.cfor (c=0 ; c<sizeof(buf) ; c++)
c144tools/build.cbuf[c] = '\0';
c146tools/build.cc = SETUP_SECTS*512-i;
c147tools/build.cif (c > sizeof(buf))
c148tools/build.cc = sizeof(buf);
c149tools/build.cif (write(1,buf,c) != c)
c151tools/build.ci += c;
c160tools/build.cfor (i=0 ; (c=read(id,buf,sizeof buf))>0 ; i+=c )
c161tools/build.cif (write(1,buf,c)!=c)