| /freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/dd/ |
| HD | dd_interceptors.cpp | 42 INTERCEPTOR(int, pthread_mutex_destroy, pthread_mutex_t *m) { in INTERCEPTOR() argument 48 INTERCEPTOR(int, pthread_mutex_lock, pthread_mutex_t *m) { in INTERCEPTOR() argument 56 INTERCEPTOR(int, pthread_mutex_trylock, pthread_mutex_t *m) { in INTERCEPTOR() argument 64 INTERCEPTOR(int, pthread_mutex_unlock, pthread_mutex_t *m) { in INTERCEPTOR() argument 70 INTERCEPTOR(int, pthread_spin_destroy, pthread_spinlock_t *m) { in INTERCEPTOR() argument 77 INTERCEPTOR(int, pthread_spin_lock, pthread_spinlock_t *m) { in INTERCEPTOR() argument 85 INTERCEPTOR(int, pthread_spin_trylock, pthread_spinlock_t *m) { in INTERCEPTOR() argument 93 INTERCEPTOR(int, pthread_spin_unlock, pthread_spinlock_t *m) { in INTERCEPTOR() argument 99 INTERCEPTOR(int, pthread_rwlock_destroy, pthread_rwlock_t *m) { in INTERCEPTOR() argument 105 INTERCEPTOR(int, pthread_rwlock_rdlock, pthread_rwlock_t *m) { in INTERCEPTOR() argument [all …]
|
| /freebsd-11-stable/crypto/openssl/crypto/ |
| HD | mem.c | 170 int CRYPTO_set_mem_ex_functions(void *(*m) (size_t, const char *, int), in CRYPTO_set_mem_ex_functions() argument 201 int CRYPTO_set_locked_mem_ex_functions(void *(*m) (size_t, const char *, int), in CRYPTO_set_locked_mem_ex_functions() argument 214 int CRYPTO_set_mem_debug_functions(void (*m) in CRYPTO_set_mem_debug_functions() argument 215 (void *, int, const char *, int, int), in CRYPTO_set_mem_debug_functions() argument 244 void CRYPTO_get_mem_ex_functions(void *(**m) (size_t, const char *, int), in CRYPTO_get_mem_ex_functions() argument 267 *(**m) (size_t, const char *, int), in CRYPTO_get_locked_mem_ex_functions() argument 278 (void *, int, const char *, int, int), in CRYPTO_get_mem_debug_functions() argument
|
| /freebsd-11-stable/contrib/groff/src/preproc/refer/ |
| HD | command.cpp | 347 static void accumulate_command(int, argument *) in accumulate_command() argument 352 static void no_accumulate_command(int, argument *) in no_accumulate_command() argument 357 static void move_punctuation_command(int, argument *) in move_punctuation_command() argument 362 static void no_move_punctuation_command(int, argument *) in no_move_punctuation_command() argument 376 static void no_sort_command(int, argument *) in no_sort_command() argument 400 static void default_database_command(int, argument *) in default_database_command() argument 405 static void no_default_database_command(int, argument *) in no_default_database_command() argument 441 static void no_annotate_command(int, argument *) in no_annotate_command() argument 447 static void reverse_command(int, argument *argv) in reverse_command() argument 452 static void no_reverse_command(int, argument *) in no_reverse_command() argument [all …]
|
| /freebsd-11-stable/crypto/openssl/crypto/bn/ |
| HD | bn_depr.c | 70 BIGNUM *BN_generate_prime(BIGNUM *ret, int bits, int safe, in BN_generate_prime() argument 96 int BN_is_prime(const BIGNUM *a, int checks, in BN_is_prime() argument 105 int BN_is_prime_fasttest(const BIGNUM *a, int checks, in BN_is_prime_fasttest() argument
|
| /freebsd-11-stable/crypto/openssh/ |
| HD | atomicio.c | 52 atomicio6(ssize_t (*f) (int, void *, size_t), int fd, void *_s, size_t n, in atomicio6() 92 atomicio(ssize_t (*f) (int, void *, size_t), int fd, void *_s, size_t n) in atomicio() 101 atomiciov6(ssize_t (*f) (int, const struct iovec *, int), int fd, in atomiciov6() argument 166 atomiciov(ssize_t (*f) (int, const struct iovec *, int), int fd, in atomiciov() argument
|
| /freebsd-11-stable/contrib/gcclibs/libmudflap/ |
| HD | mf-hooks2.c | 160 WRAPPER2(int, memcmp, const void *s1, const void *s2, size_t n) in WRAPPER2() argument 262 WRAPPER2(int, strcmp, const char *s1, const char *s2) in WRAPPER2() argument 275 WRAPPER2(int, strcasecmp, const char *s1, const char *s2) in WRAPPER2() argument 288 WRAPPER2(int, strncmp, const char *s1, const char *s2, size_t n) in WRAPPER2() argument 301 WRAPPER2(int, strncasecmp, const char *s1, const char *s2, size_t n) in WRAPPER2() argument 445 WRAPPER2(int, bcmp, const void *s1, const void *s2, size_t n) in WRAPPER2() argument 679 WRAPPER2(int, setvbuf, FILE *stream, char *buf, int mode, size_t size) in WRAPPER2() argument 703 WRAPPER2(int, setbuf, FILE* stream, char *buf) in WRAPPER2() argument 710 WRAPPER2(int, setbuffer, FILE* stream, char *buf, size_t sz) in WRAPPER2() argument 717 WRAPPER2(int, setlinebuf, FILE* stream) in WRAPPER2() argument [all …]
|
| /freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| HD | tsan_interceptors_posix.cpp | 354 TSAN_INTERCEPTOR(int, usleep, long_t usec) { in TSAN_INTERCEPTOR() argument 361 TSAN_INTERCEPTOR(int, nanosleep, void *req, void *rem) { in TSAN_INTERCEPTOR() argument 368 TSAN_INTERCEPTOR(int, pause, int fake) { in TSAN_INTERCEPTOR() argument 401 TSAN_INTERCEPTOR(int, atexit, void (*f)()) { in TSAN_INTERCEPTOR() argument 411 TSAN_INTERCEPTOR(int, __cxa_atexit, void (*f)(void *a), void *arg, void *dso) { in TSAN_INTERCEPTOR() argument 457 TSAN_INTERCEPTOR(int, on_exit, void(*f)(int, void*), void *arg) { in TSAN_INTERCEPTOR() argument 600 DEFINE_REAL(int, setjmp_symname, void *env) in DEFINE_REAL() argument 778 TSAN_INTERCEPTOR(int, munmap, void *addr, long_t sz) { in TSAN_INTERCEPTOR() argument 827 TSAN_INTERCEPTOR(int, posix_memalign, void **memptr, uptr align, uptr sz) { in TSAN_INTERCEPTOR() argument 858 STDCXX_INTERCEPTOR(int, __cxa_guard_acquire, atomic_uint32_t *g) { in STDCXX_INTERCEPTOR() argument [all …]
|
| /freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| HD | FuzzerUtilPosix.cpp | 32 static void AlarmHandler(int, siginfo_t *, void *) { in AlarmHandler() argument 45 static void CrashHandler(int, siginfo_t *, void *) { in CrashHandler() argument 49 static void InterruptHandler(int, siginfo_t *, void *) { in InterruptHandler() argument 53 static void GracefulExitHandler(int, siginfo_t *, void *) { in GracefulExitHandler() argument 57 static void FileSizeExceedHandler(int, siginfo_t *, void *) { in FileSizeExceedHandler() argument 62 void (*callback)(int, siginfo_t *, void *)) { in SetSigaction() argument
|
| /freebsd-11-stable/libexec/ypxfr/ |
| HD | ypxfr_getmap.c | 62 int (*callback)(int, char *, int, char *, int, char*)) in ypxfr_get_map() argument
|
| /freebsd-11-stable/lib/libc/stdio/ |
| HD | funopen.c | 46 int (*readfn)(void *, char *, int), in funopen() argument
|
| /freebsd-11-stable/contrib/ntp/libntp/ |
| HD | syssignal.c | 31 void (*func)(int) in signal_no_reset() 66 RETSIGTYPE (*func)(int) in signal_no_reset() 86 RETSIGTYPE (*func)(int) in signal_no_reset() 104 RETSIGTYPE (*func)(int) in signal_no_reset()
|
| /freebsd-11-stable/tools/regression/sockets/unix_cmsg/ |
| HD | t_generic.c | 40 t_generic(int (*client_func)(int), int (*server_func)(int)) in t_generic() argument
|
| /freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/ |
| HD | asan_malloc_win.cpp | 87 void _free_dbg(void *ptr, int) { in _free_dbg() argument 108 void *_malloc_dbg(size_t size, int, const char *, int) { in _malloc_dbg() argument 124 void *_calloc_dbg(size_t nmemb, size_t size, int, const char *, int) { in _calloc_dbg() argument 140 void *_realloc_dbg(void *ptr, size_t size, int) { in _realloc_dbg() argument 189 int _CrtDbgReport(int, const char*, int, in _CrtDbgReport() argument 194 int _CrtDbgReportW(int reportType, const wchar_t*, int, in _CrtDbgReportW() argument 199 int _CrtSetReportMode(int, int) { in _CrtSetReportMode() argument
|
| /freebsd-11-stable/contrib/libstdc++/config/locale/generic/ |
| D | messages_members.cc | 49 messages<wchar_t>::do_get(catalog, int, int, const wstring& __dfault) const in do_get() argument
|
| D | messages_members.h | 72 messages<_CharT>::do_get(catalog, int, int, in do_get() argument
|
| /freebsd-11-stable/crypto/openssl/crypto/dh/ |
| HD | dh_depr.c | 66 DH *DH_generate_parameters(int prime_len, int generator, in DH_generate_parameters() argument
|
| /freebsd-11-stable/contrib/libstdc++/config/locale/gnu/ |
| D | messages_members.cc | 64 messages<wchar_t>::do_get(catalog, int, int, const wstring& __dfault) const in do_get() argument
|
| /freebsd-11-stable/crypto/openssl/crypto/rsa/ |
| HD | rsa_depr.c | 73 RSA *RSA_generate_key(int bits, unsigned long e_value, in RSA_generate_key() argument
|
| /freebsd-11-stable/contrib/libstdc++/config/locale/ieee_1003.1-2001/ |
| D | messages_members.cc | 53 messages<wchar_t>::do_get(catalog, int, int, const wstring& __dfault) const in do_get() argument
|
| /freebsd-11-stable/crypto/heimdal/lib/krb5/ |
| HD | prog_setup.c | 46 krb5_program_setup(krb5_context *context, int argc, char **argv, in krb5_program_setup() argument 48 void (KRB5_LIB_CALL *usage)(int, struct getargs*, int)) in krb5_program_setup()
|
| /freebsd-11-stable/crypto/openssl/crypto/dsa/ |
| HD | dsa_depr.c | 92 DSA *DSA_generate_parameters(int bits, in DSA_generate_parameters() argument
|
| /freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/ |
| HD | msan_interceptors.cpp | 169 INTERCEPTOR(int, posix_memalign, void **memptr, SIZE_T alignment, SIZE_T size) { in INTERCEPTOR() argument 268 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() argument 480 INTERCEPTOR(int, swprintf, void *str, uptr size, void *format, ...) { in INTERCEPTOR() argument 539 INTERCEPTOR(int, mbtowc, wchar_t *dest, const char *src, SIZE_T n) { in INTERCEPTOR() argument 592 INTERCEPTOR(int, wcscmp, const wchar_t *s1, const wchar_t *s2) { in INTERCEPTOR() argument 598 INTERCEPTOR(int, gettimeofday, void *tv, void *tz) { in INTERCEPTOR() argument 643 INTERCEPTOR(int, setenv, const char *name, const char *value, int overwrite) { in INTERCEPTOR() argument 651 INTERCEPTOR(int, putenv, char *string) { in INTERCEPTOR() argument 659 INTERCEPTOR(int, fstat, int fd, void *buf) { in INTERCEPTOR() argument 672 INTERCEPTOR(int, __fxstat, int magic, int fd, void *buf) { in INTERCEPTOR() argument [all …]
|
| /freebsd-11-stable/contrib/unbound/util/ |
| HD | ub_event_pluggable.c | 193 void (*cb)(int, short, void*), void* arg, struct timeval* tv) in my_timer_add() argument 277 void (*cb)(int, short, void*), void* arg) in my_event_new() argument 297 void (*cb)(int, short, void*), void* arg) in my_signal_new() argument 317 void (*cb)(int, short, void*), void* arg) in my_winsock_register_wsaevent() argument 509 void (*cb)(int, short, void*), void* arg) in ub_event_new() argument 521 void (*cb)(int, short, void*), void* arg) in ub_signal_new() argument 533 void (*cb)(int, short, void*), void* arg) in ub_winsock_register_wsaevent() argument 608 void (*cb)(int, short, void*), void* arg, struct timeval* tv) in ub_timer_add() argument
|
| /freebsd-11-stable/contrib/gdb/gdb/ |
| HD | fbsd-proc.c | 73 fbsd_find_memory_regions (int (*func) (CORE_ADDR, unsigned long, in fbsd_find_memory_regions() argument
|
| /freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/bin_search_tree_/ |
| D | point_iterators.hpp | 197 operator++(int) in operator ++() argument 212 operator--(int) in operator --() argument 353 operator++(int) in operator ++() argument 368 operator--(int) in operator --() argument
|