HomeSort by: relevance | last modified time | path
    Searched refs:__FILE__ (Results 1 - 25 of 1072) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/bsd/tradcpp/dist/tests/
t38.c 1 #define m() __FILE__:__LINE__
3 __FILE__
  /src/crypto/external/apache2/openssl/dist/test/
aborttest.c 14 OPENSSL_die("Voluntary abort", __FILE__, __LINE__);
testutil.h 122 #define TEST_CASE_NAME __FILE__ ":" testutil_stringify(__LINE__)
430 #define TEST_int_eq(a, b) test_int_eq(__FILE__, __LINE__, #a, #b, a, b)
431 #define TEST_int_ne(a, b) test_int_ne(__FILE__, __LINE__, #a, #b, a, b)
432 #define TEST_int_lt(a, b) test_int_lt(__FILE__, __LINE__, #a, #b, a, b)
433 #define TEST_int_le(a, b) test_int_le(__FILE__, __LINE__, #a, #b, a, b)
434 #define TEST_int_gt(a, b) test_int_gt(__FILE__, __LINE__, #a, #b, a, b)
435 #define TEST_int_ge(a, b) test_int_ge(__FILE__, __LINE__, #a, #b, a, b)
437 #define TEST_uint_eq(a, b) test_uint_eq(__FILE__, __LINE__, #a, #b, a, b)
438 #define TEST_uint_ne(a, b) test_uint_ne(__FILE__, __LINE__, #a, #b, a, b)
439 #define TEST_uint_lt(a, b) test_uint_lt(__FILE__, __LINE__, #a, #b, a, b
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/
aborttest.c 14 OPENSSL_die("Voluntary abort", __FILE__, __LINE__);
  /src/crypto/external/bsd/openssl.old/dist/test/
aborttest.c 14 OPENSSL_die("Voluntary abort", __FILE__, __LINE__);
testutil.h 114 # define TEST_CASE_NAME __FILE__ ":" testutil_stringify(__LINE__)
291 # define TEST_int_eq(a, b) test_int_eq(__FILE__, __LINE__, #a, #b, a, b)
292 # define TEST_int_ne(a, b) test_int_ne(__FILE__, __LINE__, #a, #b, a, b)
293 # define TEST_int_lt(a, b) test_int_lt(__FILE__, __LINE__, #a, #b, a, b)
294 # define TEST_int_le(a, b) test_int_le(__FILE__, __LINE__, #a, #b, a, b)
295 # define TEST_int_gt(a, b) test_int_gt(__FILE__, __LINE__, #a, #b, a, b)
296 # define TEST_int_ge(a, b) test_int_ge(__FILE__, __LINE__, #a, #b, a, b)
298 # define TEST_uint_eq(a, b) test_uint_eq(__FILE__, __LINE__, #a, #b, a, b)
299 # define TEST_uint_ne(a, b) test_uint_ne(__FILE__, __LINE__, #a, #b, a, b)
300 # define TEST_uint_lt(a, b) test_uint_lt(__FILE__, __LINE__, #a, #b, a, b
    [all...]
  /src/external/bsd/atf/dist/atf-c/detail/
sanity.h 42 atf_sanity_inv(__FILE__, __LINE__, #x); \
47 atf_sanity_pre(__FILE__, __LINE__, #x); \
52 atf_sanity_post(__FILE__, __LINE__, #x); \
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
assert.h 13 __FILE__, __LINE__, #e); \
24 __FILE__, __LINE__); \
35 __FILE__, __LINE__); \
  /src/external/bsd/jemalloc/include/jemalloc/internal/
assert.h 13 __FILE__, __LINE__, #e); \
24 __FILE__, __LINE__); \
35 __FILE__, __LINE__); \
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
assert.h 13 __FILE__, __LINE__, #e); \
24 __FILE__, __LINE__); \
35 __FILE__, __LINE__); \
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
assert.h 13 __FILE__, __LINE__, #e); \
24 __FILE__, __LINE__); \
35 __FILE__, __LINE__); \
  /src/crypto/external/bsd/openssh/dist/
log.h 106 #define do_log2(level, ...) sshlog(__FILE__, __func__, __LINE__, 0, level, NULL, __VA_ARGS__)
107 #define debug3(...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_DEBUG3, NULL, __VA_ARGS__)
108 #define debug2(...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_DEBUG2, NULL, __VA_ARGS__)
109 #define debug(...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_DEBUG1, NULL, __VA_ARGS__)
110 #define verbose(...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_VERBOSE, NULL, __VA_ARGS__)
111 #define logit(...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_INFO, NULL, __VA_ARGS__)
112 #define error(...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_ERROR, NULL, __VA_ARGS__)
113 #define fatal(...) sshfatal(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_FATAL, NULL, __VA_ARGS__)
114 #define logdie(...) sshlogdie(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_ERROR, NULL, __VA_ARGS__)
117 #define do_log2_f(level, ...) sshlog(__FILE__, __func__, __LINE__, 1, level, NULL, __VA_ARGS__
    [all...]
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
ioloop-common.h 37 #define dnssd_txn_create_shared() dnssd_txn_create_shared_(__FILE__, __LINE__)
dnssd-client.h 23 #define dnssd_client_retain(watcher) dnssd_client_retain_(watcher, __FILE__, __LINE__)
24 #define dnssd_client_release(watcher) dnssd_client_release_(watcher, __FILE__, __LINE__)
  /src/external/bsd/kyua-cli/dist/utils/logging/
