/src/usr.sbin/user/ |
Makefile | 65 -./useradd -m -g=uid test1.1 67 -./${PROG} mod -l test1.2 test1.1 69 -./${PROG} del -r test1.2 71 -./${PROG} add -m test1%1 80 -./${PROG} info test1%1 || echo "User not found"
|
/src/sys/arch/x68k/stand/xxboot/ |
memset.S | 86 TEST test1 113 test1: label
|
memcmp.S | 80 TEST test1 107 test1: label
|
/src/tests/usr.bin/grep/ |
t_grep.sh | 331 printf "haddock\000cod\000plaice\000" > test1 335 grep -z -A1 cod test1 test2 338 grep -z -B1 cod test1 test2 341 grep -z -C1 cod test1 test2
|
/src/sys/dev/ic/ |
atw.c | 1062 uint32_t test1; local in function:atw_test1_init 1064 test1 = ATW_READ(sc, ATW_TEST1); 1065 test1 &= ~(ATW_TEST1_DBGREAD_MASK | ATW_TEST1_CONTROL); 1067 test1 |= __SHIFTIN(0x1, ATW_TEST1_DBGREAD_MASK) | ATW_TEST1_CONTROL; 1068 ATW_WRITE(sc, ATW_TEST1, test1); 2755 uint32_t test1; 2757 test1 = ATW_READ(sc, ATW_TEST1); 2761 if ((test1 & ATW_TEST1_RXPKT1IN) != 0) { 2765 if (__SHIFTOUT(test1, ATW_TEST1_RRA_MASK) == 2766 __SHIFTOUT(test1, ATW_TEST1_RWA_MASK)) [all...] |
/src/common/lib/libc/gen/ |
radixtree.c | 1187 test1(void) function in typeref:typename:void 1745 test1();
|
/src/sys/external/bsd/sljit/dist/test_src/ |
sljitTest.c | 155 static void test1(void) function in typeref:typename:void 162 printf("Run test1\n"); 177 FAILED(code.func3(3, -21, 86) != -21, "test1 case 1 failed\n"); 178 FAILED(code.func3(4789, 47890, 997) != 47890, "test1 case 2 failed\n"); 5343 test1();
|