Searched refs:ok (Results 276 - 300 of 403) sorted by relevance

<<11121314151617

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dap_config.c287 int line = 0, ret = 0, len, ok; local
376 ok = 0;
379 ok = 1;
383 ok = 1;
385 if (!ok) {
H A Drrm.c667 size_t len, int ok)
673 mgmt->u.action.u.rrm.dialog_token, ok);
665 hostapd_rrm_beacon_req_tx_status(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len, int ok) argument
H A Dieee802_11.h26 u16 stype, int ok);
/freebsd-11-stable/contrib/unbound/validator/
H A Dval_anchor.c435 int ok = 1; local
454 ok = 0;
464 ok = 0;
472 ok = 0;
478 if(!ok) return NULL;
/freebsd-11-stable/contrib/gcc/
H A Dgcc.c7305 int ok, ndfltok, first;
7358 ok = 1;
7368 if (! ok)
7390 ok = used_arg (this_arg, p - this_arg);
7392 ok = ! ok;
7398 if (ok)
7430 ok = 1;
7438 if (! ok)
7467 ok
7275 int ok, ndfltok, first; local
[all...]
H A Dstmt.c620 variable definition for error, NULL_TREE for ok. */
812 bool ok;
814 ok = parse_output_constraint (&constraints[i], i, ninputs,
817 gcc_assert (ok);
894 bool ok;
897 ok = parse_input_constraint (&constraint, i, ninputs, noutputs, ninout,
899 gcc_assert (ok);
2551 bool ok;
2563 ok = try_tablejump (index_type, index_expr, minval, range,
2565 gcc_assert (ok);
806 bool ok; local
888 bool ok; local
2536 bool ok; local
[all...]
H A Dtree-ssa-loop-manip.c713 BASE + STEP * i < BOUND is ok. */
853 bool ok; local
885 ok = tree_duplicate_loop_to_header_edge
889 gcc_assert (ok);
/freebsd-11-stable/crypto/openssl/ssl/
H A Ds3_srvr.c913 int i, j, ok, al = SSL_AD_INTERNAL_ERROR, ret = -1, cookie_valid = 0; local
942 SSL3_RT_MAX_PLAIN_LENGTH, &ok);
944 if (!ok)
2182 int i, al, ok; local
2208 SSL3_MT_CLIENT_KEY_EXCHANGE, 2048, &ok);
2210 if (!ok)
3032 int al, ok, ret = 0; local
3057 SSL3_RT_MAX_PLAIN_LENGTH, &ok);
3059 if (!ok)
3245 int i, ok, a local
3641 int ok; local
[all...]
H A Ds3_lib.c4126 int i, ii, ok; local
4213 ok = (alg_k & emask_k) && (alg_a & emask_a);
4216 ok, alg_k, alg_a, emask_k, emask_a, (void *)c, c->name);
4219 ok = (alg_k & mask_k) && (alg_a & mask_a);
4221 fprintf(stderr, "%d:[%08lX:%08lX:%08lX:%08lX]%p:%s\n", ok, alg_k,
4234 ok = ok && tls1_check_ec_tmp_key(s, c->id);
4239 if (!ok)
/freebsd-11-stable/contrib/gdb/gdb/
H A Dser-go32.c500 goto ok;
506 ok:
/freebsd-11-stable/share/mk/
H A Dbsd.doc.mk157 comm -23 - ${.CURDIR}/spell.ok > ${DOC}.spell
/freebsd-11-stable/crypto/openssl/crypto/x509/
H A Dx509_vfy.h197 int (*verify_cb) (int ok, X509_STORE_CTX *ctx);
254 int (*verify_cb) (int ok, X509_STORE_CTX *ctx);
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dcodecvt.h55 ok, enumerator in enum:codecvt_base::result
104 * all the input is converted, returns codecvt_base::ok. If no
147 * state could be reset and data written, returns codecvt_base::ok. If
184 * all the input is converted, returns codecvt_base::ok. If no
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A DMakefile.am434 data/yutaka-pad-ok-ca.pem \
435 data/yutaka-pad-ok-cert.pem \
/freebsd-11-stable/sys/dev/sfxge/common/
H A Defx_ev.c737 boolean_t ok; local
754 ok = (EFX_QWORD_FIELD(*eqp, FSF_AZ_RX_EV_PKT_OK) != 0);
822 if (!ok) {
832 /* If we're not discarding the packet then it is ok */
856 if (!ok) {
/freebsd-11-stable/usr.sbin/bsdinstall/scripts/
H A Dauto79 yes=ok no=cancel defaultno=default-no
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dcheck-der.c1050 int ok; member in struct:__anon5945
1068 if (tests[i].ok)
1071 if (!tests[i].ok)
/freebsd-11-stable/lib/libc/rpc/
H A Dclnt_dg.c324 bool_t ok; local
534 ok = xdr_replymsg(&reply_xdrs, &reply_msg);
536 if (ok) {
/freebsd-11-stable/crypto/openssl/apps/
H A Dts.c121 static int MS_CALLBACK verify_cb(int ok, X509_STORE_CTX *ctx);
1102 static int MS_CALLBACK verify_cb(int ok, X509_STORE_CTX *ctx) argument
1107 if (!ok)
1118 return ok;
H A Dx509.c159 static int MS_CALLBACK callb(int ok, X509_STORE_CTX *ctx);
485 /* ok */
621 BIO_printf(bio_err, "Signature ok\n");
1180 static int MS_CALLBACK callb(int ok, X509_STORE_CTX *ctx) argument
1186 * it is ok to use a self signed certificate This case will catch both
1187 * the initial ok == 0 and the final ok == 1 calls to this function
1198 if (ok) {
/freebsd-11-stable/usr.sbin/dconschat/
H A Ddconschat.c496 goto ok;
501 goto ok;
518 ok:
/freebsd-11-stable/contrib/wpa/src/wps/
H A Dwps_upnp_web.c584 int ok = 0; local
659 ok = 1;
662 if (!ok) {
/freebsd-11-stable/sys/rpc/
H A Dclnt_vc.c298 bool_t ok; local
515 ok = xdr_replymsg(&xdrs, &reply_msg);
518 if (ok) {
/freebsd-11-stable/usr.sbin/route6d/
H A Droute6d.c947 int ok; local
969 ok = 0;
976 ok = 1;
980 if (!ok)
988 ok = 0;
997 ok = 1;
1001 if (!ok)
1116 int ok; local
1314 ok = 1; /* if there's no L filter, it is ok */
[all...]
/freebsd-11-stable/sys/netipsec/
H A Dipsec.c1249 goto ok; /* No need to check replay. */
1260 goto ok;
1293 ok:

Completed in 287 milliseconds

<<11121314151617