/freebsd-src/contrib/ntp/sntp/unity/ |
H A D | unity_internals.h | 582 #define UNITY_TEST_FAIL(line, message) UnityFail( (message), (UNITY_LINE_TYPE)line); argument 583 #define UNITY_TEST_IGNORE(line, message) UnityIgnore( (message), (UNITY_LINE_TYPE)line); argument 589 #define UNITY_TEST_ASSERT(condition, line, message) if… argument 590 #define UNITY_TEST_ASSERT_NULL(pointer, line, message) UN… argument 591 #define UNITY_TEST_ASSERT_NOT_NULL(pointer, line, message) UN… argument 593 #define UNITY_TEST_ASSERT_EQUAL_INT(expected, actual, line, message) Un… argument 594 #define UNITY_TEST_ASSERT_EQUAL_INT8(expected, actual, line, message) Un… argument 595 #define UNITY_TEST_ASSERT_EQUAL_INT16(expected, actual, line, message) Un… argument 596 #define UNITY_TEST_ASSERT_EQUAL_INT32(expected, actual, line, message) Un… argument 597 #define UNITY_TEST_ASSERT_EQUAL_UINT(expected, actual, line, message) Un… argument [all …]
|
/freebsd-src/crypto/openssl/test/testutil/ |
H A D | tests.c | 27 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-src/contrib/kyua/utils/logging/ |
H A D | operations_test.cpp | 111 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 D | macros_test.cpp | 55 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-src/contrib/ntp/libntp/lib/isc/ |
H A D | error.c | 61 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-src/sys/sys/ |
H A D | sx.h | 158 int line) in __sx_xlock() argument 173 __sx_xunlock(struct sx * sx,struct thread * td,const char * file,int line) __sx_xunlock() argument 190 sx_xlock_(sx,file,line) global() argument 192 sx_xlock_sig_(sx,file,line) global() argument 194 sx_xunlock_(sx,file,line) global() argument 197 sx_xlock_(sx,file,line) global() argument 199 sx_xlock_sig_(sx,file,line) global() argument 201 sx_xunlock_(sx,file,line) global() argument 205 sx_slock_(sx,file,line) global() argument 207 sx_slock_sig_(sx,file,line) global() argument 209 sx_sunlock_(sx,file,line) global() argument 216 sx_slock_(sx,file,line) global() argument 218 sx_slock_sig_(sx,file,line) global() argument 220 sx_sunlock_(sx,file,line) global() argument 228 sx_assert_(sx,what,file,line) global() argument 231 sx_assert_(sx,what,file,line) global() argument 254 sx_unlock_(sx,file,line) global() argument [all...] |
H A D | mutex.h | 238 #define __mtx_lock(mp, tid, opts, file, line) __extension__ ({ \ argument 255 #define __mtx_lock_spin(mp, tid, opts, file, line) __extension__ ({ \ argument 265 #define __mtx_trylock_spin(mp, tid, opts, file, line) __extension__ ({ \ argument 281 #define __mtx_lock_spin(mp, tid, opts, file, line) __extension__ ({ \ argument 293 #define __mtx_trylock_spin(mp, tid, opts, file, line) __extension__ ({ \ argument 310 #define __mtx_unlock(mp, tid, opts, file, line) __extension__ ({ \ argument 417 #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 [all …]
|
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/ |
H A D | DebugMacros.cpp | 15 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-src/sbin/ipf/libipf/ |
H A D | mutex_emul.c | 19 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 D | rwlock_emul.c | 14 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-src/contrib/libarchive/libarchive/test/ |
H A D | main.c | 216 unsigned int line, uintptr_t pReserved) in invalid_parameter_handler() 320 void skipping_setup(const char *filename, int line) in skipping_setup() 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() 448 assertion_assert(const char *file, int line, int value, in assertion_assert() 461 assertion_chdir(const char *file, int line, const char *pathname) in assertion_chdir() 474 assertion_equal_int(const char *file, int line, in assertion_equal_int() 636 assertion_equal_string(const char *file, int line, in assertion_equal_string() 698 assertion_equal_wstring(const char *file, int line, in assertion_equal_wstring() [all …]
|
/freebsd-src/crypto/openssh/regress/unittests/test_helper/ |
H A D | test_helper.c | 294 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() 354 assert_bignum(const char *file, int line, const char *a1, const char *a2, in assert_bignum() 368 assert_string(const char *file, int line, const char *a1, const char *a2, in assert_string() 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() 481 assert_size_t(const char *file, int line, const char *a1, const char *a2, in assert_size_t() 492 assert_u_int(const char *file, int line, const char *a1, const char *a2, in assert_u_int() 503 assert_long(const char *file, int line, const char *a1, const char *a2, in assert_long() [all …]
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/builtins/ |
H A D | int_util.c | 26 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-src/crypto/openssl/crypto/ |
H A D | mem.c | 177 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-src/lib/libulog/ |
H A D | ulog_login.c | 39 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-src/sys/kern/ |
H A D | kern_sema.c | 75 _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 D | kern_mutex.c | 260 __mtx_lock_flags(volatile uintptr_t * c,int opts,const char * file,int line) __mtx_lock_flags() argument 294 __mtx_unlock_flags(volatile uintptr_t * c,int opts,const char * file,int line) __mtx_unlock_flags() argument 320 __mtx_lock_spin_flags(volatile uintptr_t * c,int opts,const char * file,int line) __mtx_lock_spin_flags() argument 361 __mtx_trylock_spin_flags(volatile uintptr_t * c,int opts,const char * file,int line) __mtx_trylock_spin_flags() argument 389 __mtx_unlock_spin_flags(volatile uintptr_t * c,int opts,const char * file,int line) __mtx_unlock_spin_flags() argument 475 _mtx_trylock_flags_(volatile uintptr_t * c,int opts,const char * file,int line) _mtx_trylock_flags_() argument 492 __mtx_lock_sleep(volatile uintptr_t * c,uintptr_t v,int opts,const char * file,int line) __mtx_lock_sleep() argument 706 _mtx_lock_spin_cookie(volatile uintptr_t * c,uintptr_t v,int opts,const char * file,int line) _mtx_lock_spin_cookie() argument 807 thread_lock_validate(struct mtx * m,int opts,const char * file,int line) thread_lock_validate() argument 822 thread_lock_validate(m,opts,file,line) global() argument 828 _thread_lock(struct thread * td,int opts,const char * file,int line) _thread_lock() argument 865 thread_lock_flags_(struct thread * td,int opts,const char * file,int line) thread_lock_flags_() argument 1018 __mtx_unlock_sleep(volatile uintptr_t * c,uintptr_t v,int opts,const char * file,int line) __mtx_unlock_sleep() argument 1079 __mtx_assert(const volatile uintptr_t * c,int what,const char * file,int line) __mtx_assert() argument [all...] |
H A D | kern_lock.c | 75 #define _lockmgr_assert(lk, what, file, line) argument 217 WITNESS_UNLOCK(&lk->lock_object, 0, file, line); in lockmgr_note_shared_release() argument 204 lockmgr_note_shared_acquire(struct lock * lk,int contested,uint64_t waittime,const char * file,int line,int flags) lockmgr_note_shared_acquire() argument 228 lockmgr_note_exclusive_acquire(struct lock * lk,int contested,uint64_t waittime,const char * file,int line,int flags) lockmgr_note_exclusive_acquire() argument 241 lockmgr_note_exclusive_release(struct lock * lk,const char * file,int line) lockmgr_note_exclusive_release() argument 314 wakeupshlk(struct lock * lk,const char * file,int line) wakeupshlk() argument 585 lockmgr_slock_hard(struct lock * lk,u_int flags,struct lock_object * ilk,const char * file,int line,struct lockmgr_wait * lwa) lockmgr_slock_hard() argument 770 lockmgr_xlock_hard(struct lock * lk,u_int flags,struct lock_object * ilk,const char * file,int line,struct lockmgr_wait * lwa) lockmgr_xlock_hard() argument 977 lockmgr_upgrade(struct lock * lk,u_int flags,struct lock_object * ilk,const char * file,int line,struct lockmgr_wait * lwa) lockmgr_upgrade() argument 1037 lockmgr_lock_flags(struct lock * lk,u_int flags,struct lock_object * ilk,const char * file,int line) lockmgr_lock_flags() argument 1102 lockmgr_sunlock_hard(struct lock * lk,uintptr_t x,u_int flags,struct lock_object * ilk,const char * file,int line) lockmgr_sunlock_hard() argument 1119 lockmgr_xunlock_hard(struct lock * lk,uintptr_t x,u_int flags,struct lock_object * ilk,const char * file,int line) lockmgr_xunlock_hard() argument 1230 lockmgr_slock(struct lock * lk,u_int flags,const char * file,int line) lockmgr_slock() argument 1251 lockmgr_xlock(struct lock * lk,u_int flags,const char * file,int line) lockmgr_xlock() argument 1276 int line; lockmgr_unlock() local 1304 __lockmgr_args(struct lock * lk,u_int flags,struct lock_object * ilk,const char * wmesg,int pri,int timo,const char * file,int line) __lockmgr_args() argument 1614 _lockmgr_disown(struct lock * lk,const char * file,int line) _lockmgr_disown() argument 1723 _lockmgr_assert(const struct lock * lk,int what,const char * file,int line) _lockmgr_assert() argument [all...] |
/freebsd-src/tests/sys/netgraph/ |
H A D | util.c | 72 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-src/contrib/wpa/hostapd/ |
H A D | config_file.c | 35 int line = 0, vlan_id; in hostapd_config_read_vlan_file() local 172 int line = 0; hostapd_config_read_maclist() local 244 hostapd_config_eap_user_salted(struct hostapd_eap_user * user,const char * hash,size_t len,char ** pos,int line,const char * fname) hostapd_config_eap_user_salted() argument 302 int line = 0, ret = 0, num_methods; hostapd_config_read_eap_user() local 682 hostapd_config_parse_key_mgmt(int line,const char * value) hostapd_config_parse_key_mgmt() argument 785 hostapd_config_parse_cipher(int line,const char * value) hostapd_config_parse_cipher() argument 1255 parse_roaming_consortium(struct hostapd_bss_config * bss,char * pos,int line) parse_roaming_consortium() argument 1335 parse_venue_name(struct hostapd_bss_config * bss,char * pos,int line) parse_venue_name() argument 1347 parse_venue_url(struct hostapd_bss_config * bss,char * pos,int line) parse_venue_url() argument 1385 parse_3gpp_cell_net(struct hostapd_bss_config * bss,char * buf,int line) parse_3gpp_cell_net() argument 1459 parse_nai_realm(struct hostapd_bss_config * bss,char * buf,int line) parse_nai_realm() argument 1600 parse_anqp_elem(struct hostapd_bss_config * bss,char * buf,int line) parse_anqp_elem() argument 1649 parse_qos_map_set(struct hostapd_bss_config * bss,char * buf,int line) parse_qos_map_set() argument 1693 hs20_parse_conn_capab(struct hostapd_bss_config * bss,char * buf,int line) hs20_parse_conn_capab() argument 1727 hs20_parse_wan_metrics(struct hostapd_bss_config * bss,char * buf,int line) hs20_parse_wan_metrics() argument 1792 hs20_parse_oper_friendly_name(struct hostapd_bss_config * bss,char * pos,int line) hs20_parse_oper_friendly_name() argument 1858 hs20_parse_osu_ssid(struct hostapd_bss_config * bss,char * pos,int line) hs20_parse_osu_ssid() argument 1879 hs20_parse_osu_server_uri(struct hostapd_bss_config * bss,char * pos,int line) hs20_parse_osu_server_uri() argument 1899 hs20_parse_osu_friendly_name(struct hostapd_bss_config * bss,char * pos,int line) hs20_parse_osu_friendly_name() argument 1918 hs20_parse_osu_nai(struct hostapd_bss_config * bss,char * pos,int line) hs20_parse_osu_nai() argument 1935 hs20_parse_osu_nai2(struct hostapd_bss_config * bss,char * pos,int line) hs20_parse_osu_nai2() argument 1953 hs20_parse_osu_method_list(struct hostapd_bss_config * bss,char * pos,int line) hs20_parse_osu_method_list() argument 1970 hs20_parse_osu_icon(struct hostapd_bss_config * bss,char * pos,int line) hs20_parse_osu_icon() argument 1994 hs20_parse_osu_service_desc(struct hostapd_bss_config * bss,char * pos,int line) hs20_parse_osu_service_desc() argument 2013 hs20_parse_operator_icon(struct hostapd_bss_config * bss,char * pos,int line) hs20_parse_operator_icon() argument 2075 parse_wpabuf_hex(int line,const char * name,struct wpabuf ** buf,const char * val) parse_wpabuf_hex() argument 2336 get_hex_config(u8 * buf,size_t max_len,int line,const char * field,const char * val) get_hex_config() argument 2354 hostapd_config_fill(struct hostapd_config * conf,struct hostapd_bss_config * bss,const char * buf,char * pos,int line) hostapd_config_fill() argument 4748 int line = 0; hostapd_config_read() local [all...] |
/freebsd-src/contrib/atf/atf-c/detail/ |
H A D | sanity.c | 59 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-src/contrib/libarchive/test_utils/ |
H A D | test_main.c | 344 invalid_parameter_handler(const wchar_t * expression,const wchar_t * function,const wchar_t * file,unsigned int line,uintptr_t pReserved) invalid_parameter_handler() argument 448 skipping_setup(const char * filename,int line) skipping_setup() argument 456 assertion_count(const char * file,int line) assertion_count() argument 474 static struct line { global() struct 482 failure_start(const char * filename,int line,const char * fmt,...) failure_start() argument 576 assertion_assert(const char * file,int line,int value,const char * condition,void * extra) assertion_assert() argument 589 assertion_chdir(const char * file,int line,const char * pathname) assertion_chdir() argument 602 assertion_chmod(const char * file,int line,const char * pathname,int mode) assertion_chmod() argument 615 assertion_equal_int(const char * file,int line,long long v1,const char * e1,long long v2,const char * e2,void * extra) assertion_equal_int() argument 630 assertion_equal_address(const char * file,int line,const void * v1,const char * e1,const void * v2,const char * e2,void * extra) assertion_equal_address() argument 792 assertion_equal_string(const char * file,int line,const char * v1,const char * e1,const char * v2,const char * e2,void * extra,int utf8) assertion_equal_string() argument 854 assertion_equal_wstring(const char * file,int line,const wchar_t * v1,const char * e1,const wchar_t * v2,const char * e2,void * extra) assertion_equal_wstring() argument 915 assertion_equal_mem(const char * file,int line,const void * _v1,const char * e1,const void * _v2,const char * e2,size_t l,const char * ld,void * extra) assertion_equal_mem() argument 953 assertion_memory_filled_with(const char * file,int line,const void * _v1,const char * vd,size_t l,const char * ld,char b,const char * bd,void * extra) assertion_memory_filled_with() argument 981 assertion_empty_file(const char * filename,int line,const char * f1) assertion_empty_file() argument 1017 assertion_non_empty_file(const char * filename,int line,const char * f1) assertion_non_empty_file() argument 1039 assertion_equal_file(const char * filename,int line,const char * fn1,const char * fn2) assertion_equal_file() argument 1079 assertion_file_exists(const char * filename,int line,const char * f) assertion_file_exists() argument 1097 assertion_file_not_exists(const char * filename,int line,const char * f) assertion_file_not_exists() argument 1115 assertion_file_contents(const char * filename,int line,const void * buff,int s,const char * fn) assertion_file_contents() argument 1152 assertion_text_file_contents(const char * filename,int line,const char * buff,const char * fn) assertion_text_file_contents() argument 1214 assertion_file_contains_lines_any_order(const char * file,int line,const char * pathname,const char * lines[]) assertion_file_contains_lines_any_order() argument 1331 assertion_file_contains_no_invalid_strings(const char * file,int line,const char * pathname,const char * strings[]) assertion_file_contains_no_invalid_strings() argument 1361 is_hardlink(const char * file,int line,const char * path1,const char * path2) is_hardlink() argument 1406 assertion_is_hardlink(const char * file,int line,const char * path1,const char * path2) assertion_is_hardlink() argument 1418 assertion_is_not_hardlink(const char * file,int line,const char * path1,const char * path2) assertion_is_not_hardlink() argument 1432 assertion_file_time(const char * file,int line,const char * pathname,long t,long nsec,char type,int recent) assertion_file_time() argument 1538 assertion_file_atime(const char * file,int line,const char * pathname,long t,long nsec) assertion_file_atime() argument 1546 assertion_file_atime_recent(const char * file,int line,const char * pathname) assertion_file_atime_recent() argument 1553 assertion_file_birthtime(const char * file,int line,const char * pathname,long t,long nsec) assertion_file_birthtime() argument 1561 assertion_file_birthtime_recent(const char * file,int line,const char * pathname) assertion_file_birthtime_recent() argument 1569 assertion_file_mode(const char * file,int line,const char * pathname,int expected_mode) assertion_file_mode() argument 1598 assertion_file_mtime(const char * file,int line,const char * pathname,long t,long nsec) assertion_file_mtime() argument 1606 assertion_file_mtime_recent(const char * file,int line,const char * pathname) assertion_file_mtime_recent() argument 1613 assertion_file_nlinks(const char * file,int line,const char * pathname,int nlinks) assertion_file_nlinks() argument 1645 assertion_file_size(const char * file,int line,const char * pathname,long size) assertion_file_size() argument 1674 assertion_is_dir(const char * file,int line,const char * pathname,int mode) assertion_is_dir() argument 1712 assertion_is_reg(const char * file,int line,const char * pathname,int mode) assertion_is_reg() argument 1751 is_symlink(const char * file,int line,const char * pathname,const char * contents,int isdir) is_symlink() argument 1909 assertion_is_symlink(const char * file,int line,const char * path,const char * contents,int isdir) assertion_is_symlink() argument 1926 assertion_make_dir(const char * file,int line,const char * dirname,int mode) assertion_make_dir() argument 1948 assertion_make_file(const char * file,int line,const char * path,int mode,int csize,const void * contents) assertion_make_file() argument 2023 assertion_make_hardlink(const char * file,int line,const char * newpath,const char * linkto) assertion_make_hardlink() argument 2051 assertion_make_symlink(const char * file,int line,const char * newpath,const char * linkto,int targetIsDir) assertion_make_symlink() argument 2075 assertion_umask(const char * file,int line,int mask) assertion_umask() argument 2086 assertion_utimes(const char * file,int line,const char * pathname,long at,long at_nsec,long mt,long mt_nsec) assertion_utimes() argument 2190 assertion_compare_fflags(const char * file,int line,const char * patha,const char * pathb,int nomatch) assertion_compare_fflags() argument 2284 assertion_set_nodump(const char * file,int line,const char * pathname) assertion_set_nodump() argument 3290 assertion_entry_set_acls(const char * file,int line,struct archive_entry * ae,struct archive_test_acl_t * acls,int n) assertion_entry_set_acls() argument 3351 assertion_entry_compare_acls(const char * file,int line,struct archive_entry * ae,struct archive_test_acl_t * acls,int cnt,int want_type,int mode) assertion_entry_compare_acls() argument [all...] |
/freebsd-src/contrib/wpa/wpa_supplicant/ |
H A D | config.c | 66 int line, const char *value) in wpa_config_parse_str() argument 202 int line, const char *value, in wpa_config_parse_int() argument 264 wpa_config_parse_addr_list(const struct parse_data * data,int line,const char * value,u8 ** list,size_t * num,char * name,u8 abort_on_error,u8 masked) wpa_config_parse_addr_list() argument 357 wpa_config_parse_bssid(const struct parse_data * data,struct wpa_ssid * ssid,int line,const char * value) wpa_config_parse_bssid() argument 402 wpa_config_parse_bssid_hint(const struct parse_data * data,struct wpa_ssid * ssid,int line,const char * value) wpa_config_parse_bssid_hint() argument 446 wpa_config_parse_bssid_ignore(const struct parse_data * data,struct wpa_ssid * ssid,int line,const char * value) wpa_config_parse_bssid_ignore() argument 458 wpa_config_parse_bssid_blacklist(const struct parse_data * data,struct wpa_ssid * ssid,int line,const char * value) wpa_config_parse_bssid_blacklist() argument 492 wpa_config_parse_bssid_accept(const struct parse_data * data,struct wpa_ssid * ssid,int line,const char * value) wpa_config_parse_bssid_accept() argument 504 wpa_config_parse_bssid_whitelist(const struct parse_data * data,struct wpa_ssid * ssid,int line,const char * value) wpa_config_parse_bssid_whitelist() argument 542 wpa_config_parse_psk(const struct parse_data * data,struct wpa_ssid * ssid,int line,const char * value) wpa_config_parse_psk() argument 654 wpa_config_parse_proto(const struct parse_data * data,struct wpa_ssid * ssid,int line,const char * value) wpa_config_parse_proto() argument 755 wpa_config_parse_key_mgmt(const struct parse_data * data,struct wpa_ssid * ssid,int line,const char * value) wpa_config_parse_key_mgmt() argument 1129 wpa_config_parse_cipher(int line,const char * value) wpa_config_parse_cipher() argument 1172 wpa_config_parse_pairwise(const struct parse_data * data,struct wpa_ssid * ssid,int line,const char * value) wpa_config_parse_pairwise() argument 1203 wpa_config_parse_group(const struct parse_data * data,struct wpa_ssid * ssid,int line,const char * value) wpa_config_parse_group() argument 1241 wpa_config_parse_group_mgmt(const struct parse_data * data,struct wpa_ssid * ssid,int line,const char * value) wpa_config_parse_group_mgmt() argument 1275 wpa_config_parse_auth_alg(const struct parse_data * data,struct wpa_ssid * ssid,int line,const char * value) wpa_config_parse_auth_alg() argument 1422 wpa_config_parse_scan_freq(const struct parse_data * data,struct wpa_ssid * ssid,int line,const char * value) wpa_config_parse_scan_freq() argument 1442 wpa_config_parse_freq_list(const struct parse_data * data,struct wpa_ssid * ssid,int line,const char * value) wpa_config_parse_freq_list() argument 1512 wpa_config_parse_eap(const struct parse_data * data,struct wpa_ssid * ssid,int line,const char * value) wpa_config_parse_eap() argument 1648 wpa_config_parse_password(const struct parse_data * data,struct wpa_ssid * ssid,int line,const char * value) wpa_config_parse_password() argument 1737 wpa_config_parse_machine_password(const struct parse_data * data,struct wpa_ssid * ssid,int line,const char * value) wpa_config_parse_machine_password() argument 1913 wpa_config_parse_wep_key(u8 * key,size_t * len,int line,const char * value,int idx) wpa_config_parse_wep_key() argument 1946 wpa_config_parse_wep_key0(const struct parse_data * data,struct wpa_ssid * ssid,int line,const char * value) wpa_config_parse_wep_key0() argument 1956 wpa_config_parse_wep_key1(const struct parse_data * data,struct wpa_ssid * ssid,int line,const char * value) wpa_config_parse_wep_key1() argument 1966 wpa_config_parse_wep_key2(const struct parse_data * data,struct wpa_ssid * ssid,int line,const char * value) wpa_config_parse_wep_key2() argument 1976 wpa_config_parse_wep_key3(const struct parse_data * data,struct wpa_ssid * ssid,int line,const char * value) wpa_config_parse_wep_key3() argument 2029 wpa_config_parse_go_p2p_dev_addr(const struct parse_data * data,struct wpa_ssid * ssid,int line,const char * value) wpa_config_parse_go_p2p_dev_addr() argument 2075 wpa_config_parse_p2p_client_list(const struct parse_data * data,struct wpa_ssid * ssid,int line,const char * value) wpa_config_parse_p2p_client_list() argument 2097 wpa_config_parse_psk_list(const struct parse_data * data,struct wpa_ssid * ssid,int line,const char * value) wpa_config_parse_psk_list() argument 2155 wpa_config_parse_mesh_basic_rates(const struct parse_data * data,struct wpa_ssid * ssid,int line,const char * value) wpa_config_parse_mesh_basic_rates() argument 2193 wpa_config_parse_mka_cak(const struct parse_data * data,struct wpa_ssid * ssid,int line,const char * value) wpa_config_parse_mka_cak() argument 2216 wpa_config_parse_mka_ckn(const struct parse_data * data,struct wpa_ssid * ssid,int line,const char * value) wpa_config_parse_mka_ckn() argument 2272 wpa_config_parse_ocv(const struct parse_data * data,struct wpa_ssid * ssid,int line,const char * value) wpa_config_parse_ocv() argument 2307 wpa_config_parse_peerkey(const struct parse_data * data,struct wpa_ssid * ssid,int line,const char * value) wpa_config_parse_peerkey() argument 3173 wpa_config_set(struct wpa_ssid * ssid,const char * var,const char * value,int line) wpa_config_set() argument 3528 wpa_config_set_cred(struct wpa_cred * cred,const char * var,const char * value,int line) wpa_config_set_cred() argument 4492 wpa_global_config_parse_int(const struct global_parse_data * data,struct wpa_config * config,int line,const char * pos) wpa_global_config_parse_int() argument 4532 wpa_global_config_parse_str(const struct global_parse_data * data,struct wpa_config * config,int line,const char * pos) wpa_global_config_parse_str() argument 4582 wpa_config_process_bgscan(const struct global_parse_data * data,struct wpa_config * config,int line,const char * pos) wpa_config_process_bgscan() argument 4603 wpa_global_config_parse_bin(const struct global_parse_data * data,struct wpa_config * config,int line,const char * pos) wpa_global_config_parse_bin() argument 4626 wpa_config_process_freq_list(const struct global_parse_data * data,struct wpa_config * config,int line,const char * value) wpa_config_process_freq_list() argument 4646 wpa_config_process_initial_freq_list(const struct global_parse_data * data,struct wpa_config * config,int line,const char * value) wpa_config_process_initial_freq_list() argument 4666 wpa_global_config_parse_ipv4(const struct global_parse_data * data,struct wpa_config * config,int line,const char * pos) wpa_global_config_parse_ipv4() argument 4690 wpa_config_process_country(const struct global_parse_data * data,struct wpa_config * config,int line,const char * pos) wpa_config_process_country() argument 4709 wpa_config_process_load_dynamic_eap(const struct global_parse_data * data,struct wpa_config * config,int line,const char * so) wpa_config_process_load_dynamic_eap() argument 4730 wpa_config_process_uuid(const struct global_parse_data * data,struct wpa_config * config,int line,const char * pos) wpa_config_process_uuid() argument 4746 wpa_config_process_device_type(const struct global_parse_data * data,struct wpa_config * config,int line,const char * pos) wpa_config_process_device_type() argument 4753 wpa_config_process_os_version(const struct global_parse_data * data,struct wpa_config * config,int line,const char * pos) wpa_config_process_os_version() argument 4768 wpa_config_process_wps_vendor_ext_m1(const struct global_parse_data * data,struct wpa_config * config,int line,const char * pos) wpa_config_process_wps_vendor_ext_m1() argument 4807 wpa_config_process_sec_device_type(const struct global_parse_data * data,struct wpa_config * config,int line,const char * pos) wpa_config_process_sec_device_type() argument 4829 wpa_config_process_p2p_pref_chan(const struct global_parse_data * data,struct wpa_config * config,int line,const char * pos) wpa_config_process_p2p_pref_chan() argument 4879 wpa_config_process_p2p_no_go_freq(const struct global_parse_data * data,struct wpa_config * config,int line,const char * pos) wpa_config_process_p2p_no_go_freq() argument 4898 wpa_config_process_p2p_device_persistent_mac_addr(const struct global_parse_data * data,struct wpa_config * config,int line,const char * pos) wpa_config_process_p2p_device_persistent_mac_addr() argument 4915 wpa_config_process_hessid(const struct global_parse_data * data,struct wpa_config * config,int line,const char * pos) wpa_config_process_hessid() argument 4929 wpa_config_process_sae_groups(const struct global_parse_data * data,struct wpa_config * config,int line,const char * pos) wpa_config_process_sae_groups() argument 4947 wpa_config_process_ap_vendor_elements(const struct global_parse_data * data,struct wpa_config * config,int line,const char * pos) wpa_config_process_ap_vendor_elements() argument 4972 wpa_config_process_ap_assocresp_elements(const struct global_parse_data * data,struct wpa_config * config,int line,const char * pos) wpa_config_process_ap_assocresp_elements() argument 4998 wpa_config_process_no_ctrl_interface(const struct global_parse_data * data,struct wpa_config * config,int line,const char * pos) wpa_config_process_no_ctrl_interface() argument 5355 wpa_config_process_global(struct wpa_config * config,char * pos,int line) wpa_config_process_global() argument [all...] |
/freebsd-src/lib/libc/tests/stdio/ |
H A D | getdelim_test.c | 81 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-src/contrib/mandoc/ |
H A D | mdoc.c | 85 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()
|