Home
last modified time | relevance | path

Searched refs:ok (Results 76 – 100 of 420) sorted by relevance

12345678910>>...17

/dragonfly/contrib/gdb-7/gdb/tui/
H A Dtui-win.c1438 int ok = (new_height < tui_term_height ()); in new_height_ok() local
1440 if (ok) in new_height_ok()
1454 if (ok) in new_height_ok()
1462 ok = ((new_height + in new_height_ok()
1492 ok = ((first_win->generic.height + in new_height_ok()
1496 if (ok) in new_height_ok()
1512 if (!ok) in new_height_ok()
1520 if (ok) in new_height_ok()
1534 if (ok) in new_height_ok()
1535 ok = (new_height >= min_height in new_height_ok()
[all …]
/dragonfly/crypto/libressl/crypto/ui/
H A Dui_lib.c410 int i, ok = 0; in UI_process() local
422 ok = -1; in UI_process()
430 ok = -2; in UI_process()
433 ok = -1; in UI_process()
436 ok = 0; in UI_process()
446 ok = -2; in UI_process()
449 ok = -1; in UI_process()
452 ok = 0; in UI_process()
461 return ok; in UI_process()
/dragonfly/contrib/lvm2/dist/libdm/
H A Dlibdm-string.c137 int n, ok = 0, size = 32; in dm_asprintf() local
146 while (!ok) { in dm_asprintf()
150 ok = 1; in dm_asprintf()
/dragonfly/sbin/fdisk/
H A Dfdisk.c145 static int ok(const char *str);
370 if (ok("Should we write new partition table?")) { in main()
575 if (u_flag && ok("Do you want to change it?")) { in change_part()
596 if (ok("Explicitly specify beg/end address ?")) in change_part()
636 } while (!ok("Are we happy with this entry?")); in change_part()
684 } while (!ok("Are you happy with this choice")); in change_active()
694 if (ok("Do you want to change the boot code?")) in change_code()
713 while(!ok("Are you happy with this choice")); in get_params_to_use()
965 ok(const char *str) in ok() function
1468 if (ok("Correct this automatically?")) in sanitize_partition()
[all …]
/dragonfly/crypto/libressl/crypto/dh/
H A Ddh_key.c105 int ok = 0; in generate_key() local
159 ok = 1; in generate_key()
161 if (ok != 1) in generate_key()
170 return ok; in generate_key()
/dragonfly/sys/dev/misc/ipmi/
H A Dipmi_smic.c359 int i, ok; in smic_loop() local
364 ok = 0; in smic_loop()
365 for (i = 0; i < 3 && !ok; i++) in smic_loop()
366 ok = smic_polled_request(sc, req); in smic_loop()
367 if (ok) in smic_loop()
/dragonfly/crypto/libressl/apps/openssl/
H A Ds_cb.c137 verify_callback(int ok, X509_STORE_CTX * ctx) in verify_callback() argument
153 if (!ok) { in verify_callback()
158 ok = 1; in verify_callback()
160 ok = 0; in verify_callback()
195 if (err == X509_V_OK && ok == 2) in verify_callback()
198 BIO_printf(bio_err, "verify return:%d\n", ok); in verify_callback()
199 return (ok); in verify_callback()
H A Dca.c1633 ok = 0; in certify()
1642 ok = 0; in certify()
1647 ok = 0; in certify()
1696 ok = 0; in certify_cert()
1701 ok = 0; in certify_cert()
2213 ok = 0; in do_body()
2219 ok = 0; in do_body()
2281 ok = 1; in do_body()
2566 ok = 1; in do_revoke()
2609 ok = 1; in get_certificate_status()
[all …]
/dragonfly/tools/regression/bin/sh/expansion/
H A Dassign1.06 ok=''
17 ok=x$ok
H A Dplus-minus3.06 ok=''
17 ok=x$ok
H A Dtrim2.06 ok=''
17 ok=x$ok
/dragonfly/games/hack/
H A Dhack.bones.c147 int fd, x, y, ok; in getbones() local
155 if ((ok = uptodate(fd)) != 0) { in getbones()
170 return (ok); in getbones()
/dragonfly/contrib/diffutils/lib/
H A Dmktime.c286 long_int ok = 0; in ranged_convert() local
294 long_int mid = long_int_avg (ok, bad); in ranged_convert()
295 if (mid == ok || mid == bad) in ranged_convert()
298 ok = mid, oktm = *tp; in ranged_convert()
307 *t = ok; in ranged_convert()
/dragonfly/crypto/libressl/crypto/x509/
H A Dby_dir.c276 int ok = 0; in get_cert_by_subject() local
383 ok = 0; in get_cert_by_subject()
392 ok = 0; in get_cert_by_subject()
403 ok = 1; in get_cert_by_subject()
411 return ok; in get_cert_by_subject()
/dragonfly/sys/kern/
H A Duipc_mbuf2.c135 goto ok; in m_pulldown()
154 goto ok; in m_pulldown()
186 goto ok; in m_pulldown()
196 goto ok; in m_pulldown()
221 ok: in m_pulldown()
/dragonfly/test/nvmm/demo/smallkern/
H A Dconsole.c45 void print_state(bool ok, char *buf) in print_state() argument
48 if (ok) in print_state()
/dragonfly/contrib/mpfr/src/
H A Dlngamma.c191 int ok, inex1, inex2; in GAMMA_FUNC() local
233 ok = SAME_SIGN (inex1, inex2) && mpfr_cmp (l, h) == 0; in GAMMA_FUNC()
234 if (ok) in GAMMA_FUNC()
239 if (ok) in GAMMA_FUNC()
692 int ok, inex2; in mpfr_lgamma() local
716 ok = SAME_SIGN (inex, inex2) && mpfr_equal_p (l, h); in mpfr_lgamma()
717 if (ok) in mpfr_lgamma()
723 if (ok) in mpfr_lgamma()
H A Derf.c77 int ok, inex2; in mpfr_erf() local
101 ok = SAME_SIGN (inex, inex2) && mpfr_cmp (l, h) == 0; in mpfr_erf()
102 if (ok) in mpfr_erf()
106 if (ok) in mpfr_erf()
/dragonfly/tools/regression/bin/sh/builtins/
H A Dtrap6.04 ${SH} -c 'trap "echo ok; exit" USR1; kill -USR1 $$' &
9 [ "$v" = "ok" ] && { [ "$r" = "USR1" ] || [ "$r" = "usr1" ]; }
/dragonfly/contrib/nvi2/catalog/
H A Dtr_TR.UTF-8.base39 040 "Ekran sütun sayısı çok küçük, şundan daha az: %d"
40 041 "Ekran sütun sayısı çok büyük, şundan daha çok: %d"
41 042 "Ekran satır sayısı çok küçük, şundan daha az: %d"
42 043 "Ekran satır sayısı çok büyük, şundan daha çok: %d"
132 144 "%s: Çok fazla dosya adına genişletilmiş"
169 182 "Ortaya çıkan sayı çok büyük"
170 183 "Ortaya çıkan sayı çok küçük"
200 214 "'windows' seçeneği değeri çok büyük, en çok %u olabilir"
243 258 "%s çok fazla dosya adına genişletilmiş"
275 292 "Ekran çok küçük."
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dtypeck2.c785 ok = false; in check_narrowing()
798 ok = false; in check_narrowing()
813 ok = false; in check_narrowing()
816 ok = false; in check_narrowing()
827 ok = true; in check_narrowing()
831 if (!ok) in check_narrowing()
1768 bool ok; in add_exception_specifier() local
1785 ok = true; in add_exception_specifier()
1789 ok = true; in add_exception_specifier()
1791 ok = true; in add_exception_specifier()
[all …]
/dragonfly/libexec/rpc.rquotad/
H A Drquotad.c67 int ok; in main() local
95 ok = svc_reg(transp, RQUOTAPROG, RQUOTAVERS, in main()
98 ok = svc_create(rquota_service, in main()
100 if (!ok) { in main()
/dragonfly/crypto/libressl/ssl/
H A Dssl_ciph.c950 int j, multi, found, rule, retval, ok, buflen; in ssl_cipher_process_rulestr() local
1154 ok = 0; in ssl_cipher_process_rulestr()
1156 ok = ssl_cipher_strength_sort(head_p, tail_p); in ssl_cipher_process_rulestr()
1163 ok = 1; in ssl_cipher_process_rulestr()
1170 if (ok == 0) in ssl_cipher_process_rulestr()
1208 int ok, num_of_ciphers, num_of_alias_max, num_of_group_aliases; in STACK_OF() local
1325 ok = 1; in STACK_OF()
1328 ok = ssl_cipher_process_rulestr(SSL_DEFAULT_CIPHER_LIST, in STACK_OF()
1335 if (ok && (strlen(rule_p) > 0)) in STACK_OF()
1336 ok = ssl_cipher_process_rulestr(rule_p, &head, &tail, ca_list, in STACK_OF()
[all …]
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/binder/
H A Dsupplicant.cpp75 status = android::binder::Status::ok(); in CreateInterface()
99 return android::binder::Status::ok(); in RemoveInterface()
124 return android::binder::Status::ok(); in GetInterface()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtlink.c656 int ok = 0; in scan_linker_output() local
709 ok = 1; in scan_linker_output()
750 if (q && (ok in scan_linker_output()
779 ok = true; in scan_linker_output()
792 ok = start_tweaking (sym); in scan_linker_output()
796 ok = start_tweaking (sym); in scan_linker_output()
800 if (!ok) in scan_linker_output()

12345678910>>...17