Home
last modified time | relevance | path

Searched refs:ok (Results 201 – 225 of 417) sorted by relevance

12345678910>>...17

/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Dtls_wolfssl.c519 int ok = 0; in tls_connection_private_key() local
541 ok = 1; in tls_connection_private_key()
545 if (!ok && private_key) { in tls_connection_private_key()
556 ok = 1; in tls_connection_private_key()
559 ok = 1; in tls_connection_private_key()
562 if (ok) in tls_connection_private_key()
569 if (!ok) in tls_connection_private_key()
/dragonfly/contrib/byacc/
H A Doutput.c838 int ok; in pack_vector() local
858 ok = 1; in pack_vector()
859 for (k = 0; ok && k < t; k++) in pack_vector()
889 ok = 0; in pack_vector()
891 for (k = 0; ok && k < vector; k++) in pack_vector()
894 ok = 0; in pack_vector()
896 if (ok) in pack_vector()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-vect-loop.c1828 bool ok; in vect_analyze_loop_operations() local
1927 if (ok in vect_analyze_loop_operations()
2079 bool ok; in vect_analyze_loop_2() local
2158 if (!ok) in vect_analyze_loop_2()
2178 if (!ok) in vect_analyze_loop_2()
2189 if (!ok) in vect_analyze_loop_2()
2206 if (!ok in vect_analyze_loop_2()
2218 if (!ok) in vect_analyze_loop_2()
2242 if (!ok) in vect_analyze_loop_2()
2285 if (!ok) in vect_analyze_loop_2()
[all …]
/dragonfly/contrib/bmake/mk/
H A Ddoc.mk58 spell ${SRCS} | sort | comm -23 - spell.ok > paper.spell
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-ssa-loop-manip.c896 bool ok; in tree_transform_and_unroll_loop() local
1046 ok = gimple_duplicate_loop_to_header_edge in tree_transform_and_unroll_loop()
1050 gcc_assert (ok); in tree_transform_and_unroll_loop()
1054 ok = remove_path (e); in tree_transform_and_unroll_loop()
1055 gcc_assert (ok); in tree_transform_and_unroll_loop()
H A Dpretty-print.c505 bool ok; in pp_base_format() local
508 ok = pp_format_decoder (pp) (pp, text, p, in pp_base_format()
510 gcc_assert (ok); in pp_base_format()
H A Dstmt.c800 bool ok; in expand_asm_operands() local
802 ok = parse_output_constraint (&constraints[i], i, ninputs, in expand_asm_operands()
805 gcc_assert (ok); in expand_asm_operands()
885 bool ok; in expand_asm_operands() local
888 ok = parse_input_constraint (&constraint, i, ninputs, noutputs, ninout, in expand_asm_operands()
890 gcc_assert (ok); in expand_asm_operands()
2412 bool ok; in expand_case() local
2424 ok = try_tablejump (index_type, index_expr, minval, range, in expand_case()
2426 gcc_assert (ok); in expand_case()
H A Dtree-ssa-loop-ivcanon.c404 bool ok = remove_path (e); in try_unroll_loop_completely() local
405 gcc_assert (ok); in try_unroll_loop_completely()
/dragonfly/contrib/ncurses/ncurses/tty/
H A Dtty_update.c1234 bool ok; in ClrBottom() local
1236 for (col = 0, ok = TRUE; ok && col < last; col++) { in ClrBottom()
1237 ok = (CharEq(NewScreen(SP_PARM)->_line[row].text[col], blank)); in ClrBottom()
1239 if (!ok) in ClrBottom()
1242 for (col = 0; ok && col < last; col++) { in ClrBottom()
1243 ok = (CharEq(CurScreen(SP_PARM)->_line[row].text[col], blank)); in ClrBottom()
1245 if (!ok) in ClrBottom()
/dragonfly/contrib/gdb-7/gdb/
H A Dfindvar.c737 int optim, unavail, ok; in value_from_register() local
750 ok = gdbarch_register_to_value (gdbarch, frame, regnum, type1, in value_from_register()
754 if (!ok) in value_from_register()
H A Dsolib-svr4.c1857 int phdrs_size, phdrs2_size, ok = 1; in svr4_exec_displacement() local
1882 ok = 0; in svr4_exec_displacement()
1988 ok = 0; in svr4_exec_displacement()
2097 ok = 0; in svr4_exec_displacement()
2102 ok = 0; in svr4_exec_displacement()
2108 if (!ok) in svr4_exec_displacement()
/dragonfly/crypto/libressl/crypto/gost/
H A Dgostr341001_pmeth.c288 int ok = 0; in pkey_gost01_verify() local
309 ok = gost2001_do_verify(md, s, pub_key->pkey.gost); in pkey_gost01_verify()
314 return ok; in pkey_gost01_verify()
/dragonfly/crypto/libressl/crypto/ts/
H A Dts_rsp_sign.c697 int ok = 1; in TS_RESP_process_extensions() local
699 for (i = 0; ok && i < sk_X509_EXTENSION_num(exts); ++i) { in TS_RESP_process_extensions()
708 ok = (*ctx->extension_cb)(ctx, ext, NULL); in TS_RESP_process_extensions()
711 return ok; in TS_RESP_process_extensions()
/dragonfly/contrib/wpa_supplicant/src/ap/
H A Dieee802_11.c4711 size_t len, int ok) in handle_auth_cb() argument
4728 if (!ok) { in handle_auth_cb()
4813 if (!ok) { in handle_assoc_cb()
4942 size_t len, int ok) in handle_deauth_cb() argument
4953 if (ok) in handle_deauth_cb()
4966 size_t len, int ok) in handle_disassoc_cb() argument
4977 if (ok) in handle_disassoc_cb()
4990 size_t len, int ok) in handle_action_cb() argument
5057 u16 stype, int ok) in ieee802_11_mgmt_cb() argument
5071 stype, ok, hex); in ieee802_11_mgmt_cb()
[all …]
H A Dap_config.c287 int line = 0, ret = 0, len, ok; in hostapd_config_read_wpa_psk() local
376 ok = 0; in hostapd_config_read_wpa_psk()
379 ok = 1; in hostapd_config_read_wpa_psk()
383 ok = 1; in hostapd_config_read_wpa_psk()
385 if (!ok) { in hostapd_config_read_wpa_psk()
/dragonfly/crypto/libressl/crypto/ec/
H A Dec_curve.c3323 int ok = 0; in ec_group_new_from_data() local
3396 ok = 1; in ec_group_new_from_data()
3398 if (!ok) { in ec_group_new_from_data()
/dragonfly/usr.sbin/route6d/
H A Droute6d.c835 int ok; in out_filter() local
857 ok = 0; in out_filter()
864 ok = 1; in out_filter()
868 if (!ok) in out_filter()
876 ok = 0; in out_filter()
885 ok = 1; in out_filter()
889 if (!ok) in out_filter()
1007 int ok; in riprecv() local
1147 ok = 0; in riprecv()
1156 ok = 1; in riprecv()
[all …]
/dragonfly/contrib/bmake/
H A Dvar.c1635 goto ok; in ModifyWord_SubstRegex()
1642 ok: in ModifyWord_SubstRegex()
3013 goto ok; in ApplyModifier_ToSep()
3020 goto ok; in ApplyModifier_ToSep()
3033 goto ok; in ApplyModifier_ToSep()
3040 goto ok; in ApplyModifier_ToSep()
3069 ok: in ApplyModifier_ToSep()
3177 goto ok; in ApplyModifier_Words()
3197 goto ok; in ApplyModifier_Words()
3202 goto ok; in ApplyModifier_Words()
[all …]
/dragonfly/contrib/less/
H A DREADME74 and make sure they look ok. If you know of any peculiarities of
160 3. Check the Makefile to make sure the definitions look ok.
187 3. Check the Makefile to make sure the definitions look ok.
221 3. Check the Makefile to make sure the definitions look ok.
/dragonfly/nrelease/root/etc/
H A Ddisklabel.ad0s128 # ad0s1f: /usr (suggest no less than 4096m but 1024m ok in a crunch)
/dragonfly/contrib/tcsh-6/
H A Dtc.os.c1464 if (st.all != status_$ok) in llib()
1545 if (st.all != status_$ok) in dorootnode()
1549 if (st.all != status_$ok) in dorootnode()
1570 st.all = status_$ok; in isapad()
1577 if (st.all != status_$ok) in isapad()
/dragonfly/sys/net/wg/
H A Dwg_noise.c1042 bool ok = false; in noise_create_initiation() local
1079 ok = true; in noise_create_initiation()
1085 return (ok); in noise_create_initiation()
1180 bool ok = false; in noise_create_response() local
1212 ok = true; in noise_create_response()
1220 return (ok); in noise_create_response()
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Dx86-tune-sched.c586 int ok = ix86_decompose_address (addr, &parts); in ix86_macro_fusion_pair_p() local
587 gcc_assert (ok); in ix86_macro_fusion_pair_p()
/dragonfly/contrib/wpa_supplicant/src/drivers/
H A Ddriver_nl80211_monitor.c26 static void handle_tx_callback(void *ctx, u8 *buf, size_t len, int ok) in handle_tx_callback() argument
41 event.tx_status.ack = ok; in handle_tx_callback()
/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_amrr.c360 const struct ieee80211_node *ni, int ok, in amrr_tx_complete() argument
367 if (ok) in amrr_tx_complete()

12345678910>>...17