macros.hpp 44 __FILE__, __LINE__, message)
51 __FILE__, __LINE__, message)
58 __FILE__, __LINE__, message)
65 __FILE__, __LINE__, message)
  /src/crypto/external/bsd/openssl.old/dist/external/perl/transfer/Text/
Template.pm 16 use lib catdir(dirname(__FILE__), "..", "..", "Text-Template-1.46", "lib");
18 use lib catdir(dirname(__FILE__), "..", "..", "Text-Template-1_46", "lib");
  /src/external/gpl3/gdb/dist/gdbsupport/
gdb_assert.h 31 (gdb_assert_fail (#expr, __FILE__, __LINE__, __func__), 0)))
43 internal_error_loc (__FILE__, __LINE__, _("%s: " message), __func__, \
  /src/external/gpl3/gdb/dist/sim/common/
sim-assert.h 42 lbasename (__FILE__), __LINE__, #EXPRESSION); \
64 lbasename (__FILE__), __LINE__, #EXPRESSION); \
  /src/external/gpl3/gdb.old/dist/gdbsupport/
gdb_assert.h 31 (gdb_assert_fail (#expr, __FILE__, __LINE__, __func__), 0)))
43 internal_error_loc (__FILE__, __LINE__, _("%s: " message), __func__, \
  /src/external/gpl3/gdb.old/dist/sim/common/
sim-assert.h 42 lbasename (__FILE__), __LINE__, #EXPRESSION); \
64 lbasename (__FILE__), __LINE__, #EXPRESSION); \
  /src/external/mpl/bind/dist/lib/isc/include/isc/
assertions.h 48 ((isc_assertion_failed)(__FILE__, __LINE__, \
54 ((isc_assertion_failed)(__FILE__, __LINE__, \
60 ((isc_assertion_failed)(__FILE__, __LINE__, \
66 ((isc_assertion_failed)(__FILE__, __LINE__, \
71 (isc_assertion_failed(__FILE__, __LINE__, isc_assertiontype_insist, \
  /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
assertions.h 52 ((isc_assertion_failed)(__FILE__, __LINE__, \
58 ((isc_assertion_failed)(__FILE__, __LINE__, \
64 ((isc_assertion_failed)(__FILE__, __LINE__, \
70 ((isc_assertion_failed)(__FILE__, __LINE__, \
75 (isc_assertion_failed(__FILE__, __LINE__, isc_assertiontype_insist, \
  /src/external/bsd/libarchive/dist/test_utils/
test_common.h 159 #define assert(e) assertion_assert(__FILE__, __LINE__, (e), #e, NULL)
162 assertion_chdir(__FILE__, __LINE__, path)
165 assertion_chmod(__FILE__, __LINE__, pathname, mode)
168 assertion_compare_fflags(__FILE__, __LINE__, patha, pathb, 0)
171 assertion_equal_int(__FILE__, __LINE__, (v1), #v1, (v2), #v2, NULL)
173 assertion_equal_address(__FILE__, __LINE__, (v1), #v1, (v2), #v2, NULL)
176 assertion_equal_string(__FILE__, __LINE__, (v1), #v1, (v2), #v2, NULL, 0)
178 assertion_equal_string(__FILE__, __LINE__, (v1), #v1, (v2), #v2, NULL, 1)
181 assertion_equal_wstring(__FILE__, __LINE__, (v1), #v1, (v2), #v2, NULL)
184 assertion_equal_mem(__FILE__, __LINE__, (v1), #v1, (v2), #v2, (l), #l, NULL
    [all...]
  /src/crypto/dist/ipsec-tools/src/racoon/
debugrm.h 58 DRM_malloc(__FILE__, __LINE__, __func__, (sz))
62 DRM_calloc(__FILE__, __LINE__, __func__, (cnt), (sz))
66 DRM_realloc(__FILE__, __LINE__, __func__, (old), (sz))
70 DRM_free(__FILE__, __LINE__, __func__, (p))
74 DRM_strdup(__FILE__, __LINE__, __func__, (p))
88 DRM_vmalloc(__FILE__, __LINE__, __func__, (sz))
90 DRM_vdup(__FILE__, __LINE__, __func__, (old))
92 DRM_vrealloc(__FILE__, __LINE__, __func__, (old), (sz))
94 DRM_vfree(__FILE__, __LINE__, __func__, (p))
  /src/lib/libc/include/isc/
memcluster.h 27 #define memget(s) __memget_debug(s, __FILE__, __LINE__)
28 #define memput(p, s) __memput_debug(p, s, __FILE__, __LINE__)
31 #define memget(s) __memget_record(s, __FILE__, __LINE__)
32 #define memput(p, s) __memput_record(p, s, __FILE__, __LINE__)

Completed in 40 milliseconds

1 2 3 4 5 6 7 8 91011>>