| /freebsd-10-stable/contrib/ntp/sntp/unity/ |
| D | unity_internals.h | 579 #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 586 #define UNITY_TEST_ASSERT(condition, line, message) if… argument 587 #define UNITY_TEST_ASSERT_NULL(pointer, line, message) UN… argument 588 #define UNITY_TEST_ASSERT_NOT_NULL(pointer, line, message) UN… argument 590 #define UNITY_TEST_ASSERT_EQUAL_INT(expected, actual, line, message) Un… argument 591 #define UNITY_TEST_ASSERT_EQUAL_INT8(expected, actual, line, message) Un… argument 592 #define UNITY_TEST_ASSERT_EQUAL_INT16(expected, actual, line, message) Un… argument 593 #define UNITY_TEST_ASSERT_EQUAL_INT32(expected, actual, line, message) Un… argument 594 #define UNITY_TEST_ASSERT_EQUAL_UINT(expected, actual, line, message) Un… argument [all …]
|
| /freebsd-10-stable/sys/sys/ |
| D | sx.h | 146 int line) in __sx_xlock() 163 __sx_xunlock(struct sx *sx, struct thread *td, const char *file, int line) in __sx_xunlock() 174 __sx_slock(struct sx *sx, int opts, const char *file, int line) in __sx_slock() 197 __sx_sunlock(struct sx *sx, const char *file, int line) in __sx_sunlock() 213 #define sx_xlock_(sx, file, line) \ argument 215 #define sx_xlock_sig_(sx, file, line) \ argument 217 #define sx_xunlock_(sx, file, line) \ argument 219 #define sx_slock_(sx, file, line) \ argument 221 #define sx_slock_sig_(sx, file, line) \ argument 223 #define sx_sunlock_(sx, file, line) \ argument [all …]
|
| D | mutex.h | 189 #define __mtx_lock(mp, tid, opts, file, line) do { \ argument 206 #define __mtx_lock_spin(mp, tid, opts, file, line) do { \ argument 219 #define __mtx_trylock_spin(mp, tid, opts, file, line) __extension__ ({ \ argument 235 #define __mtx_lock_spin(mp, tid, opts, file, line) do { \ argument 246 #define __mtx_trylock_spin(mp, tid, opts, file, line) __extension__ ({ \ argument 263 #define __mtx_unlock(mp, tid, opts, file, line) do { \ argument 374 #define mtx_lock_flags_(m, opts, file, line) \ argument 376 #define mtx_unlock_flags_(m, opts, file, line) \ argument 378 #define mtx_lock_spin_flags_(m, opts, file, line) \ argument 380 #define mtx_trylock_spin_flags_(m, opts, file, line) \ argument [all …]
|
| /freebsd-10-stable/sys/kern/ |
| D | kern_sx.c | 143 #define _sx_assert(sx, what, file, line) argument 279 _sx_slock(struct sx *sx, int opts, const char *file, int line) in _sx_slock() 302 sx_try_slock_(struct sx *sx, const char *file, int line) in sx_try_slock_() 334 _sx_xlock(struct sx *sx, int opts, const char *file, int line) in _sx_xlock() 359 sx_try_xlock_(struct sx *sx, const char *file, int line) in sx_try_xlock_() 394 _sx_sunlock(struct sx *sx, const char *file, int line) in _sx_sunlock() 410 _sx_xunlock(struct sx *sx, const char *file, int line) in _sx_xunlock() 433 sx_try_upgrade_(struct sx *sx, const char *file, int line) in sx_try_upgrade_() 466 sx_downgrade_(struct sx *sx, const char *file, int line) in sx_downgrade_() 537 int line) in _sx_xlock_hard() [all …]
|
| D | kern_sema.c | 76 _sema_post(struct sema *sema, const char *file, int line) in _sema_post() 91 _sema_wait(struct sema *sema, const char *file, int line) in _sema_wait() 109 _sema_timedwait(struct sema *sema, int timo, const char *file, int line) in _sema_timedwait() 143 _sema_trywait(struct sema *sema, const char *file, int line) in _sema_trywait()
|
| D | kern_rwlock.c | 159 #define __rw_assert(c, what, file, line) argument 281 _rw_wlock_cookie(volatile uintptr_t *c, const char *file, int line) in _rw_wlock_cookie() 304 __rw_try_wlock(volatile uintptr_t *c, const char *file, int line) in __rw_try_wlock() 341 _rw_wunlock_cookie(volatile uintptr_t *c, const char *file, int line) in _rw_wunlock_cookie() 374 __rw_rlock(volatile uintptr_t *c, const char *file, int line) in __rw_rlock() 607 __rw_try_rlock(volatile uintptr_t *c, const char *file, int line) in __rw_try_rlock() 644 _rw_runlock_cookie(volatile uintptr_t *c, const char *file, int line) in _rw_runlock_cookie() 762 int line) in __rw_wlock_hard() 973 int line) in __rw_wunlock_hard() 1041 __rw_try_upgrade(volatile uintptr_t *c, const char *file, int line) in __rw_try_upgrade() [all …]
|
| D | kern_mutex.c | 236 __mtx_lock_flags(volatile uintptr_t *c, int opts, const char *file, int line) in __mtx_lock_flags() 265 __mtx_unlock_flags(volatile uintptr_t *c, int opts, const char *file, int line) in __mtx_unlock_flags() 292 int line) in __mtx_lock_spin_flags() 322 int line) in __mtx_trylock_spin_flags() 350 int line) in __mtx_unlock_spin_flags() 378 _mtx_trylock_flags_(volatile uintptr_t *c, int opts, const char *file, int line) in _mtx_trylock_flags_() 432 const char *file, int line) in __mtx_lock_sleep() 645 const char *file, int line) in _mtx_lock_spin_cookie() 711 thread_lock_flags_(struct thread *td, int opts, const char *file, int line) in thread_lock_flags_() 839 __mtx_unlock_sleep(volatile uintptr_t *c, int opts, const char *file, int line) in __mtx_unlock_sleep() [all …]
|
| /freebsd-10-stable/contrib/binutils/gas/ |
| D | messages.c | 111 unsigned int line; in as_show_where() local 156 as_warn_internal (char *file, unsigned int line, char *buffer) in as_warn_internal() 220 as_warn_where (char *file, unsigned int line, const char *format, ...) in as_warn_where() 235 as_warn_where (file, line, format, va_alist) in as_warn_where() argument 257 as_bad_internal (char *file, unsigned int line, char *buffer) in as_bad_internal() 318 as_bad_where (char *file, unsigned int line, const char *format, ...) in as_bad_where() 332 as_bad_where (file, line, format, va_alist) in as_bad_where() argument 394 as_assert (const char *file, int line, const char *fn) in as_assert() 411 as_abort (const char *file, int line, const char *fn) in as_abort() 451 unsigned line, in as_internal_value_out_of_range() [all …]
|
| /freebsd-10-stable/contrib/texinfo/info/ |
| D | m-x.c | 39 char *line; in read_function_name() local 71 char *line; variable 98 char *line; variable 169 char *line; variable
|
| /freebsd-10-stable/contrib/ntp/lib/isc/ |
| 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-10-stable/contrib/ipfilter/lib/ |
| D | mutex_emul.c | 20 eMmutex_enter(mtx, file, line) in eMmutex_enter() argument 45 eMmutex_exit(mtx, file, line) in eMmutex_exit() argument 70 eMmutex_init(mtx, who, file, line) in eMmutex_init() argument 98 eMmutex_destroy(mtx, file, line) in eMmutex_destroy() argument
|
| D | rwlock_emul.c | 15 void eMrwlock_read_enter(rw, file, line) in eMrwlock_read_enter() argument 37 void eMrwlock_write_enter(rw, file, line) in eMrwlock_write_enter() argument 59 void eMrwlock_try_upgrade(rw, file, line) in eMrwlock_try_upgrade() argument 80 void eMrwlock_downgrade(rw, file, line) in eMrwlock_downgrade() argument
|
| /freebsd-10-stable/contrib/libarchive/libarchive/test/ |
| 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-10-stable/crypto/openssh/regress/unittests/test_helper/ |
| D | test_helper.c | 252 ssl_err_check(const char *file, int line) in ssl_err_check() 294 test_header(const char *file, int line, const char *a1, const char *a2, in test_header() 306 assert_bignum(const char *file, int line, const char *a1, const char *a2, in assert_bignum() 319 assert_string(const char *file, int line, const char *a1, const char *a2, in assert_string() 354 assert_mem(const char *file, int line, const char *a1, const char *a2, in assert_mem() 388 assert_mem_filled(const char *file, int line, const char *a1, in assert_mem_filled() 412 assert_int(const char *file, int line, const char *a1, const char *a2, in assert_int() 423 assert_size_t(const char *file, int line, const char *a1, const char *a2, in assert_size_t() 434 assert_u_int(const char *file, int line, const char *a1, const char *a2, in assert_u_int() 445 assert_long_long(const char *file, int line, const char *a1, const char *a2, in assert_long_long() [all …]
|
| /freebsd-10-stable/lib/libc/tests/stdio/ |
| D | getdelim_test.c | 78 char *line; in ATF_TC_BODY() local 116 char *line; in ATF_TC_BODY() local 135 char *line; in ATF_TC_BODY() local 152 char *line; in ATF_TC_BODY() local 178 char *line; in ATF_TC_BODY() local 206 char *line; in ATF_TC_BODY() local
|
| /freebsd-10-stable/contrib/llvm/lib/Support/ |
| D | Valgrind.cpp | 60 void AnnotateHappensBefore(const char *file, int line, in AnnotateHappensBefore() 62 void AnnotateHappensAfter(const char *file, int line, in AnnotateHappensAfter() 64 void AnnotateIgnoreWritesBegin(const char *file, int line) {} in AnnotateIgnoreWritesBegin() 65 void AnnotateIgnoreWritesEnd(const char *file, int line) {} in AnnotateIgnoreWritesEnd()
|
| /freebsd-10-stable/lib/libstand/ |
| D | zalloc_malloc.c | 54 Malloc(size_t bytes, const char *file, int line) in Malloc() 89 Free(void *ptr, const char *file, int line) in Free() 127 Calloc(size_t n1, size_t n2, const char *file, int line) in Calloc() 149 Realloc(void *ptr, size_t size, const char *file, int line) in Realloc() 179 Reallocf(void *ptr, size_t size, const char *file, int line) in Reallocf()
|
| /freebsd-10-stable/contrib/compiler-rt/lib/ |
| D | int_util.c | 28 void compilerrt_abort_impl(const char *file, int line, const char *function) { in compilerrt_abort_impl() 40 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-10-stable/lib/libulog/ |
| D | ulog_login.c | 40 ulog_fill(struct utmpx *utx, const char *line) in ulog_fill() 64 ulog_login(const char *line, const char *user, const char *host) in ulog_login() 77 ulog_logout(const char *line) in ulog_logout()
|
| /freebsd-10-stable/contrib/libarchive/test_utils/ |
| D | test_main.c | 344 unsigned int line, uintptr_t pReserved) in invalid_parameter_handler() 448 void skipping_setup(const char *filename, int line) in skipping_setup() 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() 576 assertion_assert(const char *file, int line, int value, in assertion_assert() 589 assertion_chdir(const char *file, int line, const char *pathname) in assertion_chdir() 602 assertion_chmod(const char *file, int line, const char *pathname, int mode) in assertion_chmod() 615 assertion_equal_int(const char *file, int line, in assertion_equal_int() 777 assertion_equal_string(const char *file, int line, in assertion_equal_string() [all …]
|
| /freebsd-10-stable/contrib/mdocml/ |
| D | man.c | 237 man_node_alloc(struct man *m, int line, int pos, in man_node_alloc() 256 man_elem_alloc(struct man *m, int line, int pos, enum mant tok) in man_elem_alloc() 269 man_tail_alloc(struct man *m, int line, int pos, enum mant tok) in man_tail_alloc() 282 man_head_alloc(struct man *m, int line, int pos, enum mant tok) in man_head_alloc() 295 man_body_alloc(struct man *m, int line, int pos, enum mant tok) in man_body_alloc() 308 man_block_alloc(struct man *m, int line, int pos, enum mant tok) in man_block_alloc() 320 man_word_alloc(struct man *m, int line, int pos, const char *word) in man_word_alloc() 395 man_descope(struct man *m, int line, int offs) in man_descope() 419 man_ptext(struct man *m, int line, char *buf, int offs) in man_ptext()
|
| D | mdoc.c | 427 node_alloc(struct mdoc *m, int line, int pos, in node_alloc() 454 mdoc_tail_alloc(struct mdoc *m, int line, int pos, enum mdoct tok) in mdoc_tail_alloc() 467 mdoc_head_alloc(struct mdoc *m, int line, int pos, enum mdoct tok) in mdoc_head_alloc() 483 mdoc_body_alloc(struct mdoc *m, int line, int pos, enum mdoct tok) in mdoc_body_alloc() 496 mdoc_endbody_alloc(struct mdoc *m, int line, int pos, enum mdoct tok, in mdoc_endbody_alloc() 512 mdoc_block_alloc(struct mdoc *m, int line, int pos, in mdoc_block_alloc() 544 mdoc_elem_alloc(struct mdoc *m, int line, int pos, in mdoc_elem_alloc() 569 mdoc_word_alloc(struct mdoc *m, int line, int pos, const char *p) in mdoc_word_alloc() 709 mdoc_ptext(struct mdoc *m, int line, char *buf, int offs) in mdoc_ptext()
|
| /freebsd-10-stable/contrib/gdb/gdb/ |
| D | proc-api.c | 225 ioctl_with_trace (int fd, long opcode, void *ptr, char *file, int line) in ioctl_with_trace() 460 write_with_trace (int fd, void *varg, size_t len, char *file, int line) in write_with_trace() 617 lseek_with_trace (int fd, off_t offset, int whence, char *file, int line) in lseek_with_trace() 640 open_with_trace (char *filename, int mode, char *file, int line) in open_with_trace() 681 close_with_trace (int fd, char *file, int line) in close_with_trace() 707 wait_with_trace (int *wstat, char *file, int line) in wait_with_trace() 742 procfs_note (char *msg, char *file, int line) in procfs_note()
|
| /freebsd-10-stable/contrib/atf/atf-c/detail/ |
| 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-10-stable/contrib/wpa/wpa_supplicant/ |
| D | config.c | 58 int line, const char *value) in wpa_config_parse_str() 179 int line, const char *value) in wpa_config_parse_int() 231 struct wpa_ssid *ssid, int line, in wpa_config_parse_bssid() 276 struct wpa_ssid *ssid, int line, in wpa_config_parse_psk() 376 struct wpa_ssid *ssid, int line, in wpa_config_parse_proto() 460 struct wpa_ssid *ssid, int line, in wpa_config_parse_key_mgmt() 630 static int wpa_config_parse_cipher(int line, const char *value) in wpa_config_parse_cipher() 761 struct wpa_ssid *ssid, int line, in wpa_config_parse_pairwise() 791 struct wpa_ssid *ssid, int line, in wpa_config_parse_group() 821 struct wpa_ssid *ssid, int line, in wpa_config_parse_auth_alg() [all …]
|