Home
last modified time | relevance | path

Searched refs:reached (Results 1 – 25 of 444) sorted by relevance

12345678910>>...18

/netbsd-src/usr.bin/make/unit-tests/
H A Ddirective-for-errors.mk53 # XXX: This should not be reached. It should be skipped, as already done
56 . warning Should not be reached.
65 . warning Should not be reached.
72 . info Would be reached if there were items to loop over.
79 # XXX: As of 2020-12-31, this line is reached once.
80 . warning Should not be reached.
90 # expect+3: warning: Should not be reached.
91 # expect+2: warning: Should not be reached.
92 # expect+1: warning: Should not be reached.
93 . warning Should not be reached
[all...]
H A Ddirective-else.mk12 . warning must not be reached
24 . warning must not be reached
33 . warning must not be reached
H A Derror.mk12 .info this is not reached because of the .error above
15 : this is not reached because of the .error
H A Dvarname-dot-objdir.mk15 : ${.TARGET} was reached.
H A Dcond-cmp-unary.exp1 make: "cond-cmp-unary.mk" line 54: This is only reached because of a bug in EvalTruthy.
H A Ddoterror.mk8 @echo not reached
H A Dcond-cmp-unary.mk54 . info This is only reached because of a bug in EvalTruthy.
/netbsd-src/external/gpl3/gcc.old/dist/libhsail-rt/rt/
H A Dfbarrier.c43 fbar->reached = 0; in __hsail_initfbar()
52 fbar->reached = 0; in __hsail_releasefbar()
81 ++fbar->reached; in __hsail_arrivefbar()
82 if (fbar->reached == fbar->threshold) in __hsail_arrivefbar()
83 fbar->reached = 0; in __hsail_arrivefbar()
H A Dfibers.c194 barrier->reached++; in fiber_barrier_reach()
196 while (barrier->reached < barrier->threshold) in fiber_barrier_reach()
206 if (barrier->reached > 0) in fiber_barrier_reach()
208 barrier->reached = 0; in fiber_barrier_reach()
219 barrier->reached = 0; in fiber_barrier_init()
/netbsd-src/usr.bin/xlint/lint1/
H A Dfunc.c55 /* Is set as long as a statement can be reached. Must be set at level 0. */
56 bool reached = true; variable
60 * Is reset to true whenever 'reached' changes.
65 * In conjunction with 'reached', controls printing of "fallthrough on ..."
174 reached ? "reachable" : "unreachable", in set_reached()
176 reached = new_reached; in set_reached()
181 * Prints a warning if a statement cannot be reached.
186 if (!reached && warn_about_unreachable) { in check_statement_reachable()
187 /* '%s' statement not reached */ in check_statement_reachable()
347 if (reached) { in end_function()
[all...]
/netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dcgram.y874 | ifprefix statement { plabel($1); reached = 1; }
878 reached = 1;
885 reached = 1;
887 reached = 0;
893 reached = 1;
894 if (reached)
900 reached = 1;
905 if( flostat&FCONT ) reached = 1;
909 if( (flostat&FBRK) || !(flostat&FLOOP) ) reached = 1;
910 else reached = 0;
[all …]
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dcgram.y901 | ifprefix statement { plabel($1); reached = 1; }
905 reached = 1;
912 reached = 1;
914 reached = 0;
920 reached = 1;
921 if (reached)
927 reached = 1;
932 if( flostat&FCONT ) reached = 1;
936 if( (flostat&FBRK) || !(flostat&FLOOP) ) reached = 1;
937 else reached = 0;
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcif-code.def68 N_("--param large-function-growth limit reached"))
70 N_("--param large-stack-frame-growth limit reached"))
72 N_("--param max-inline-insns-single limit reached"))
74 N_("--param max-inline-insns-auto limit reached"))
76 N_("--param inline-unit-growth limit reached"))
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcif-code.def68 N_("--param large-function-growth limit reached"))
70 N_("--param large-stack-frame-growth limit reached"))
72 N_("--param max-inline-insns-single limit reached"))
74 N_("--param max-inline-insns-auto limit reached"))
76 N_("--param inline-unit-growth limit reached"))
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DOSSL_STORE_open.pod36 OSSL_STORE_eof() hasn't been reached, and finish it off with OSSL_STORE_close().
62 NULL, or the end of data is reached as indicated by OSSL_STORE_eof().
87 OSSL_STORE_eof() takes a B<OSSL_STORE_CTX> and checks if we've reached the end
93 OSSL_STORE_eof() shows that the end of data has been reached.
131 NULL on error or when end of data is reached.
135 OSSL_STORE_eof() returns 1 if the end of data has been reached, otherwise
H A DSSL_CTX_free.pod16 …object pointed to by B<ctx> and frees up the allocated memory if the reference count has reached 0.
H A DBIO_ctrl.pod86 BIO_eof() returns 1 if EOF has been reached 0 otherwise.
124 supported, if an error occurred, if EOF has not been reached and in
H A DSSL_free.pod17 reference count has reached 0.
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DOSSL_STORE_open.pod49 OSSL_STORE_eof() hasn't been reached, and finish it off with OSSL_STORE_close().
79 NULL, or the end of data is reached as indicated by OSSL_STORE_eof().
107 OSSL_STORE_eof() takes a B<OSSL_STORE_CTX> and checks if we've reached the end
113 OSSL_STORE_eof() shows that the end of data has been reached.
145 on error or when end of data is reached.
149 OSSL_STORE_eof() returns 1 if the end of data has been reached
H A DSSL_CTX_free.pod16 …object pointed to by B<ctx> and frees up the allocated memory if the reference count has reached 0.
/netbsd-src/external/gpl3/gcc.old/dist/libhsail-rt/include/internal/
H A Dfibers.h81 volatile size_t reached; member
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/d10v/
H A Dt-rep.s12 ;; is reached using a branch instruction
/netbsd-src/external/mpl/bind/dist/doc/notes/
H A Dnotes-9.18.11.rst
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dsequent22 # Symmetry magic nums will not be reached if DOS COM comes before them;
/netbsd-src/external/bsd/openldap/dist/doc/drafts/
H A Ddraft-vchu-ldap-pwd-policy-xx.txt583 administrator, or when the failure counter reset time is reached.
587 ing limit is reached, the server should send bindResponse back to the
589 to indicate the password failure limit is reached.
701 word guessing limit is reached, the server should send bindResponse back
703 message to indicate the password failure limit is reached. Otherwise
878 3. The password failure limit is reached. The user needs to retry
922 current password has not reached the minimum password age, or the

12345678910>>...18