tag | line | file | source code |
c1 | 2110 | arch/m68k/console/fbcon.c | u_char c1, c2, c3, c4; |
c1 | 2120 | arch/m68k/console/fbcon.c | c1 = *s++; |
c1 | 2124 | arch/m68k/console/fbcon.c | cdat1 = p->fontdata+c1*p->fontheight; |
c1 | 2145 | arch/m68k/console/fbcon.c | c1 = s[0]; |
c1 | 2151 | arch/m68k/console/fbcon.c | cdat1 = p->fontdata+c1*p->fontheight; |
c1 | 2334 | arch/m68k/console/fbcon.c | u_char c1, c2, c3, c4; |
c1 | 2344 | arch/m68k/console/fbcon.c | c1 = *s++; |
c1 | 2348 | arch/m68k/console/fbcon.c | cdat10 = p->fontdata+c1*p->fontheight; |
c1 | 2372 | arch/m68k/console/fbcon.c | c1 = s[0]; |
c1 | 2378 | arch/m68k/console/fbcon.c | cdat10 = p->fontdata+c1*p->fontheight; |
c1 | 516 | drivers/block/cmd640.c | char c1, c2; |
c1 | 519 | drivers/block/cmd640.c | c1 = *pattern++; |
c1 | 521 | drivers/block/cmd640.c | if (c1 == 0) { |
c1 | 524 | drivers/block/cmd640.c | if (c1 != c2) |
c1 | 632 | drivers/char/ftape/ecc.c | unsigned char c0, c1, c2; /* check bytes */ |
c1 | 702 | drivers/char/ftape/ecc.c | c1 = s[1]; |
c1 | 716 | drivers/char/ftape/ecc.c | c1 = gfadd(c1, e); |
c1 | 720 | drivers/char/ftape/ecc.c | if (c0 || c1 || c2) { |
c1 | 449 | drivers/net/plip.c | unsigned char c0, c1; |
c1 | 459 | drivers/net/plip.c | c1 = inb(status_addr); |
c1 | 460 | drivers/net/plip.c | if (c0 == c1) |
c1 | 477 | drivers/net/plip.c | c1 = inb(status_addr); |
c1 | 478 | drivers/net/plip.c | if (c0 == c1) |
c1 | 1227 | fs/hpfs/hpfs_fs.c | unsigned c1 = linux_char_to_upper_linux (*s1++); |
c1 | 1229 | fs/hpfs/hpfs_fs.c | if ((t = c1 - c2) != 0) |
c1 | 602 | fs/vfat/namei.c | unsigned char c1, c2, c3; |
c1 | 610 | fs/vfat/namei.c | ((c1 = fat_code2uni[ip[1]]) != 255) && |
c1 | 613 | fs/vfat/namei.c | *op++ = (c1 << 4) + (c2 >> 2); |