| /minix3/external/bsd/llvm/dist/clang/test/SemaCXX/ |
| H A D | constexpr-backtrace-limit.cpp | 33 constexpr int recurse(int n) { return n ? recurse(n-1) : *(int*)n; } in recurse() function 34 static_assert(recurse(5), "");
|
| H A D | scope-check.cpp | 194 bool recurse() { in recurse() function 200 if (recurse()) { in recurse()
|
| /minix3/tests/usr.bin/grep/ |
| H A D | t_grep.sh | 49 atf_test_case recurse 56 mkdir -p recurse/a/f recurse/d 57 echo -e "cod\ndover sole\nhaddock\nhalibut\npilchard" > recurse/d/fish 58 echo -e "cod\nhaddock\nplaice" > recurse/a/f/favourite-fish 60 atf_check -o file:"$(atf_get_srcdir)/d_recurse.out" grep -r haddock recurse 232 atf_add_test_case recurse
|
| H A D | d_recurse.out | 1 recurse/a/f/favourite-fish:haddock 2 recurse/d/fish:haddock
|
| /minix3/tests/lib/libpthread/ |
| H A D | t_fpu.c | 65 static void recurse(void); 106 recurse(); in bar() 115 recurse(void) { in recurse() function 138 recurse(); in ATF_TC_BODY()
|
| /minix3/external/bsd/bind/dist/bin/tests/system/rpzrecurse/ |
| H A D | README | 46 recurse 60 while the 33rd is expected to recurse 68 1 query, expected to recurse 72 1 query, expected to recurse 76 1 query, expected to recurse 80 2 queries, the first should not recurse and the second should recurse 85 2 queries, the first should not recurse and the second should recurse 89 2 queries, the first should not recurse and the second should recurse
|
| /minix3/external/bsd/llvm/dist/clang/test/SemaTemplate/ |
| H A D | instantiate-exception-spec-cxx11.cpp | 29 static void recurse() noexcept(noexcept(S<N+1>::recurse())); // \ 33 decltype(S<0>::recurse()) *pVoid1 = 0; // ok, exception spec not needed 34 decltype(&S<0>::recurse) pFn = 0; // ok, exception spec not needed 37 void (*pFn2)() noexcept = &S<0>::recurse; // expected-note {{instantiation of exception spec}} expe…
|
| /minix3/tests/lib/libc/net/ |
| H A D | t_nsdispatch.sh | 28 atf_test_case recurse 50 atf_add_test_case recurse
|
| /minix3/lib/libc/time/ |
| H A D | strptime.c | 178 goto recurse; in strptime_l() 184 goto recurse; in strptime_l() 190 goto recurse; in strptime_l() 195 goto recurse; in strptime_l() 200 goto recurse; in strptime_l() 205 goto recurse; in strptime_l() 209 goto recurse; in strptime_l() 214 recurse: in strptime_l()
|
| /minix3/usr.bin/getent/ |
| H A D | getent.c | 576 handleone(const char * const *db_array, char *b, int recurse, int pretty, in handleone() argument 587 if (!recurse || cgetstr(b, "tc", &tc) <= 0) in handleone() 596 handleone(db_array, b, recurse, pretty, ++level); in handleone() 608 int expand = 1, recurse = 0, pretty = 0; in handlecap() local 622 recurse = 1; in handlecap() 638 handleone(db_array, b, recurse, pretty, 0); in handlecap() 645 handleone(db_array, b, recurse, pretty, 0); in handlecap()
|
| /minix3/external/bsd/llvm/dist/llvm/test/Transforms/TailCallElim/ |
| H A D | reorder_load.ll | 55 br i1 %nullcheck, label %unwind, label %recurse 60 recurse: ; preds = %else 112 br i1 %nullcheck, label %unwind, label %recurse 117 recurse: ; preds = %else
|
| /minix3/external/bsd/tcpdump/dist/ |
| H A D | print-sll.c | 232 recurse: in sll_if_print() 301 goto recurse; in sll_if_print()
|
| H A D | print-ether.c | 160 recurse: in ether_print() 202 goto recurse; in ether_print()
|
| /minix3/external/bsd/llvm/dist/llvm/test/Analysis/BasicAA/ |
| H A D | unreachable-block.ll | 3 ; BasicAA shouldn't infinitely recurse on the use-def cycles in
|
| /minix3/crypto/external/bsd/openssl/dist/util/ |
| H A D | mkerr.pl | 8 my $recurse = 0; 33 $recurse = 1; 117 if($recurse) {
|
| /minix3/external/bsd/llvm/dist/llvm/test/Other/ |
| H A D | ResponseFile.ll | 1 ; Test that we can recurse, at least a little bit. The -time-passes flag here
|
| /minix3/external/bsd/bind/dist/bin/dig/ |
| H A D | nslookup.c | 59 section_additional = ISC_TRUE, recurse = ISC_TRUE, variable 502 recurse ? "recurse" : "norecurse"); in show_settings() 633 recurse = ISC_TRUE; in setoption() 635 recurse = ISC_FALSE; in setoption() 716 lookup->recurse = recurse; in addlookup()
|
| /minix3/external/bsd/llvm/dist/llvm/utils/TableGen/ |
| H A D | tdtags | 43 recurse - Generate an index in each directory that contains .td files 96 $SELF -x recurse 432 recurse)
|
| /minix3/external/bsd/bind/dist/bin/tests/system/rpzrecurse/ns2/ |
| H A D | named.clientip.conf | 30 } qname-wait-recurse no;
|
| /minix3/external/bsd/bind/dist/bin/tests/system/rpz/ns7/ |
| H A D | named.conf | 28 response-policy { zone "policy2"; } qname-wait-recurse no;
|
| /minix3/external/bsd/bind/dist/lib/dns/include/dns/ |
| H A D | rbt.h | 514 dns_rbt_deletename(dns_rbt_t *rbt, dns_name_t *name, isc_boolean_t recurse); 557 dns_rbt_deletenode(dns_rbt_t *rbt, dns_rbtnode_t *node, isc_boolean_t recurse);
|
| /minix3/external/bsd/bind/dist/bin/tests/system/statistics/ |
| H A D | tests.sh | 62 $DIGCMD +tries=2 +time=1 +recurse @10.53.0.3 foo.info. any > /dev/null 2>&1
|
| /minix3/external/bsd/bind/dist/bin/tests/system/rpz/ |
| H A D | setup.sh | 60 qname-wait-recurse no
|
| /minix3/external/bsd/bind/dist/lib/isccfg/include/isccfg/ |
| H A D | cfg.h | 387 cfg_list_length(const cfg_obj_t *obj, isc_boolean_t recurse);
|
| /minix3/external/bsd/llvm/dist/clang/docs/ |
| H A D | Makefile | 97 $(Verb) cd $(LLVM_SRC_ROOT) ; ./utils/userloc.pl -details -recurse \
|