Home
last modified time | relevance | path

Searched refs:ok (Results 101 – 125 of 417) sorted by relevance

12345678910>>...17

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtlink.c651 int ok = 0; in scan_linker_output() local
704 ok = 1; in scan_linker_output()
745 if (q && (ok in scan_linker_output()
774 ok = true; in scan_linker_output()
787 ok = start_tweaking (sym); in scan_linker_output()
791 ok = start_tweaking (sym); in scan_linker_output()
795 if (!ok) in scan_linker_output()
H A Dfold-const-call.c139 bool ok = do_mpfr_ckconv (result, m, inexact, format); in do_mpfr_arg1() local
142 return ok; in do_mpfr_arg1()
173 return ok; in do_mpfr_sincos()
203 bool ok = do_mpfr_ckconv (result, m0, inexact, format); in do_mpfr_arg2() local
206 return ok; in do_mpfr_arg2()
233 bool ok = do_mpfr_ckconv (result, m, inexact, format); in do_mpfr_arg2() local
236 return ok; in do_mpfr_arg2()
271 bool ok = do_mpfr_ckconv (result, m0, inexact, format); in do_mpfr_arg3() local
274 return ok; in do_mpfr_arg3()
350 return ok; in do_mpc_arg1()
[all …]
H A Dcaller-save.c112 bool ok; in reg_save_code() local
142 ok = (cached_reg_save_code[reg][mode] != -1 in reg_save_code()
144 if (ok) in reg_save_code()
147 ok = constrain_operands (1, get_enabled_alternatives (saveinsn)); in reg_save_code()
152 if (! ok) in reg_save_code()
1202 int ok = 1; in insert_restore() local
1210 ok = 0; in insert_restore()
1214 if (! ok) in insert_restore()
1282 int ok = 1; in insert_save() local
1289 ok = 0; in insert_save()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dcaller-save.c114 bool ok; in reg_save_code() local
145 if (ok) in reg_save_code()
148 ok = constrain_operands (1); in reg_save_code()
150 ok &= constrain_operands (1); in reg_save_code()
153 if (! ok) in reg_save_code()
1175 int ok = 1; in insert_restore() local
1183 ok = 0; in insert_restore()
1187 if (! ok) in insert_restore()
1257 int ok = 1; in insert_save() local
1264 ok = 0; in insert_save()
[all …]
/dragonfly/contrib/tcpdump/
H A Dprint-snmp.c962 int ok = 1; in smi_check_a_range() local
982 ok = (elem->data.uns >= smiRange->minValue.value.unsigned32 in smi_check_a_range()
998 ok = 1; in smi_check_a_range()
1002 ok = 0; in smi_check_a_range()
1006 return ok; in smi_check_a_range()
1012 int ok = 1; in smi_check_range() local
1018 ok = smi_check_a_range(smiType, smiRange, elem); in smi_check_range()
1020 if (ok) { in smi_check_range()
1025 if (ok) { in smi_check_range()
1029 ok = smi_check_range(parentType, elem); in smi_check_range()
[all …]
/dragonfly/lib/libc/stdio/
H A Dvfwscanf.c339 goto ok; in parseint()
346 goto ok; in parseint()
354 goto ok; in parseint()
365 goto ok; in parseint()
372 goto ok; in parseint()
385 goto ok; in parseint()
397 ok: in parseint()
H A Dvfscanf.c355 goto ok; in parseint()
362 goto ok; in parseint()
370 goto ok; in parseint()
381 goto ok; in parseint()
388 goto ok; in parseint()
401 goto ok; in parseint()
411 ok: in parseint()
/dragonfly/sys/dev/misc/ipmi/
H A Dipmi_kcs.c453 int i, ok; in kcs_loop() local
458 ok = 0; in kcs_loop()
459 for (i = 0; i < 3 && !ok; i++) in kcs_loop()
460 ok = kcs_polled_request(sc, req); in kcs_loop()
461 if (ok) in kcs_loop()
/dragonfly/sys/dev/misc/syscons/
H A Dschistory.c85 int ok; in sc_alloc_history_buffer() local
117 ok = 0; in sc_alloc_history_buffer()
133 ok = 1; in sc_alloc_history_buffer()
137 if (ok) { in sc_alloc_history_buffer()
/dragonfly/tools/regression/bin/sh/expansion/
H A Dtrim1.06 ok=''
17 ok=x$ok
H A Dplus-minus1.06 ok=''
17 ok=x$ok
H A Dtrim9.07 ok=''
18 ok=x$ok
H A Dtilde1.019 ok=x$ok
/dragonfly/contrib/mpfr/src/
H A Dconst_log2.c120 int ok = 1; /* ensures that the 1st try will give correct rounding */ in mpfr_const_log2_internal() local
145 ok = 0; in mpfr_const_log2_internal()
186 if (MPFR_LIKELY (ok != 0 in mpfr_const_log2_internal()
/dragonfly/contrib/wpa_supplicant/src/ap/
H A Ddpp_hostapd.h19 const u8 *data, size_t data_len, int ok);
24 void hostapd_dpp_gas_status_handler(struct hostapd_data *hapd, int ok);
/dragonfly/libexec/ypxfr/
H A Dypxfrd_getmap.c57 if (objp->ok == TRUE) { in xdr_my_xfr()
65 if (objp->ok == FALSE) { in xdr_my_xfr()
/dragonfly/tools/regression/bin/sh/parameters/
H A Dpositional2.04 ok=''
15 ok=x$ok
/dragonfly/contrib/diffutils/lib/
H A Dtime_rz.c276 bool ok = change_env (tz); in revert_tz() local
277 if (!ok) in revert_tz()
281 return ok; in revert_tz()
/dragonfly/crypto/libressl/crypto/conf/
H A Dconf_api.c252 int ok = 0, i; in _CONF_new_section() local
269 ok = 1; in _CONF_new_section()
272 if (!ok) { in _CONF_new_section()
/dragonfly/sys/netproto/802_11/
H A Dieee80211_input.h191 goto ok; in ieee80211_check_rxseq()
217 goto ok; in ieee80211_check_rxseq()
228 ok: in ieee80211_check_rxseq()
/dragonfly/crypto/libressl/crypto/x509/
H A Dx509_req.c139 int ok = 0; in X509_REQ_check_private_key() local
146 ok = 1; in X509_REQ_check_private_key()
171 return (ok); in X509_REQ_check_private_key()
/dragonfly/sys/dev/drm/i915/
H A Dintel_dpio_phy.c518 bool ok; in bxt_ddi_phy_verify_state() local
529 ok = true; in bxt_ddi_phy_verify_state()
532 ok &= _CHK(BXT_PORT_CL1CM_DW9(phy), in bxt_ddi_phy_verify_state()
535 ok &= _CHK(BXT_PORT_CL1CM_DW10(phy), in bxt_ddi_phy_verify_state()
541 ok &= _CHK(BXT_PORT_CL1CM_DW28(phy), mask, mask, in bxt_ddi_phy_verify_state()
545 ok &= _CHK(BXT_PORT_CL2CM_DW6(phy), in bxt_ddi_phy_verify_state()
557 ok &= _CHK(BXT_PORT_REF_DW6(phy), mask, grc_code, in bxt_ddi_phy_verify_state()
561 ok &= _CHK(BXT_PORT_REF_DW8(phy), mask, mask, in bxt_ddi_phy_verify_state()
565 return ok; in bxt_ddi_phy_verify_state()
/dragonfly/share/examples/ppp/
H A Dlogin-auth71 button .b.ok -default active -text "Ok" -takefocus 0 -command {done};
72 pack .b.ok -side left;
/dragonfly/usr.sbin/ppp/
H A Dmppe.c433 int ok; in MPPEUsable() local
442 ok = r->mppe.sendkeylen && r->mppe.recvkeylen; in MPPEUsable()
443 if (!ok) in MPPEUsable()
449 ok = (lcp->want_auth == PROTO_CHAP && lcp->want_authtype == 0x81) || in MPPEUsable()
451 if (!ok) in MPPEUsable()
455 return ok; in MPPEUsable()
/dragonfly/sbin/udevd/
H A Dudevd_monitor.c173 int ret, ok, dummy; in client_cmd_monitor() local
185 ok = 1; in client_cmd_monitor()
194 while (ok) { in client_cmd_monitor()
235 ok = 0; in client_cmd_monitor()

12345678910>>...17