Home
last modified time | relevance | path

Searched refs:ret (Results 2076 – 2100 of 5042) sorted by relevance

1...<<81828384858687888990>>...202

/freebsd/crypto/openssl/crypto/dh/
H A Ddh_ameth.c166 int ret = 0; in dh_priv_decode() local
170 ret = 1; in dh_priv_decode()
174 return ret; in dh_priv_decode()
335 DH *ret; in DHparams_dup() local
336 ret = DH_new(); in DHparams_dup()
337 if (ret == NULL) in DHparams_dup()
340 DH_free(ret); in DHparams_dup()
343 return ret; in DHparams_dup()
546 int ret; in dh_pkey_copy() local
555 if (!ret) in dh_pkey_copy()
[all …]
/freebsd/crypto/openssl/engines/asm/
H A De_padlock-x86.pl112 &ret ();
127 &ret ();
147 &ret ();
160 &ret ();
166 &ret ();
183 &ret ();
437 &ret ();
449 &ret ();
487 &ret ();
514 &ret ();
[all …]
/freebsd/contrib/openpam/lib/libpam/
H A Dopenpam_vasprintf.c47 int len, ret; in openpam_vasprintf() local
53 ret = vsnprintf(*str, len + 1, fmt, apcopy); in openpam_vasprintf()
55 return (ret); in openpam_vasprintf()
/freebsd/lib/libc/gen/
H A Dinitgroups.c45 int ngroups, ret; in initgroups() local
59 ret = setgroups(ngroups, groups); in initgroups()
61 return (ret); in initgroups()
H A Dsiginterrupt.c46 int ret; in siginterrupt() local
48 if ((ret = __libc_sigaction(sig, (struct sigaction *)0, &sa)) < 0) in siginterrupt()
49 return (ret); in siginterrupt()
/freebsd/crypto/openssl/crypto/evp/
H A Dp_dec.c24 int ret = -1; in EVP_PKEY_decrypt_old() local
36 ret = in EVP_PKEY_decrypt_old()
39 return ret; in EVP_PKEY_decrypt_old()
H A Dp_enc.c24 int ret = 0; in EVP_PKEY_encrypt_old() local
36 ret = in EVP_PKEY_encrypt_old()
39 return ret; in EVP_PKEY_encrypt_old()
/freebsd/contrib/wpa/src/utils/
H A Dutils_module_tests.c256 int ret = 0; in ext_password_tests() local
270 ret = -1; in ext_password_tests()
277 ret = -1; in ext_password_tests()
280 return ret; in ext_password_tests()
1079 ret = -1; in const_time_tests()
1091 ret = -1; in const_time_tests()
1103 ret = -1; in const_time_tests()
1109 ret = -1; in const_time_tests()
1122 ret = -1; in const_time_tests()
1135 ret = -1; in const_time_tests()
[all …]
/freebsd/contrib/sendmail/libsm/
H A Dfprintf.c47 int ret; local
52 ret = sm_io_vfprintf(fp, timeout, fmt, ap);
54 return ret;
H A Dfscanf.c47 int ret; local
52 ret = sm_vfscanf(fp, timeout, fmt, ap);
54 return ret;
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211_monitor.c107 int ret; in handle_monitor_read() local
124 ret = ieee80211_radiotap_iterator_next(&iter); in handle_monitor_read()
125 if (ret == -ENOENT) in handle_monitor_read()
127 if (ret) { in handle_monitor_read()
129 ret); in handle_monitor_read()
367 int ret; in nl80211_create_monitor_interface() local
370 ret = os_snprintf(buf, IFNAMSIZ, "mon.%s", in nl80211_create_monitor_interface()
372 if (ret >= (int) sizeof(buf)) in nl80211_create_monitor_interface()
376 else if (ret < 0) in nl80211_create_monitor_interface()
377 return ret; in nl80211_create_monitor_interface()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DDeclVendor.cpp20 std::vector<CompilerType> ret; in FindTypes() local
26 ret.push_back(type); in FindTypes()
27 return ret; in FindTypes()
/freebsd/contrib/wireguard-tools/
H A Dset.c18 int ret = 1; in set_main() local
36 ret = 0; in set_main()
40 return ret; in set_main()
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_inlines_a.h86 arena_t *ret; in arena_get() local
90 ret = (arena_t *)atomic_load_p(&arenas[ind], ATOMIC_ACQUIRE); in arena_get()
91 if (unlikely(ret == NULL)) { in arena_get()
93 ret = arena_init(tsdn, ind, in arena_get()
97 return ret; in arena_get()
/freebsd/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_str.c129 int ret; in _dwarf_strtab_gen() local
133 if ((ret = _dwarf_section_init(dbg, &ds, ".debug_str", 0, error)) != in _dwarf_strtab_gen()
135 return (ret); in _dwarf_strtab_gen()
156 ret = _dwarf_section_callback(dbg, ds, SHT_PROGBITS, 0, 0, 0, error); in _dwarf_strtab_gen()
158 return (ret); in _dwarf_strtab_gen()
/freebsd/sys/contrib/dev/iwlwifi/fw/
H A Dsmem.c88 int ret; in iwl_get_shared_mem_conf() local
96 ret = iwl_trans_send_cmd(fwrt->trans, &cmd); in iwl_get_shared_mem_conf()
98 if (ret) { in iwl_get_shared_mem_conf()
99 WARN(ret != -ERFKILL, in iwl_get_shared_mem_conf()
100 "Could not send the SMEM command: %d\n", ret); in iwl_get_shared_mem_conf()
/freebsd/lib/libiscsiutil/
H A Dlog.c89 int ret; in log_common() local
91 ret = vsnprintf(msgbuf, sizeof(msgbuf), fmt, ap); in log_common()
92 if (ret < 0) { in log_common()
98 ret = strnvis(msgbuf_strvised, sizeof(msgbuf_strvised), msgbuf, VIS_NL); in log_common()
99 if (ret < 0) { in log_common()
/freebsd/crypto/openssl/providers/implementations/include/prov/
H A Ddigestcommon.h68 CTX *ret = ossl_prov_is_running() ? OPENSSL_malloc(sizeof(*ret)) : NULL; \
69 if (ret != NULL) \
70 *ret = *in; \
71 return ret; \
/freebsd/usr.sbin/autofs/
H A Dlog.c91 int ret; in log_common() local
93 ret = vsnprintf(msgbuf, sizeof(msgbuf), fmt, ap); in log_common()
94 if (ret < 0) { in log_common()
100 ret = strnvis(msgbuf_strvised, sizeof(msgbuf_strvised), msgbuf, VIS_NL); in log_common()
101 if (ret < 0) { in log_common()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dmesh_rsn.c260 int ret; in mesh_rsn_auth_init() local
267 if (ret < 0) in mesh_rsn_auth_init()
359 int ret; in mesh_rsn_auth_sae_sta() local
404 if (ret) in mesh_rsn_auth_sae_sta()
405 return ret; in mesh_rsn_auth_sae_sta()
623 return ret; in mesh_rsn_protect_frame()
691 ret = -2; in mesh_rsn_process_ampe()
706 ret = -1; in mesh_rsn_process_ampe()
716 ret = -1; in mesh_rsn_process_ampe()
755 ret = -1; in mesh_rsn_process_ampe()
[all …]
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzio_inject.c195 int ret = 0; in zio_handle_decrypt_injection() local
209 ret = error; in zio_handle_decrypt_injection()
215 return (ret); in zio_handle_decrypt_injection()
256 int ret = 0; in zio_handle_fault_injection() local
296 return (ret); in zio_handle_fault_injection()
312 int ret = 0; in zio_handle_label_injection() local
344 return (ret); in zio_handle_label_injection()
366 int ret = 0; in zio_handle_device_injection_impl() local
452 return (ret); in zio_handle_device_injection_impl()
995 int ret; in zio_inject_list_next() local
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_ptrauth.h20 unsigned long ret; in ptrauth_strip() local
25 : "=r"(ret) in ptrauth_strip()
28 return ret; in ptrauth_strip()
/freebsd/contrib/mandoc/
H A Dmandoc_aux.c38 int ret; in mandoc_asprintf() local
41 ret = vasprintf(dest, fmt, ap); in mandoc_asprintf()
44 if (ret == -1) in mandoc_asprintf()
46 return ret; in mandoc_asprintf()
/freebsd/contrib/wpa/src/ap/
H A Dtkip_countermeasures.c72 int ret = 0; in michael_mic_failure() local
93 return ret; in michael_mic_failure()
104 ret = 1; in michael_mic_failure()
109 return ret; in michael_mic_failure()
/freebsd/crypto/heimdal/lib/wind/
H A Dstringprep.py79 ret = []
86 ret.append(last)
91 ret.append(last)
92 return ret

1...<<81828384858687888990>>...202