c1                 80 compat/svr4/svr4_termios.c #define undefined_flag2(f,a,b,c1,t1,c2,t2)		/**/
c1                 81 compat/svr4/svr4_termios.c #define undefined_flag4(f,a,b,c1,t1,c2,t2,c3,t3,c4,t4)	/**/
c1                100 compat/svr4/svr4_termios.c #define svr4_to_bsd_flag2(f,a,b,c1,t1,c2,t2) \
c1                104 compat/svr4/svr4_termios.c 		case __CONCAT3(SVR4_,c1,t1): bt->f |= __CONCAT(c1,t1); break; \
c1                109 compat/svr4/svr4_termios.c #define svr4_to_bsd_flag4(f,a,b,c1,t1,c2,t2,c3,t3,c4,t4) \
c1                113 compat/svr4/svr4_termios.c 		case __CONCAT3(SVR4_,c1,t1): bt->f |= __CONCAT(c1,t1); break; \
c1                133 compat/svr4/svr4_termios.c #define bsd_to_svr4_flag2(f,a,b,c1,t1,c2,t2) \
c1                136 compat/svr4/svr4_termios.c 	case __CONCAT(c1,t1): st->f |= __CONCAT3(SVR4_,c1,t1); break; \
c1                140 compat/svr4/svr4_termios.c #define bsd_to_svr4_flag4(f,a,b,c1,t1,c2,t2,c3,t3,c4,t4) \
c1                143 compat/svr4/svr4_termios.c 	case __CONCAT(c1,t1): st->f |= __CONCAT3(SVR4_,c1,t1); break; \
c1                120 dev/isa/isapnp.c 	u_char c1, c2;
c1                123 dev/isa/isapnp.c 	c1 = ISAPNP_READ_DATA(sc);
c1                127 dev/isa/isapnp.c 	if (c1 == 0x55 && c2 == 0xAA)
c1                842 dev/pci/cs4280.c 	u_int8_t c0,c1,c2,c3;
c1                857 dev/pci/cs4280.c 		c1 = bus_space_read_1(sc->ba1t, sc->ba1h, offset+ctr*4+1);
c1                860 dev/pci/cs4280.c 		con = ( (c3<<24) | (c2<<16) | (c1<<8) | c0 );
c1               1847 dev/pci/musycc.c 	u_int8_t	c1, c2;
c1               1889 dev/pci/musycc.c 		c1 = bus_space_read_1(mg->mg_hdlc->mc_st, mg->mg_hdlc->mc_sh,
c1               1893 dev/pci/musycc.c 		if (c1 & MUSYCC_TSLOT_ENABLED)
c1               1895 dev/pci/musycc.c 			    c1 & MUSYCC_TSLOT_ENABLED ? "C" : " ",
c1               1896 dev/pci/musycc.c 			    c1 & MUSYCC_TSLOT_SUB ? "S" : " ",
c1               1897 dev/pci/musycc.c 			    c1 & MUSYCC_TSLOT_56K ? "*" : " ",
c1               1898 dev/pci/musycc.c 			    MUSYCC_TSLOT_CHAN(c1));
c1                211 dev/rasops/rasops24.c 	u_int fg, bg, c1, c2, c3, c4;
c1                220 dev/rasops/rasops24.c 		c1 = (i & 32 ? fg : bg);
c1                225 dev/rasops/rasops24.c 		c1 = (i & 8 ? fg : bg);
c1                230 dev/rasops/rasops24.c 		stamp[i+0] = (c1 <<  8) | (c2 >> 16);
c1                277 dev/sbus/uperf_sbus.c 	u_int32_t c0, c1;
c1                280 dev/sbus/uperf_sbus.c 	c1 = uperf_sbus_read_reg(sc, USC_PERFSHAD);
c1                284 dev/sbus/uperf_sbus.c 		*cntp1 = c1;
c1                 49 lib/libkern/strncasecmp.c 		unsigned char c1 = (unsigned char) *s1++;
c1                 52 lib/libkern/strncasecmp.c 		if (c1 != c2) {
c1                 53 lib/libkern/strncasecmp.c 			if (c1 >= 'A' && c1 <= 'Z' && 
c1                 55 lib/libkern/strncasecmp.c 				c1 += 'a' - 'A';
c1                 56 lib/libkern/strncasecmp.c 			else if (c1 >= 'a' && c1 <= 'z' && 
c1                 59 lib/libkern/strncasecmp.c 			if (c1 != c2)
c1                 60 lib/libkern/strncasecmp.c 				return c1 - c2;
c1                 62 lib/libkern/strncasecmp.c 		if (c1 == 0)
c1               1829 msdosfs/msdosfs_vnops.c 	uint64_t c1 = 0x6e5ea73858134343LL;
c1               1836 msdosfs/msdosfs_vnops.c 	fileid ^= ((c1 ^ fileid) >> 32);
c1               1837 msdosfs/msdosfs_vnops.c 	fileid *= c1;
c1               1840 msdosfs/msdosfs_vnops.c 	fileid ^= ((c1 ^ fileid) >> 32);