Searched refs:ok (Results 201 - 225 of 403) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/tcsh/
H A Dglob.c702 int ok, negate_range; local
738 ok = 0;
757 ok = 1;
759 ok = 1;
766 if (ok == negate_range)
/freebsd-11-stable/crypto/openssl/ssl/
H A Dssl_ciph.c1160 int j, multi, found, rule, retval, ok, buflen; local
1373 ok = 0;
1375 ok = ssl_cipher_strength_sort(head_p, tail_p);
1379 if (ok == 0)
1478 int ok, num_of_ciphers, num_of_alias_max, num_of_group_aliases; local
1609 ok = 1;
1612 ok = ssl_cipher_process_rulestr(SSL_DEFAULT_CIPHER_LIST,
1619 if (ok && (strlen(rule_p) > 0))
1620 ok = ssl_cipher_process_rulestr(rule_p, &head, &tail, ca_list);
1624 if (!ok) { /* Rul
[all...]
/freebsd-11-stable/contrib/gcc/cp/
H A Dtypeck2.c704 /* In C it is ok to subtract 1 from the length of the string
705 because it's ok to ignore the terminating null char that is
1381 bool ok;
1398 ok = true;
1400 ok = is_ptr;
1402 ok = true;
1404 ok = true;
1407 ok = true;
1416 if (ok)
1375 bool ok; local
/freebsd-11-stable/contrib/groff/src/libs/libdriver/
H A Dinput.cpp1123 bool ok = true; local
1137 ok = false;
1141 return ok;
1154 bool ok = skip_line_checked(); local
1155 if (!ok) {
1172 bool ok = skip_line_checked(); local
1173 if (!ok) {
/freebsd-11-stable/contrib/groff/src/preproc/html/
H A Dpre-html.cpp1358 // This should be ok for most Win32 systems and is preferred to `fork'
1708 int ok = 1; local
1736 ok = do_file(argv[i]);
1737 if (!ok)
1748 ok = inputFile.do_image(argc, argv);
1749 if (ok == 0) {
1751 ok = inputFile.do_html(argc, argv);
1753 return ok;
/freebsd-11-stable/contrib/amd/amd/
H A Dopts.c695 /* all is ok */
1461 int ok = TRUE; local
1504 if ((ok = split_opts(fs_static.fs_glob, key))) {
1505 dlog("global split_opts ok");
1509 if ((ok = eval_selectors(fs_static.fs_local, key))) {
1510 dlog("local eval_selectors ok");
1512 ok = split_opts(fs_static.fs_local, key);
1513 if (ok)
1514 dlog("local split_opts ok");
1529 if (ok
[all...]
/freebsd-11-stable/sys/dev/iscsi/
H A Dicl_soft.c819 int ok; local
830 ok = m_append(request->ip_bhs_mbuf, sizeof(digest),
832 if (ok != 1) {
841 ok = m_append(request->ip_data_mbuf, padding,
843 if (ok != 1) {
852 ok = m_append(request->ip_data_mbuf, sizeof(digest),
854 if (ok != 1) {
/freebsd-11-stable/contrib/gcc/
H A Dpretty-print.c525 bool ok; local
528 ok = pp_format_decoder (pp) (pp, text, p,
530 gcc_assert (ok);
H A Dtlink.c621 int ok = 0;
673 ok = 1;
711 if (q && (ok
617 int ok = 0; local
/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dcodecvt_specializations.h363 __ret = codecvt_base::ok;
405 __ret = codecvt_base::ok;
468 __ret = codecvt_base::ok;
/freebsd-11-stable/contrib/gdb/gdb/
H A Dwin32-nat.c225 check (BOOL ok, const char *file, int line) argument
227 if (!ok)
432 BOOL ok; local
459 ok = (*psapi_EnumProcessModules) (current_process_handle,
464 if (!ok || !cbNeeded)
471 ok = (*psapi_EnumProcessModules) (current_process_handle,
475 if (!ok)
1580 BOOL ok; local
1594 ok = DebugActiveProcess (pid);
1597 if (!ok)
[all...]
/freebsd-11-stable/lib/libc/rpc/
H A Dauth_des.c428 int ok; local
432 ok = __rpc_get_time_offset(&ad->ad_timediff, ad->ad_nis_srvr,
435 if (! ok) {
/freebsd-11-stable/crypto/openssh/regress/
H A DMakefile144 awk '{print $$2}' | diff - ${.CURDIR}/t4.ok
148 awk '{print $$2}' | diff - ${.CURDIR}/t5.ok
190 awk '{print $$2}' | diff - ${.CURDIR}/t11.ok
/freebsd-11-stable/crypto/openssl/crypto/ecdsa/
H A Decs_ossl.c254 int ok = 0, i; local
362 ok = 1;
364 if (!ok) {
/freebsd-11-stable/contrib/wpa/src/eap_common/
H A Deap_pwd_common.c370 int ok = 1; local
375 ok = 0;
377 return ok;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp131 bool ok = UriParser::Parse(platform_uri, platform_scheme, platform_ip, local
133 UNUSED_IF_ASSERT_DISABLED(ok);
134 assert(ok);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Rewrite/
H A DRewriter.cpp417 // which is later accessible via getStream() if ok() return true.
438 if (!ok()) return;
452 bool ok() { return (bool)FileStream; } function in class:__anon572::AtomicallyMovedFile
472 if (File.ok()) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DSocket.cpp293 bool ok = false; local
294 port = StringConvert::ToUInt32(port_str.c_str(), UINT32_MAX, 10, &ok);
295 if (ok && port <= UINT16_MAX) {
/freebsd-11-stable/bin/pax/
H A Dpat_rep.c334 * ok we matched a directory and we are allowing
570 int ok = 0; local
585 ok = 1;
588 ok = 1;
590 return (ok == negate ? NULL : pattern);
745 * ok the name changed. We may run into links that point at this
763 * 0 if ok, -1 if failure (name too long)
790 * 0 if ok, -1 if the final name is too long
903 * ok we found one. We have three parts, the prefix
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_misc.c631 HAL_BOOL ok; local
642 ok = ath_hal_eepromRead(ah, *(const uint16_t *)args, *result);
644 if (ok)
646 return ok;
/freebsd-11-stable/sys/dev/sound/isa/
H A Dad1816.c522 int ok = 1, pdma, rdma; local
537 if (!ad1816->io_base || !ad1816->drq1 || !ad1816->irq) ok = 0;
539 if (ok) {
553 return ok;
/freebsd-11-stable/crypto/openssl/apps/
H A Ds_apps.h158 int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx);
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dgas_query_ap.c207 const u8 *data, size_t data_len, int ok)
214 " ok=%d - no query in progress", MAC2STR(dst), ok);
222 " ok=%d query=%p dialog_token=%u dur=%d ms",
223 MAC2STR(dst), ok, query, query->dialog_token, dur);
231 if (!ok) {
206 gas_query_ap_tx_status(struct gas_query_ap *gas, const u8 *dst, const u8 *data, size_t data_len, int ok) argument
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dap.h48 void ap_mgmt_tx_cb(void *ctx, const u8 *buf, size_t len, u16 stype, int ok);
/freebsd-11-stable/sys/kern/
H A Dkern_procctl.c598 int error, first_error, ok; local
689 ok = 0;
700 ok = 1;
704 if (ok)

Completed in 407 milliseconds

1234567891011>>