/freebsd/crypto/openssl/test/ |
H A D | ssl_test.c | 34 static int check_result(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_result() 45 static int check_alerts(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_alerts() 103 static int check_protocol(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_protocol() 124 static int check_servername(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_servername() 135 static int check_session_ticket(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_session_ticket() 149 static int check_session_id(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_session_id() 162 static int check_compression(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_compression() 169 static int check_npn(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_npn() 182 static int check_alpn(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_alpn() 194 static int check_session_ticket_app_data(HANDSHAKE_RESULT *result, in check_session_ticket_app_data() [all …]
|
/freebsd/sys/nlm/ |
H A D | nlm_prot_server.c | 121 nlm_sm_notify_0_svc(struct nlm_sm_status *argp, void *result, struct svc_req *rqstp) in nlm_sm_notify_0_svc() 129 nlm_test_1_svc(struct nlm_testargs *argp, nlm_testres *result, struct svc_req *rqstp) in nlm_test_1_svc() 153 nlm_lock_1_svc(struct nlm_lockargs *argp, nlm_res *result, struct svc_req *rqstp) in nlm_lock_1_svc() 174 nlm_cancel_1_svc(struct nlm_cancargs *argp, nlm_res *result, struct svc_req *rqstp) in nlm_cancel_1_svc() 193 nlm_unlock_1_svc(struct nlm_unlockargs *argp, nlm_res *result, struct svc_req *rqstp) in nlm_unlock_1_svc() 210 nlm_granted_1_svc(struct nlm_testargs *argp, nlm_res *result, struct svc_req *rqstp) in nlm_granted_1_svc() 228 nlm_test_msg_1_svc(struct nlm_testargs *argp, void *result, struct svc_req *rqstp) in nlm_test_msg_1_svc() 260 nlm_lock_msg_1_svc(struct nlm_lockargs *argp, void *result, struct svc_req *rqstp) in nlm_lock_msg_1_svc() 290 nlm_cancel_msg_1_svc(struct nlm_cancargs *argp, void *result, struct svc_req *rqstp) in nlm_cancel_msg_1_svc() 318 nlm_unlock_msg_1_svc(struct nlm_unlockargs *argp, void *result, struct svc_req *rqstp) in nlm_unlock_msg_1_svc() [all …]
|
/freebsd/usr.sbin/ypserv/ |
H A D | yp_server.c | 76 static char * result; in ypproc_null_2_svc() local 94 static bool_t result; local 116 static bool_t result; local 136 static ypresp_val result; local 207 static ypresp_key_val result; local 239 static ypresp_key_val result; local 321 static ypresp_xfr result; local 426 static char * result; local 488 static ypresp_all result; local 575 static ypresp_master result; local [all …]
|
/freebsd/include/ |
H A D | stdckdint.h | 15 #define ckd_add(result, a, b) \ argument 18 #define ckd_add(result, a, b) \ argument 23 #define ckd_sub(result, a, b) \ argument 26 #define ckd_sub(result, a, b) \ argument 31 #define ckd_mul(result, a, b) \ argument 34 #define ckd_mul(result, a, b) \ argument
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 926 const char *result = lua_tostring(L, idx); variable 1501 int result = SWIG_ERROR; in SWIG_Lua_iterate_bases() local 1691 int result; in SWIG_Lua_class_get() local 1782 int result; in SWIG_Lua_class_set() local 1850 int result; in SWIG_Lua_class_equal() local 2143 int result = 0; in SWIG_Lua_do_resolve_metamethod() local 2179 int result; in SWIG_Lua_resolve_metamethod() local 2593 void *result = 0; in SWIG_Lua_MustGetPtr() local 3889 std::string *result = 0 ; in _wrap_new_string__SWIG_0() local 3907 std::string *result = 0 ; in _wrap_new_string__SWIG_1() local [all …]
|
/freebsd/usr.sbin/nscd/ |
H A D | query.c | 250 ssize_t result; in on_rw_mapper() local 306 ssize_t result; in on_write_request_read1() local 366 ssize_t result; in on_write_request_read2() local 551 ssize_t result; on_write_response_write1() local 583 ssize_t result; on_read_request_read1() local 632 ssize_t result; on_read_request_read2() local 833 ssize_t result; on_read_response_write1() local 869 ssize_t result; on_read_response_write2() local 903 ssize_t result; on_transform_request_read1() local 954 ssize_t result; on_transform_request_read2() local 1070 ssize_t result; on_transform_response_write1() local 1109 ssize_t result; query_io_buffer_read() local 1148 ssize_t result; query_io_buffer_write() local 1184 ssize_t result; query_socket_read() local 1206 ssize_t result; query_socket_write() local [all...] |
H A D | mp_ws_query.c | 94 ssize_t result; in on_mp_write_session_request_read1() local 137 ssize_t result; in on_mp_write_session_request_read2() local 260 ssize_t result; in on_mp_write_session_response_write1() local 294 ssize_t result; in on_mp_write_session_mapper() local 350 ssize_t result; in on_mp_write_session_write_request_read1() local 388 ssize_t result; in on_mp_write_session_write_request_read2() local 443 ssize_t result; in on_mp_write_session_write_response_write1() local
|
H A D | mp_rs_query.c | 93 ssize_t result; in on_mp_read_session_request_read1() local 132 ssize_t result; in on_mp_read_session_request_read2() local 329 ssize_t result; in on_mp_read_session_response_write1() local 364 ssize_t result; in on_mp_read_session_mapper() local 452 ssize_t result; in on_mp_read_session_read_response_write1() local 492 ssize_t result; in on_mp_read_session_read_response_write2() local
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | hashed_db.c | 66 DB *result = 0; in find_connection() local 121 DB *result = 0; in _nc_db_open() local 185 int result; in _nc_db_close() local 207 int result; in _nc_db_put() local 226 int result; in _nc_db_get() local 245 int result; in _nc_db_first() local 267 int result; in _nc_db_next() local 289 bool result = FALSE; in _nc_db_have_index() local 312 bool result = FALSE; in _nc_db_have_data() local
|
H A D | access.c | 68 char *result = _nc_basename(path); in NCURSES_EXPORT() local 132 int result; in _nc_access() local 164 bool result = FALSE; in _nc_is_dir_path() local 177 bool result = FALSE; in _nc_is_file_path() local 232 int result = TRUE; in _nc_env_access() local 256 FILE *result = NULL; in _nc_safe_fopen() local 272 int result = -1; in _nc_safe_open3() local
|
H A D | lib_raw.c | 84 int result = ERR; in NCURSES_EXPORT() local 140 int result = ERR; in NCURSES_SP_NAME() local 194 int result; in NCURSES_SP_NAME() local 223 int result = ERR; in NCURSES_SP_NAME() local 278 int result = ERR; in NCURSES_SP_NAME() local 325 int result; in NCURSES_SP_NAME() local 361 int result = ERR; in NCURSES_SP_NAME() local
|
H A D | obsolete.c | 67 char *result = 0; in _nc_strdup() local 265 bool result = FALSE; in oom_check() local 291 char *result = (oom_check() in _nc_oom_malloc() local 301 char *result = (oom_check() in _nc_oom_calloc() local 311 char *result = (oom_check() in _nc_oom_realloc() local 329 char *result = (oom_check() in _nc_oom_strdup() local
|
/freebsd/lib/libutil/tests/ |
H A D | flopen_test.c | 48 const char *result = NULL; in test_flopen_create() local 69 const char *result = NULL; in test_flopen_open() local 95 const char *result = NULL; in test_flopen_lock_self() local 121 const char *result = NULL; in test_flopen_lock_other() local 152 const char *result = NULL; in test_flopen_lock_child() local 193 const char *result; in main() local
|
/freebsd/lib/msun/tests/ |
H A D | invctrig_test.c | 56 #define test_p(func, z, result, exceptmask, excepts, checksign) do { \ argument 70 #define test_p_tol(func, z, result, tol) do { \ argument 77 #define test(func, z, result, exceptmask, excepts, checksign) do { \ argument 81 #define test_tol(func, z, result, tol) do { \ argument 87 #define testall(func, x, result, exceptmask, excepts, checksign) do { \ argument 91 #define testall_odd(func, x, result, exceptmask, excepts, checksign) do { \ argument 95 #define testall_even(func, x, result, exceptmask, excepts, checksign) do { \ argument 104 #define testall_tol(func, x, result, tol) do { \ argument 108 #define testall_odd_tol(func, x, result, tol) do { \ argument 112 #define testall_even_tol(func, x, result, tol) do { \ argument
|
H A D | ctrig_test.c | 56 #define test_p(func, z, result, exceptmask, excepts, checksign) \ argument 74 #define test_p_tol(func, z, result, tol) do { \ argument 81 #define test(func, z, result, exceptmask, excepts, checksign) do { \ argument 85 #define test_tol(func, z, result, tol) do { \ argument 89 #define test_odd_tol(func, z, result, tol) do { \ argument 93 #define test_even_tol(func, z, result, tol) do { \ argument 99 #define testall(func, x, result, exceptmask, excepts, checksign) do { \ argument 103 #define testall_odd(func, x, result, exceptmask, excepts, checksign) do { \ argument 107 #define testall_even(func, x, result, exceptmask, excepts, checksign) do { \ argument 116 #define testall_tol(func, x, result, tol) do { \ argument [all …]
|
H A D | invtrig_test.c | 52 #define test_tol(func, x, result, tol, excepts) do { \ argument 59 #define test(func, x, result, excepts) \ argument 62 #define _testall_tol(prefix, x, result, tol, excepts) do { \ argument 72 #define testall_tol(prefix, x, result, tol, excepts) do { \ argument 79 #define testall(prefix, x, result, excepts) \ argument 82 #define test2_tol(func, y, x, result, tol, excepts) do { \ argument 89 #define test2(func, y, x, result, excepts) \ argument 92 #define _testall2_tol(prefix, y, x, result, tol, excepts) do { \ argument 102 #define testall2_tol(prefix, y, x, result, tol, excepts) do { \ argument 109 #define testall2(prefix, y, x, result, excepts) \ argument
|
/freebsd/contrib/sendmail/libsm/ |
H A D | mpeix.c | 102 int result; local 146 int result; local 175 int result; local 203 int len, result; in sendmail_mpe_fcntl() local 269 struct passwd *result = NULL; local 333 struct passwd *result; local 611 int result; local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerInterceptors.cpp | 154 int result = REAL(bcmp)(s1, s2, n); in DEFINE_REAL() local 162 int result = REAL(memcmp)(s1, s2, n); in memcmp() local 170 int result = REAL(strncmp)(s1, s2, n); in strncmp() local 178 int result = REAL(strcmp)(s1, s2); in strcmp() local 185 int result = REAL(strncasecmp)(s1, s2, n); in strncasecmp() local 192 int result = REAL(strcasecmp)(s1, s2); in strcasecmp() local 200 char *result = REAL(strstr)(s1, s2); in strstr() local 207 char *result = REAL(strcasestr)(s1, s2); in strcasestr() local 215 void *result = REAL(memmem)(s1, len1, s2, len2); in memmem() local
|
/freebsd/stand/ficl/ |
H A D | math64.c | 319 DPUNS result; in m64UMod() local 357 DPUNS result; in m64Add() local 382 DPUNS result; in m64Sub() local 402 DPUNS result; in m64ASL() local 422 DPUNS result; in m64ASR() local 441 DPUNS result; in m64Or() local 456 int result; in m64Compare() local 495 DPUNS result = { 0, 0 }; in ficlLongMul() local 522 UNSQR result; in ficlLongDiv() local
|
/freebsd/contrib/dialog/ |
H A D | buttons.c | 59 int result; in string_to_char() local 95 size_t result = 0; in count_labels() local 110 int result = FALSE; in was_hotkey() local 135 int *result = 0; in get_hotkeys() local 239 int result = 0; in dlg_button_count() local 289 int result; in dlg_button_x_step() local 471 int result = DLG_EXIT_UNKNOWN; in dlg_char_to_button() local 557 const char **result; in dlg_exit_label() local 588 int result; in dlg_exit_buttoncode() local 662 int result = DLG_EXIT_ERROR; in dlg_ok_buttoncode() local [all …]
|
/freebsd/sys/dev/vmware/vmci/ |
H A D | vmci_qpair.c | 219 int result; in vmci_qpair_detach() local 348 int64_t result; in vmci_qpair_produce_free_space() local 386 int64_t result; in vmci_qpair_consume_free_space() local 424 int64_t result; in vmci_qpair_produce_buf_ready() local 462 int64_t result; in vmci_qpair_consume_buf_ready() local 503 ssize_t result; in enqueue() local 576 ssize_t result; in dequeue() local 641 ssize_t result; in vmci_qpair_enqueue() local 676 ssize_t result; in vmci_qpair_dequeue() local 712 ssize_t result; in vmci_qpair_peek() local [all …]
|
H A D | vmci_driver.c | 142 int result; in vmci_util_check_host_capabilities() local 191 bool result; in vmci_check_host_capabilities() local 272 int result; in vmci_read_datagrams_from_port() local 390 uint32_t result; in vmci_get_context_id() local 421 int result; in vmci_components_init() local
|
/freebsd/lib/libc/net/ |
H A D | nscachedcli.c | 63 size_t result; in safe_write() local 105 size_t result; in safe_read() local 152 ssize_t result; in send_credentials() local 257 int result; in __cached_write() local 309 int result; in __cached_read() local 380 int result; in __open_cached_mp_write_session() local 423 int request, result; in __cached_mp_write() local 457 int result; in __abandon_cached_mp_write_session() local 487 int result; in __open_cached_mp_read_session() local 528 int request, result; in __cached_mp_read() local
|
/freebsd/contrib/ncurses/ncurses/widechar/ |
H A D | charable.c | 40 bool result; in NCURSES_EXPORT() local 51 int result; in _nc_to_char() local 69 wint_t result; in _nc_to_widechar() local
|
/freebsd/tests/include/ |
H A D | stdckdint_test.c | 15 int result; in ATF_TC_BODY() local 26 int result; in ATF_TC_BODY() local 37 int result; in ATF_TC_BODY() local
|