Searched refs:testtype (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/regress/sys/kern/pledge/sendrecvfd/ |
| H A D | sendrecvfd.c | 31 enum testtype { enum 39 static void do_receiver(enum testtype type, int sock); 40 static void do_sender(enum testtype type, int sock, int fd); 45 do_receiver(enum testtype type, int sock) in do_receiver() 98 do_sender(enum testtype type, int sock, int fd) in do_sender() 150 enum testtype type; in main()
|
| H A D | Makefile | 4 testtype= nopledge sendfd recvfd nosendfd norecvfd macro 56 .for _test in ${testtype}
|
| /openbsd-src/gnu/gcc/libmudflap/testsuite/lib/ |
| H A D | mfdg.exp | 286 set testtype "crash" 287 } else { set testtype "execution" } 289 $status "$name $testtype test"
|
| /openbsd-src/usr.bin/dig/ |
| H A D | nslookup.c | 489 testtype(char *typetext) { in testtype() function 591 if (testtype(&opt[5])) in setoption() 594 if (testtype(&opt[3])) in setoption() 597 if (testtype(&opt[10])) in setoption() 600 if (testtype(&opt[6])) in setoption() 603 if (testtype(&opt[3])) in setoption() 606 if (testtype(&opt[2])) in setoption()
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | lambda-code.c | 1836 enum tree_code testtype; in lambda_loopnest_to_gcc_loopnest() local 1908 testtype = LL_STEP (newloop) >= 0 ? LE_EXPR : GE_EXPR; in lambda_loopnest_to_gcc_loopnest() 1915 testtype = swap_tree_comparison (testtype); in lambda_loopnest_to_gcc_loopnest() 1917 COND_EXPR_COND (exitcond) = build2 (testtype, in lambda_loopnest_to_gcc_loopnest()
|
| H A D | fold-const.c | 6006 tree testtype = TREE_TYPE (cond); in fold_binary_op_with_conditional_arg() local 6008 true_value = constant_boolean_node (true, testtype); in fold_binary_op_with_conditional_arg() 6009 false_value = constant_boolean_node (false, testtype); in fold_binary_op_with_conditional_arg()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | fold-const.c | 4500 tree testtype = TREE_TYPE (cond); local 4502 true_value = convert (testtype, integer_one_node); 4503 false_value = convert (testtype, integer_zero_node);
|