Home
last modified time | relevance | path

Searched refs:recurse (Results 1 – 25 of 56) sorted by relevance

123

/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dconstexpr-backtrace-limit.cpp33 constexpr int recurse(int n) { return n ? recurse(n-1) : *(int*)n; } in recurse() function
34 static_assert(recurse(5), "");
H A Dscope-check.cpp194 bool recurse() { in recurse() function
200 if (recurse()) { in recurse()
/minix3/tests/usr.bin/grep/
H A Dt_grep.sh49 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 Dd_recurse.out1 recurse/a/f/favourite-fish:haddock
2 recurse/d/fish:haddock
/minix3/tests/lib/libpthread/
H A Dt_fpu.c65 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 DREADME46 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 Dinstantiate-exception-spec-cxx11.cpp29 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 Dt_nsdispatch.sh28 atf_test_case recurse
50 atf_add_test_case recurse
/minix3/lib/libc/time/
H A Dstrptime.c178 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 Dgetent.c576 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 Dreorder_load.ll55 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 Dprint-sll.c232 recurse: in sll_if_print()
301 goto recurse; in sll_if_print()
H A Dprint-ether.c160 recurse: in ether_print()
202 goto recurse; in ether_print()
/minix3/external/bsd/llvm/dist/llvm/test/Analysis/BasicAA/
H A Dunreachable-block.ll3 ; BasicAA shouldn't infinitely recurse on the use-def cycles in
/minix3/crypto/external/bsd/openssl/dist/util/
H A Dmkerr.pl8 my $recurse = 0;
33 $recurse = 1;
117 if($recurse) {
/minix3/external/bsd/llvm/dist/llvm/test/Other/
H A DResponseFile.ll1 ; Test that we can recurse, at least a little bit. The -time-passes flag here
/minix3/external/bsd/bind/dist/bin/dig/
H A Dnslookup.c59 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 Dtdtags43 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 Dnamed.clientip.conf30 } qname-wait-recurse no;
/minix3/external/bsd/bind/dist/bin/tests/system/rpz/ns7/
H A Dnamed.conf28 response-policy { zone "policy2"; } qname-wait-recurse no;
/minix3/external/bsd/bind/dist/lib/dns/include/dns/
H A Drbt.h514 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 Dtests.sh62 $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 Dsetup.sh60 qname-wait-recurse no
/minix3/external/bsd/bind/dist/lib/isccfg/include/isccfg/
H A Dcfg.h387 cfg_list_length(const cfg_obj_t *obj, isc_boolean_t recurse);
/minix3/external/bsd/llvm/dist/clang/docs/
H A DMakefile97 $(Verb) cd $(LLVM_SRC_ROOT) ; ./utils/userloc.pl -details -recurse \

123