c2 80 compat/svr4/svr4_termios.c #define undefined_flag2(f,a,b,c1,t1,c2,t2) /**/ c2 81 compat/svr4/svr4_termios.c #define undefined_flag4(f,a,b,c1,t1,c2,t2,c3,t3,c4,t4) /**/ c2 100 compat/svr4/svr4_termios.c #define svr4_to_bsd_flag2(f,a,b,c1,t1,c2,t2) \ c2 105 compat/svr4/svr4_termios.c case __CONCAT3(SVR4_,c2,t2): bt->f |= __CONCAT(c2,t2); break; \ c2 109 compat/svr4/svr4_termios.c #define svr4_to_bsd_flag4(f,a,b,c1,t1,c2,t2,c3,t3,c4,t4) \ c2 114 compat/svr4/svr4_termios.c case __CONCAT3(SVR4_,c2,t2): bt->f |= __CONCAT(c2,t2); break; \ c2 133 compat/svr4/svr4_termios.c #define bsd_to_svr4_flag2(f,a,b,c1,t1,c2,t2) \ c2 137 compat/svr4/svr4_termios.c case __CONCAT(c2,t2): st->f |= __CONCAT3(SVR4_,c2,t2); break; \ c2 140 compat/svr4/svr4_termios.c #define bsd_to_svr4_flag4(f,a,b,c1,t1,c2,t2,c3,t3,c4,t4) \ c2 144 compat/svr4/svr4_termios.c case __CONCAT(c2,t2): st->f |= __CONCAT3(SVR4_,c2,t2); break; \ c2 120 dev/isa/isapnp.c u_char c1, c2; c2 125 dev/isa/isapnp.c c2 = ISAPNP_READ_DATA(sc); c2 127 dev/isa/isapnp.c if (c1 == 0x55 && c2 == 0xAA) c2 842 dev/pci/cs4280.c u_int8_t c0,c1,c2,c3; c2 858 dev/pci/cs4280.c c2 = bus_space_read_1(sc->ba1t, sc->ba1h, offset+ctr*4+2); c2 860 dev/pci/cs4280.c con = ( (c3<<24) | (c2<<16) | (c1<<8) | c0 ); c2 1847 dev/pci/musycc.c u_int8_t c1, c2; c2 1891 dev/pci/musycc.c c2 = bus_space_read_1(mg->mg_hdlc->mc_st, mg->mg_hdlc->mc_sh, c2 1899 dev/pci/musycc.c else if (c2 & MUSYCC_TSLOT_ENABLED) c2 1901 dev/pci/musycc.c if (c2 & MUSYCC_TSLOT_ENABLED) c2 1903 dev/pci/musycc.c c2 & MUSYCC_TSLOT_ENABLED ? "C" : " ", c2 1904 dev/pci/musycc.c c2 & MUSYCC_TSLOT_SUB ? "S" : " ", c2 1905 dev/pci/musycc.c c2 & MUSYCC_TSLOT_56K ? "*" : " ", c2 1906 dev/pci/musycc.c MUSYCC_TSLOT_CHAN(c2)); c2 211 dev/rasops/rasops24.c u_int fg, bg, c1, c2, c3, c4; c2 221 dev/rasops/rasops24.c c2 = (i & 16 ? fg : bg); c2 226 dev/rasops/rasops24.c c2 = (i & 4 ? fg : bg); c2 230 dev/rasops/rasops24.c stamp[i+0] = (c1 << 8) | (c2 >> 16); c2 231 dev/rasops/rasops24.c stamp[i+1] = (c2 << 16) | (c3 >> 8); c2 597 kern/tty.c int col, notout, s, c2; c2 651 kern/tty.c c2 = c; c2 654 kern/tty.c c2 = '\''; c2 657 kern/tty.c c2 = '!'; c2 660 kern/tty.c c2 = '^'; c2 663 kern/tty.c c2 = '('; c2 666 kern/tty.c c2 = ')'; c2 669 kern/tty.c if (c == '\\' || isupper(c) || c != c2) { c2 674 kern/tty.c c = c2; c2 50 lib/libkern/strncasecmp.c unsigned char c2 = (unsigned char) *s2++; c2 52 lib/libkern/strncasecmp.c if (c1 != c2) { c2 54 lib/libkern/strncasecmp.c c2 >= 'a' && c2 <= 'z') c2 57 lib/libkern/strncasecmp.c c2 >= 'A' && c2 <= 'Z') c2 58 lib/libkern/strncasecmp.c c2 += 'a' - 'A'; c2 59 lib/libkern/strncasecmp.c if (c1 != c2) c2 60 lib/libkern/strncasecmp.c return c1 - c2; c2 1830 msdosfs/msdosfs_vnops.c uint64_t c2 = 0xb34e8f99a2ec9ef5LL; c2 1838 msdosfs/msdosfs_vnops.c fileid ^= ((c2 ^ fileid) >> 31); c2 1839 msdosfs/msdosfs_vnops.c fileid *= c2;