Searched refs:ok (Results 176 - 200 of 386) sorted by relevance

1234567891011>>

/freebsd-9.3-release/crypto/openssl/crypto/cms/
H A Dcms_enc.c80 int ok = 0; local
195 ok = 1;
207 if (ok)
/freebsd-9.3-release/crypto/openssl/crypto/bn/
H A Dbn_print.c109 int i = 0, num, ok = 0; local
168 ok = 1;
174 if (!ok && buf) {
/freebsd-9.3-release/crypto/openssl/apps/
H A Dca.c1473 int ok = -1, i; local
1494 ok = 0;
1504 ok = 0;
1510 ok = 0;
1516 BIO_printf(bio_err, "Signature ok\n");
1518 ok = do_body(xret, pkey, x509, dgst, policy, db, serial, subj, chtype,
1528 return (ok);
1543 int ok = -1, i; local
1560 ok = 0;
1565 ok
1606 int ok = -1, i, j, last, nid; local
2178 int ok = -1, i, j; local
2319 int ok = -1, i; local
2422 int ok = -1, i; local
[all...]
/freebsd-9.3-release/contrib/bind9/lib/dns/rdata/in_1/
H A Da6_38.c38 isc_boolean_t ok; local
88 ok = ISC_TRUE;
90 ok = dns_name_ishostname(&name, ISC_FALSE);
91 if (!ok && (options & DNS_RDATA_CHECKNAMESFAIL) != 0)
93 if (!ok && callbacks != NULL)
/freebsd-9.3-release/sys/dev/ipmi/
H A Dipmi_kcs.c317 device_printf(sc->ipmi_dev, "KCS: WRITE_START... ok\n");
455 int i, ok; local
459 ok = 0;
460 for (i = 0; i < 3 && !ok; i++)
461 ok = kcs_polled_request(sc, req);
462 if (ok)
552 printf("ok\n");
/freebsd-9.3-release/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;
H A Dtinytest.c133 int ok; local
154 ok = CreateProcessA(commandname, buffer, NULL, NULL, 0,
156 if (!ok) {
446 printf("%d tests ok. (%d skipped)\n", n_ok, n_skipped);
/freebsd-9.3-release/crypto/openssl/crypto/x509/
H A Dx509_lu.c489 int i, ok, idx, ret; local
491 ok = X509_STORE_get_by_subject(ctx, X509_LU_X509, xn, &obj);
492 if (ok != X509_LU_X509) {
493 if (ok == X509_LU_RETRY) {
497 } else if (ok != X509_LU_FAIL) {
H A Dx509_cmp.c393 int ok = 0; local
398 ok = 1;
424 return (ok);
H A Dby_dir.c255 int ok = 0; local
352 ok = 1;
367 return (ok);
/freebsd-9.3-release/lib/libc/stdio/
H A Dvfscanf.c640 * Switch on the character; `goto ok'
666 goto ok;
673 goto ok;
675 /* digits 8 and 9 ok iff decimal or hex */
681 goto ok;
683 /* letters ok iff hex */
692 goto ok;
694 /* sign ok only as first character */
699 goto ok;
704 * x ok if
[all...]
H A Dvfwscanf.c559 * Switch on the character; `goto ok'
585 goto ok;
592 goto ok;
594 /* digits 8 and 9 ok iff decimal or hex */
600 goto ok;
602 /* letters ok iff hex */
611 goto ok;
613 /* sign ok only as first character */
618 goto ok;
623 * x ok if
[all...]
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-snmp.c953 int ok = 1; local
960 ok = (elem->asnlen == smiRange->minValue.value.unsigned32);
962 ok = (elem->asnlen >= smiRange->minValue.value.unsigned32
968 ok = (elem->data.integer >= smiRange->minValue.value.integer32
973 ok = (elem->data.uns >= smiRange->minValue.value.unsigned32
989 ok = 1;
993 ok = 0;
997 return ok;
1003 int ok = 1; local
1009 ok
[all...]
/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dip_ftp_pxy.c980 int mlen, len, off, inc, i, sel, sel2, ok, ackoff, seqoff; local
1068 ok = 0;
1071 ok = 1;
1075 ok = 1;
1078 ok = 1;
1082 ok = 1;
1084 ok = 1;
1087 ok = 1;
1090 ok = 1;
1096 if (!ok)
[all...]
/freebsd-9.3-release/sys/kern/
H A Dtty_pts.c721 int unit, ok, error; local
734 ok = chgptscnt(cred->cr_ruidinfo, 1, lim_cur(p, RLIMIT_NPTS));
735 if (!ok) {
775 int ok, error; local
788 ok = chgptscnt(cred->cr_ruidinfo, 1, lim_cur(p, RLIMIT_NPTS));
789 if (!ok) {
/freebsd-9.3-release/usr.sbin/ppp/
H A Dmppe.c432 int ok; local
441 ok = r->mppe.sendkeylen && r->mppe.recvkeylen;
442 if (!ok)
448 ok = (lcp->want_auth == PROTO_CHAP && lcp->want_authtype == 0x81) ||
450 if (!ok)
454 return ok;
602 /* Peer wants stateless, that's ok */
609 /* Peer doesn't want stateless, that's ok */
/freebsd-9.3-release/crypto/openssl/ssl/
H A Ds3_clnt.c705 int i, al, ok; local
714 SSL3_ST_CR_SRVR_HELLO_B, -1, 20000, &ok);
716 if (!ok)
889 int al, i, ok, ret = -1; local
903 -1, s->max_cert_list, &ok);
905 if (!ok)
1082 int al, j, ok; local
1106 -1, s->max_cert_list, &ok);
1108 if (!ok)
1563 int ok, re local
1706 int ok, al, ret = 0, ticklen; local
1815 int ok, al; local
1877 int ok, ret = 0; local
2728 int ok; local
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/kafs/
H A Dcommon.c179 int ok = -1; local
188 ok = 0;
195 return ok;
/freebsd-9.3-release/crypto/openssh/
H A Dssh-pkcs11-helper.c172 int ok = -1, ret; local
187 ok = 0;
193 if (ok == 0) {
/freebsd-9.3-release/crypto/openssl/crypto/pem/
H A Dpem_info.c100 int ok = 0; local
277 ok = 1;
281 if (!ok) {
/freebsd-9.3-release/crypto/openssl/fips/dsa/
H A Dfips_dsatest.c250 static int ok = 0, num = 0; local
260 ok++;
267 if (!ok && (p == 0) && (num > 1)) {
/freebsd-9.3-release/crypto/openssl/crypto/ecdsa/
H A Decs_ossl.c214 int ok = 0, i; local
307 ok = 1;
309 if (!ok) {
/freebsd-9.3-release/contrib/amd/amd/
H A Damfs_host.c312 int ok = FALSE; local
424 ok = TRUE;
464 * If any of the mounts succeed then mark "ok" and return
487 ok = TRUE;
506 if (ok)
/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_misc.c628 HAL_BOOL ok; local
639 ok = ath_hal_eepromRead(ah, *(const uint16_t *)args, *result);
641 if (ok)
643 return ok;
/freebsd-9.3-release/tools/regression/mac/mac_portacl/
H A Dmisc.sh7 echo "not ok 1 # MAC_PORTACL is unavailable."
41 echo ok
60 echo "ok ${ntest}"
61 elif [ "${out}" = "ok" -o "${out}" = "fl" ]; then
62 echo "not ok ${ntest}"
64 echo "not ok ${ntest} # ${out}"
78 echo "ok ${ntest}"
79 elif [ "${out}" = "ok" -o "${out}" = "fl" ]; then
80 echo "not ok ${ntest}"
82 echo "not ok
[all...]

Completed in 299 milliseconds

1234567891011>>