Searched refs:ok (Results 151 - 175 of 403) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/gcc/
H A Dloop-unroll.c491 bool ok; local
506 ok = duplicate_loop_to_header_edge (loop, loop_preheader_edge (loop),
514 gcc_assert (ok);
672 bool ok; local
707 ok = duplicate_loop_to_header_edge (loop, loop_preheader_edge (loop),
715 gcc_assert (ok);
746 ok = duplicate_loop_to_header_edge (loop, loop_preheader_edge (loop),
754 gcc_assert (ok);
773 ok = duplicate_loop_to_header_edge (loop, loop_latch_edge (loop),
781 gcc_assert (ok);
949 bool ok; local
1270 bool ok; local
1420 bool ok; local
1649 bool ok; local
[all...]
/freebsd-11-stable/crypto/openssl/ssl/
H A Ds3_both.c237 int al, i, ok; local
249 n = s->method->ssl_get_message(s, a, b, SSL3_MT_FINISHED, 64, &ok);
251 if (!ok)
343 long ssl3_get_message(SSL *s, int st1, int stn, int mt, long max, int *ok) argument
357 *ok = 1;
377 *ok = 0;
445 *ok = 0;
468 *ok = 1;
473 *ok = 0;
/freebsd-11-stable/crypto/openssl/engines/ccgost/
H A Dgost_pmeth.c362 int ok = 0; local
368 ok = gost_do_verify(tbs, tbs_len, s, EVP_PKEY_get0(pub_key));
370 return ok;
377 int ok = 0; local
390 ok = gost2001_do_verify(tbs, tbs_len, s, EVP_PKEY_get0(pub_key));
392 return ok;
H A Dgost_sign.c169 int ok = 0; local
210 ok = (BN_cmp(u, sig->r) == 0);
212 if (!ok) {
221 return ok;
/freebsd-11-stable/sbin/fdisk/
H A Dfdisk.c253 static int ok(const char *str);
437 if (ok("Should we write new partition table?"))
558 if (u_flag && ok("Do you want to change it?")) {
579 if (ok("Explicitly specify beg/end address ?"))
605 } while (!ok("Are we happy with this entry?"));
641 if (!ok("Do you want to change the active partition?"))
653 } while (!ok("Are you happy with this choice"));
663 if (ok("Do you want to change the boot code?"))
672 if (ok("Do you want to change our idea of what BIOS thinks ?"))
682 while(!ok("Ar
927 ok(const char *str) function
[all...]
/freebsd-11-stable/tools/build/make_check/
H A DMakefile31 @echo "ok 1 - C_check # Test of -C flag existence detected no regression."
35 @echo "ok 2 - test_variables # Test variables detected no regression, output matches."
37 @echo "ok 3 - test_targets # Test targets detected no regression."
39 @echo "ok 4 - sysvmatch # Test sysvmatch detected no regression."
41 @echo "ok 5 lhs_expn # Test lhs_expn detected no regression."
43 @echo "ok 6 - notdef # Test notdef detected no regression."
45 @echo "ok 7 - modifiers # Test modifiers detected no regression."
47 @echo "ok 8 arith_expr # Test arith_expr detected no regression."
49 @echo "ok 9 PATH_exists # Test PATH_exists detected no regression."
51 @echo "ok 1
[all...]
/freebsd-11-stable/contrib/bmake/mk/
H A Ddoc.mk57 spell ${SRCS} | sort | comm -23 - spell.ok > paper.spell
/freebsd-11-stable/crypto/openssl/apps/
H A Dca.c1510 int ok = -1, i; local
1531 ok = 0;
1541 ok = 0;
1547 ok = 0;
1553 BIO_printf(bio_err, "Signature ok\n");
1555 ok = do_body(xret, pkey, x509, dgst, sigopts, policy, db, serial, subj,
1565 return (ok);
1581 int ok = -1, i; local
1598 ok = 0;
1603 ok
1643 int ok = -1, i, j, last, nid; local
2227 int ok = -1, i, j; local
2360 int ok = -1, i; local
2479 int ok = -1, i; local
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace_libcdep.cpp90 bool ok = Symbolizer::GetOrInit()->GetModuleNameAndOffsetForPC( local
93 if (!ok) return false;
/freebsd-11-stable/contrib/opie/
H A Dopiesu.c373 goto ok;
429 goto ok;
439 goto ok;
452 ok:
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dtest_crypto.in67 cert:FILE:$srcdir/data/yutaka-pad-ok-cert.pem \
68 anchor:FILE:$srcdir/data/yutaka-pad-ok-ca.pem > /dev/null || exit 1
/freebsd-11-stable/sys/net80211/
H A Dieee80211_ratectl_none.c84 const struct ieee80211_node *ni, int ok,
83 none_tx_complete(const struct ieee80211vap *vap, const struct ieee80211_node *ni, int ok, void *arg1, void *arg2 __unused) argument
H A Dieee80211_input.h190 goto ok;
216 goto ok;
227 ok:
/freebsd-11-stable/crypto/openssl/crypto/x509/
H A Dby_dir.c268 int ok = 0; local
414 ok = 0;
425 ok = 1;
440 return (ok);
H A Dx509_req.c122 int ok = 0; local
127 ok = 1;
155 return (ok);
/freebsd-11-stable/tests/sys/vm/
H A Dmmap_test.c42 int ok[2]; /* Depending on security.bsd.map_at_zero {0, !=0}. */ member in struct:__anon8593
80 ATF_CHECK_MSG(map_at_zero_tests[i].ok[map_at_zero] == 0,
83 ATF_CHECK_MSG(map_at_zero_tests[i].ok[map_at_zero] == 1,
/freebsd-11-stable/crypto/openssl/crypto/dsa/
H A Ddsatest.c245 static int ok = 0, num = 0; local
255 ok++;
262 if (!ok && (p == 0) && (num > 1)) {
/freebsd-11-stable/crypto/openssl/crypto/conf/
H A Dconf_api.c277 int ok = 0, i; local
296 ok = 1;
298 if (!ok) {
/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Decp_mont.c124 int ok; local
126 ok = ec_GFp_simple_group_init(group);
129 return ok;
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_print.c104 int i = 0, num, ok = 0; local
163 ok = 1;
169 if (!ok && buf) {
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dtest-ratelim.c265 int ok = 1; local
444 ok = 0;
456 ok = 0;
466 ok = 0;
473 return ok ? 0 : 1;
/freebsd-11-stable/crypto/heimdal/appl/su/
H A Dsu.c339 int ok = 0; local
392 if(kerberos_flag && ok == 0 &&
394 ok = 5;
397 if(ok == 0 && login_info->pw_uid && verify_unix(login_info, su_info) != 0) {
519 if (ok == 5)
/freebsd-11-stable/sys/cam/
H A Dcam.c237 int negate_range, ok; local
241 ok = 0;
252 ok = 1;
255 ok = 1;
259 if (ok == negate_range)
/freebsd-11-stable/contrib/atf/atf-sh/
H A Datf-check.cpp580 bool ok = false; local
583 !ok && iter != checks.end(); iter++) {
584 ok |= run_status_check(*iter, result);
587 return ok;
679 bool ok = true; local
683 ok &= run_output_check(*iter, path, stdxxx);
686 return ok;
/freebsd-11-stable/lib/libc/stdio/
H A Dvfwscanf.c315 * Switch on the character; `goto ok' if we accept it
339 goto ok;
346 goto ok;
348 /* digits 8 and 9 ok iff decimal or hex */
354 goto ok;
356 /* letters ok iff hex */
365 goto ok;
367 /* sign ok only as first character */
372 goto ok;
377 * x ok if
[all...]

Completed in 182 milliseconds

1234567891011>>