Home
last modified time | relevance | path

Searched defs:line (Results 1 – 25 of 856) sorted by relevance

12345678910>>...35

/freebsd/contrib/ntp/sntp/unity/
H A Dunity_internals.h579 #define UNITY_TEST_FAIL(line, message) UnityFail( (message), (UNITY_LINE_TYPE)line); argument
580 #define UNITY_TEST_IGNORE(line, message) UnityIgnore( (message), (UNITY_LINE_TYPE)line); argument
645 #define UNITY_TEST_ASSERT_EQUAL_INT64(expected, actual, line, message) UN… argument
646 #define UNITY_TEST_ASSERT_EQUAL_UINT64(expected, actual, line, message) UN… argument
647 #define UNITY_TEST_ASSERT_EQUAL_HEX64(expected, actual, line, message) UN… argument
648 #define UNITY_TEST_ASSERT_EQUAL_INT64_ARRAY(expected, actual, num_elements, line, message) UN… argument
649 #define UNITY_TEST_ASSERT_EQUAL_UINT64_ARRAY(expected, actual, num_elements, line, message) UN… argument
650 #define UNITY_TEST_ASSERT_EQUAL_HEX64_ARRAY(expected, actual, num_elements, line, message) UN… argument
651 #define UNITY_TEST_ASSERT_INT64_WITHIN(delta, expected, actual, line, message) UN… argument
652 #define UNITY_TEST_ASSERT_UINT64_WITHIN(delta, expected, actual, line, message) UN… argument
[all …]
/freebsd/crypto/openssl/test/testutil/
H A Dtests.c27 int line, const char *type, in test_fail_message_prefix()
76 int line, const char *type, in test_fail_message_va()
89 int line, const char *type, in test_fail_message()
109 void test_info(const char *file, int line, const char *desc, ...) in test_info()
128 void test_error(const char *file, int line, const char *desc, ...) in test_error()
161 int test_skip(const char *file, int line, const char *desc, ...) in test_skip()
244 int test_ptr_null(const char *file, int line, const char *s, const void *p) in test_ptr_null()
252 int test_ptr(const char *file, int line, const char *s, const void *p) in test_ptr()
260 int test_true(const char *file, int line, const char *s, int b) in test_true()
268 int test_false(const char *file, int line, const char *s, int b) in test_false()
[all …]
/freebsd/contrib/kyua/utils/logging/
H A Doperations_test.cpp111 std::string line; in ATF_TEST_CASE_BODY() local
142 std::string line; in ATF_TEST_CASE_BODY() local
162 std::string line; in ATF_TEST_CASE_BODY() local
216 std::string line; in ATF_TEST_CASE_BODY() local
254 std::string line; in ATF_TEST_CASE_BODY() local
274 std::string line; in ATF_TEST_CASE_BODY() local
306 std::string line; in ATF_TEST_CASE_BODY() local
H A Dmacros_test.cpp55 std::string line; in ATF_TEST_CASE_BODY() local
71 std::string line; in ATF_TEST_CASE_BODY() local
87 std::string line; in ATF_TEST_CASE_BODY() local
103 std::string line; in ATF_TEST_CASE_BODY() local
/freebsd/contrib/ntp/libntp/lib/isc/
H A Derror.c61 isc_error_unexpected(const char *file, int line, const char *format, ...) { in isc_error_unexpected()
70 isc_error_fatal(const char *file, int line, const char *format, ...) { in isc_error_fatal()
80 isc_error_runtimecheck(const char *file, int line, const char *expression) { in isc_error_runtimecheck()
87 default_unexpected_callback(const char *file, int line, const char *format, in default_unexpected_callback()
97 default_fatal_callback(const char *file, int line, const char *format, in default_fatal_callback()
/freebsd/sys/sys/
H A Dsx.h158 int line) in __sx_xlock()
190 #define sx_xlock_(sx, file, line) \ argument
192 #define sx_xlock_sig_(sx, file, line) \ argument
194 #define sx_xunlock_(sx, file, line) \ argument
197 #define sx_xlock_(sx, file, line) \ argument
199 #define sx_xlock_sig_(sx, file, line) \ argument
201 #define sx_xunlock_(sx, file, line) \ argument
205 #define sx_slock_(sx, file, line) \ argument
209 #define sx_sunlock_(sx, file, line) \ argument
216 #define sx_slock_(sx, file, line) \ argument
[all …]
H A Dmutex.h417 #define mtx_lock_flags_(m, opts, file, line) \ argument
419 #define mtx_unlock_flags_(m, opts, file, line) \ argument
421 #define mtx_lock_spin_flags_(m, opts, file, line) \ argument
423 #define mtx_trylock_spin_flags_(m, opts, file, line) \ argument
425 #define mtx_unlock_spin_flags_(m, opts, file, line) \ argument
428 #define mtx_lock_flags_(m, opts, file, line) \ argument
430 #define mtx_unlock_flags_(m, opts, file, line) \ argument
432 #define mtx_lock_spin_flags_(m, opts, file, line) \ argument
436 #define mtx_unlock_spin_flags_(m, opts, file, line) \ argument
441 #define mtx_assert_(m, what, file, line) \ argument
[all …]
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DDebugMacros.cpp15 DebugMacroEntry::DebugMacroEntry(EntryType type, uint32_t line, in DebugMacroEntry()
29 DebugMacroEntry DebugMacroEntry::CreateDefineEntry(uint32_t line, in CreateDefineEntry()
34 DebugMacroEntry DebugMacroEntry::CreateUndefEntry(uint32_t line, in CreateUndefEntry()
40 DebugMacroEntry::CreateStartFileEntry(uint32_t line, in CreateStartFileEntry()
/freebsd/sbin/ipf/libipf/
H A Dmutex_emul.c19 eMmutex_enter(eMmutex_t *mtx, char *file, int line) in eMmutex_enter()
41 eMmutex_exit(eMmutex_t *mtx, char *file, int line) in eMmutex_exit()
63 eMmutex_init(eMmutex_t *mtx, char *who, char *file, int line) in eMmutex_init()
87 eMmutex_destroy(eMmutex_t *mtx, char *file, int line) in eMmutex_destroy()
H A Drwlock_emul.c14 void eMrwlock_read_enter(eMrwlock_t *rw, char *file, int line) in eMrwlock_read_enter()
33 void eMrwlock_write_enter(eMrwlock_t *rw, char *file, int line) in eMrwlock_write_enter()
52 void eMrwlock_try_upgrade(eMrwlock_t *rw, char *file, int line) in eMrwlock_try_upgrade()
70 void eMrwlock_downgrade(eMrwlock_t *rw, char *file, int line) in eMrwlock_downgrade()
/freebsd/contrib/libarchive/libarchive/test/
H A Dmain.c216 unsigned int line, uintptr_t pReserved) in invalid_parameter_handler()
328 assertion_count(const char *file, int line) in assertion_count()
346 static struct line { struct
354 failure_start(const char *filename, int line, const char *fmt, ...) in failure_start()
474 assertion_equal_int(const char *file, int line, in assertion_equal_int()
759 assertion_equal_mem(const char *file, int line, in assertion_equal_mem()
1203 is_hardlink(const char *file, int line, in is_hardlink()
1274 assertion_file_time(const char *file, int line, in assertion_file_time()
1587 is_symlink(const char *file, int line, in is_symlink()
1670 assertion_make_file(const char *file, int line, in assertion_make_file()
[all …]
/freebsd/crypto/openssh/regress/unittests/test_helper/
H A Dtest_helper.c294 ssl_err_check(const char *file, int line) in ssl_err_check()
341 test_header(const char *file, int line, const char *a1, const char *a2, in test_header()
403 assert_mem(const char *file, int line, const char *a1, const char *a2, in assert_mem()
443 assert_mem_filled(const char *file, int line, const char *a1, in assert_mem_filled()
470 assert_int(const char *file, int line, const char *a1, const char *a2, in assert_int()
503 assert_long(const char *file, int line, const char *a1, const char *a2, in assert_long()
540 assert_u8(const char *file, int line, const char *a1, const char *a2, in assert_u8()
551 assert_u16(const char *file, int line, const char *a1, const char *a2, in assert_u16()
562 assert_u32(const char *file, int line, const char *a1, const char *a2, in assert_u32()
573 assert_u64(const char *file, int line, const char *a1, const char *a2, in assert_u64()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dint_util.c26 void __compilerrt_abort_impl(const char *file, int line, const char *function) { in __compilerrt_abort_impl()
38 void __compilerrt_abort_impl(const char *file, int line, const char *function) { in __compilerrt_abort_impl()
52 void __compilerrt_abort_impl(const char *file, int line, const char *function) { in __compilerrt_abort_impl()
/freebsd/crypto/openssl/crypto/
H A Dmem.c177 void *CRYPTO_malloc(size_t num, const char *file, int line) in CRYPTO_malloc()
199 void *CRYPTO_zalloc(size_t num, const char *file, int line) in CRYPTO_zalloc()
210 void *CRYPTO_realloc(void *str, size_t num, const char *file, int line) in CRYPTO_realloc()
229 const char *file, int line) in CRYPTO_clear_realloc()
255 void CRYPTO_free(void *str, const char *file, int line) in CRYPTO_free()
266 void CRYPTO_clear_free(void *str, size_t num, const char *file, int line) in CRYPTO_clear_free()
290 int CRYPTO_mem_debug_push(const char *info, const char *file, int line) in CRYPTO_mem_debug_push()
302 const char *file, int line) in CRYPTO_mem_debug_malloc()
308 const char *file, int line) in CRYPTO_mem_debug_realloc()
314 const char *file, int line) in CRYPTO_mem_debug_free()
/freebsd/lib/libulog/
H A Dulog_login.c39 ulog_fill(struct utmpx *utx, const char *line) in ulog_fill()
63 ulog_login(const char *line, const char *user, const char *host) in ulog_login()
76 ulog_logout(const char *line) in ulog_logout()
/freebsd/sys/kern/
H A Dkern_sema.c75 _sema_post(struct sema *sema, const char *file, int line) in _sema_post()
90 _sema_wait(struct sema *sema, const char *file, int line) in _sema_wait()
108 _sema_timedwait(struct sema *sema, int timo, const char *file, int line) in _sema_timedwait()
142 _sema_trywait(struct sema *sema, const char *file, int line) in _sema_trywait()
H A Dkern_mutex.c260 __mtx_lock_flags(volatile uintptr_t *c, int opts, const char *file, int line) in __mtx_lock_flags()
320 int line) in __mtx_lock_spin_flags()
361 int line) in __mtx_trylock_spin_flags()
389 int line) in __mtx_unlock_spin_flags()
492 int line) in __mtx_lock_sleep()
706 const char *file, int line) in _mtx_lock_spin_cookie()
807 thread_lock_validate(struct mtx *m, int opts, const char *file, int line) in thread_lock_validate()
822 #define thread_lock_validate(m, opts, file, line) do { } while (0) argument
828 _thread_lock(struct thread *td, int opts, const char *file, int line) in _thread_lock()
865 thread_lock_flags_(struct thread *td, int opts, const char *file, int line) in thread_lock_flags_()
[all …]
/freebsd/tests/sys/netgraph/
H A Dutil.c72 char const *file, size_t line) in _ng_connect()
88 char const *file, size_t line) in _ng_mkpeer()
103 char const *file, size_t line) in _ng_rmhook()
116 char const *file, size_t line) in _ng_name()
129 char const *file, size_t line) in _ng_shutdown()
150 char const *file, size_t line) in _ng_send_data()
232 char const *file, size_t line) in _ng_send_msg()
250 _ng_init(char const *file, size_t line) in _ng_init()
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c35 int line = 0, vlan_id; in hostapd_config_read_vlan_file() local
172 int line = 0; in hostapd_config_read_maclist() local
1255 int line) in parse_roaming_consortium()
1335 int line) in parse_venue_name()
1347 int line) in parse_venue_url()
1385 int line) in parse_3gpp_cell_net()
1693 int line) in hs20_parse_conn_capab()
1727 int line) in hs20_parse_wan_metrics()
1953 int line) in hs20_parse_osu_method_list()
2013 int line) in hs20_parse_operator_icon()
[all …]
/freebsd/contrib/atf/atf-c/detail/
H A Dsanity.c59 atf_sanity_inv(const char *file, int line, const char *cond) in atf_sanity_inv()
65 atf_sanity_pre(const char *file, int line, const char *cond) in atf_sanity_pre()
71 atf_sanity_post(const char *file, int line, const char *cond) in atf_sanity_post()
/freebsd/contrib/libarchive/test_utils/
H A Dtest_main.c344 unsigned int line, uintptr_t pReserved) in invalid_parameter_handler()
456 assertion_count(const char *file, int line) in assertion_count()
474 static struct line { struct
482 failure_start(const char *filename, int line, const char *fmt, ...) in failure_start()
615 assertion_equal_int(const char *file, int line, in assertion_equal_int()
915 assertion_equal_mem(const char *file, int line, in assertion_equal_mem()
1361 is_hardlink(const char *file, int line, in is_hardlink()
1432 assertion_file_time(const char *file, int line, in assertion_file_time()
1751 is_symlink(const char *file, int line, in is_symlink()
1948 assertion_make_file(const char *file, int line, in assertion_make_file()
[all …]
/freebsd/contrib/wpa/wpa_supplicant/
H A Dconfig.c66 int line, const char *value) in wpa_config_parse_str()
202 int line, const char *value) in wpa_config_parse_int()
264 int line, const char *value, in wpa_config_parse_addr_list()
357 struct wpa_ssid *ssid, int line, in wpa_config_parse_bssid()
446 struct wpa_ssid *ssid, int line, in wpa_config_parse_bssid_ignore()
492 struct wpa_ssid *ssid, int line, in wpa_config_parse_bssid_accept()
542 struct wpa_ssid *ssid, int line, in wpa_config_parse_psk()
1512 struct wpa_ssid *ssid, int line, in wpa_config_parse_eap()
3173 int line) in wpa_config_set()
3528 const char *value, int line) in wpa_config_set_cred()
[all …]
/freebsd/lib/libc/tests/stdio/
H A Dgetdelim_test.c81 char *line; in ATF_TC_BODY() local
119 char *line; in ATF_TC_BODY() local
138 char *line; in ATF_TC_BODY() local
155 char *line; in ATF_TC_BODY() local
180 char *line; in ATF_TC_BODY() local
208 char *line; in ATF_TC_BODY() local
283 char *line; in _nonblock_eagain() local
/freebsd/contrib/mandoc/
H A Dmdoc.c85 mdoc_tail_alloc(struct roff_man *mdoc, int line, int pos, enum roff_tok tok) in mdoc_tail_alloc()
95 mdoc_endbody_alloc(struct roff_man *mdoc, int line, int pos, in mdoc_endbody_alloc()
112 mdoc_block_alloc(struct roff_man *mdoc, int line, int pos, in mdoc_block_alloc()
139 mdoc_elem_alloc(struct roff_man *mdoc, int line, int pos, in mdoc_elem_alloc()
165 mdoc_ptext(struct roff_man *mdoc, int line, char *buf, int offs) in mdoc_ptext()
/freebsd/crypto/heimdal/appl/login/
H A Dutmpx_login.c26 int utmpx_login(char *line, const char *user, const char *host) { return 0; } in utmpx_login()
30 utmpx_update(struct utmpx *ut, char *line, const char *user, const char *host) in utmpx_update()
68 utmpx_login(char *line, const char *user, const char *host) in utmpx_login()

12345678910>>...35