Home
last modified time | relevance | path

Searched refs:ok (Results 176 – 200 of 417) sorted by relevance

12345678910>>...17

/dragonfly/crypto/libressl/crypto/ec/
H A Dec_mult.c198 int ok = 0; in compute_wNAF() local
302 ok = 1; in compute_wNAF()
305 if (!ok) { in compute_wNAF()
309 if (ok) in compute_wNAF()
/dragonfly/contrib/wpa_supplicant/src/ap/
H A Dgas_query_ap.c207 const u8 *data, size_t data_len, int ok) in gas_query_ap_tx_status() argument
214 " ok=%d - no query in progress", MAC2STR(dst), ok); in gas_query_ap_tx_status()
223 MAC2STR(dst), ok, query, query->dialog_token, dur); in gas_query_ap_tx_status()
231 if (!ok) { in gas_query_ap_tx_status()
H A Drrm.h31 size_t len, int ok);
H A Ddpp_hostapd.c123 const u8 *data, size_t data_len, int ok) in hostapd_dpp_tx_status() argument
128 MAC2STR(dst), ok); in hostapd_dpp_tx_status()
130 " result=%s", MAC2STR(dst), ok ? "SUCCESS" : "FAILED"); in hostapd_dpp_tx_status()
165 if (!is_broadcast_ether_addr(dst) && !ok) { in hostapd_dpp_tx_status()
181 if (!is_broadcast_ether_addr(dst) && auth->waiting_auth_resp && ok) { in hostapd_dpp_tx_status()
1459 void hostapd_dpp_gas_status_handler(struct hostapd_data *hapd, int ok) in hostapd_dpp_gas_status_handler() argument
1467 ok); in hostapd_dpp_gas_status_handler()
1471 if (ok && auth->peer_version >= 2 && in hostapd_dpp_gas_status_handler()
1485 if (ok) in hostapd_dpp_gas_status_handler()
H A Dgas_query_ap.h41 const u8 *data, size_t data_len, int ok);
/dragonfly/gnu/usr.bin/rcs/lib/
H A Drcskeep.c163 Igeteof_(fp, c, goto ok;)
263 ok:
/dragonfly/contrib/diffutils/lib/
H A Dregcomp.c1503 bool ok; in duplicate_node_closure() local
1521 if (__glibc_unlikely (! ok)) in duplicate_node_closure()
1543 if (__glibc_unlikely (! ok)) in duplicate_node_closure()
1553 if (__glibc_unlikely (! ok)) in duplicate_node_closure()
1572 if (__glibc_unlikely (! ok)) in duplicate_node_closure()
1584 if (__glibc_unlikely (! ok)) in duplicate_node_closure()
1593 if (__glibc_unlikely (! ok)) in duplicate_node_closure()
1643 bool ok; in calc_inveclosure() local
1653 if (__glibc_unlikely (! ok)) in calc_inveclosure()
1714 bool ok; in calc_eclosure_iter() local
[all …]
/dragonfly/contrib/cvs-1.12/lib/
H A Dregcomp.c1418 bool ok; in duplicate_node_closure() local
1436 if (BE (! ok, 0)) in duplicate_node_closure()
1463 if (BE (! ok, 0)) in duplicate_node_closure()
1473 if (BE (! ok, 0)) in duplicate_node_closure()
1492 if (BE (! ok, 0)) in duplicate_node_closure()
1504 if (BE (! ok, 0)) in duplicate_node_closure()
1513 if (BE (! ok, 0)) in duplicate_node_closure()
1564 bool ok; in calc_inveclosure() local
1574 if (BE (! ok, 0)) in calc_inveclosure()
1636 bool ok; in calc_eclosure_iter() local
[all …]
/dragonfly/contrib/grep/lib/
H A Dregcomp.c1491 bool ok; in duplicate_node_closure() local
1509 if (__glibc_unlikely (! ok)) in duplicate_node_closure()
1531 if (__glibc_unlikely (! ok)) in duplicate_node_closure()
1541 if (__glibc_unlikely (! ok)) in duplicate_node_closure()
1560 if (__glibc_unlikely (! ok)) in duplicate_node_closure()
1572 if (__glibc_unlikely (! ok)) in duplicate_node_closure()
1581 if (__glibc_unlikely (! ok)) in duplicate_node_closure()
1631 bool ok; in calc_inveclosure() local
1641 if (__glibc_unlikely (! ok)) in calc_inveclosure()
1698 bool ok; in calc_eclosure_iter() local
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/
H A Dcodecvt_specializations.h357 __ret = codecvt_base::ok; in _GLIBCXX_VISIBILITY()
399 __ret = codecvt_base::ok; in _GLIBCXX_VISIBILITY()
462 __ret = codecvt_base::ok; in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Dcodecvt_specializations.h358 __ret = codecvt_base::ok; in _GLIBCXX_VISIBILITY()
400 __ret = codecvt_base::ok; in _GLIBCXX_VISIBILITY()
463 __ret = codecvt_base::ok; in _GLIBCXX_VISIBILITY()
/dragonfly/crypto/libressl/apps/openssl/
H A Dsmime.c73 static int smime_cb(int ok, X509_STORE_CTX *ctx);
1111 smime_cb(int ok, X509_STORE_CTX *ctx) in smime_cb() argument
1118 ((error != X509_V_OK) || (ok != 2))) in smime_cb()
1119 return ok; in smime_cb()
1123 return ok; in smime_cb()
H A Ds_apps.h125 int verify_callback(int ok, X509_STORE_CTX *ctx);
/dragonfly/test/sysperf/
H A Dipitest12 setenv DIDUSCHED ok
/dragonfly/lib/libc/rpc/
H A Dauth_des.c425 int ok; in authdes_refresh() local
429 ok = __rpc_get_time_offset(&ad->ad_timediff, ad->ad_nis_srvr, in authdes_refresh()
432 if (! ok) { in authdes_refresh()
/dragonfly/crypto/libressl/crypto/ecdsa/
H A Decs_ossl.c269 int ok = 0; in ecdsa_do_sign() local
388 ok = 1; in ecdsa_do_sign()
391 if (ok == 0) { in ecdsa_do_sign()
/dragonfly/contrib/wpa_supplicant/src/common/
H A Dgas_server.h28 int ok),
/dragonfly/include/rpcsvc/
H A Dypxfrd.x155 union xfr switch (bool ok) {
/dragonfly/contrib/flex/src/
H A Dtables_shared.h141 %ok-for-header
/dragonfly/usr.bin/gzip/
H A Dgzip.c1106 int ok = 1; in check_outfile() local
1119 ok = 0; in check_outfile()
1124 ok = 0; in check_outfile()
1127 return ok; in check_outfile()
1895 print_test(const char *file, int ok) in print_test() argument
1898 if (exit_value == 0 && ok == 0) in print_test()
1901 strlen(file) < 7 ? "\t\t" : "\t", ok ? "OK" : "NOT OK"); in print_test()
/dragonfly/crypto/libressl/crypto/x509/
H A Dx509_lcl.h296 int (*verify_cb)(int ok,X509_STORE_CTX *ctx); /* error callback */
339 int (*verify_cb)(int ok,X509_STORE_CTX *ctx); /* error callback */
/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_ratectl_none.c80 const struct ieee80211_node *ni, int ok, in none_tx_complete() argument
/dragonfly/contrib/gcc-4.7/gcc/
H A Dipa-split.c199 bool ok = true; in verify_non_ssa_vars() local
231 ok = false; in verify_non_ssa_vars()
238 ok = false; in verify_non_ssa_vars()
248 ok = false; in verify_non_ssa_vars()
267 ok = false; in verify_non_ssa_vars()
276 return ok; in verify_non_ssa_vars()
/dragonfly/crypto/libressl/crypto/objects/
H A Dobj_dat.c656 int ok = 0; in OBJ_create() local
675 ok = OBJ_add_object(op); in OBJ_create()
680 return (ok); in OBJ_create()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dipa-split.c221 bool ok = true; in verify_non_ssa_vars() local
253 ok = false; in verify_non_ssa_vars()
260 ok = false; in verify_non_ssa_vars()
271 ok = false; in verify_non_ssa_vars()
291 ok = false; in verify_non_ssa_vars()
312 ok = false; in verify_non_ssa_vars()
323 return ok; in verify_non_ssa_vars()

12345678910>>...17