| /bionic/libc/bionic/ |
| D | netdb.cpp | 39 netent* getnetbyaddr(uint32_t /*net*/, int /*type*/) { in getnetbyaddr() argument 55 protoent* getprotobynumber(int /*proto*/) { in getprotobynumber() argument 63 void setnetent(int /*stayopen*/) { in setnetent() argument 66 void setprotoent(int /*stayopen*/) { in setprotoent() argument
|
| D | nl_types.cpp | 33 nl_catd catopen(const char*, int) { in catopen() argument 37 char* catgets(nl_catd, int, int, const char* message) { in catgets() argument
|
| D | ftw.cpp | 28 static int do_nftw(const char *path, in do_nftw() argument 29 int (*ftw_fn)(const char*, const struct stat*, int), in do_nftw() argument 117 int ftw(const char* path, int (*ftw_fn)(const char*, const struct stat*, int), int nfds) { in ftw() argument 121 int nftw(const char* path, int (*nftw_fn)(const char*, const struct stat*, int, FTW*), in nftw() argument
|
| D | syslog.cpp | 31 void openlog(const char* log_tag, int /*options*/, int /*facility*/) { in openlog() argument
|
| D | lfs64_support.cpp | 40 int (*fn)(const char*, const struct stat64*, int), int nopenfd) { in ftw64() argument 44 int nftw64(const char * dirpath, in nftw64() argument
|
| D | libc_init_static.cpp | 84 int (*slingshot)(int, char**, char**), in __libc_init() argument
|
| D | icu_wrappers.cpp | 44 bool __icu_hasBinaryProperty(wint_t wc, UProperty property, int (*fallback)(int)) { in __icu_hasBinaryProperty() argument
|
| D | libc_init_dynamic.cpp | 113 int (*slingshot)(int, char**, char**), in __libc_init() argument
|
| D | wcstod.cpp | 64 f._read = [](void*, char*, int) { return 0; }; // aka `eofread`, aka "no more data". in wcstod() argument
|
| D | pty.cpp | 46 int grantpt(int) { in grantpt() argument
|
| D | fortify.cpp | 155 extern "C" void* __memset_chk_fail(void* /*dst*/, int /*byte*/, size_t count, size_t dst_len) { in __memset_chk_fail() argument 406 extern "C" int __vsnprintf_chk(char* dst, size_t supplied_size, int /*flags*/, in __vsnprintf_chk() argument 423 extern "C" int __vsprintf_chk(char* dst, int /*flags*/, in __vsprintf_chk() argument
|
| D | semaphore.cpp | 125 sem_t* sem_open(const char*, int, ...) { in sem_open() argument
|
| /bionic/libc/malloc_debug/tests/ |
| D | log_fake.cpp | 89 extern "C" struct logger_list* android_logger_list_open(log_id_t, int, unsigned int, pid_t) { in android_logger_list_open() argument 102 extern "C" int android_log_processBinaryLogBuffer( in android_log_processBinaryLogBuffer() argument
|
| /bionic/tests/ |
| D | signal_test.cpp | 54 static void TestSigSet2(int (fn)(SigSetT*, int)) { in TestSigSet2() argument 199 ScopedSignalHandler ssh(SIGALRM, [](int) { ++g_sigsuspend_signal_handler_call_count; }); in TEST() argument 241 ScopedSignalHandler ssh(SIGRTMIN, [](int) { ++g_sigsuspend64_signal_handler_call_count; }); in TEST() argument 273 static void TestSigAction(int (sigaction_fn)(int, const SigActionT*, SigActionT*), in TestSigAction() argument 274 int (sigaddset_fn)(SigSetT*, int), in TestSigAction() argument 293 auto no_op_signal_handler = [](int) {}; in TestSigAction() argument 311 auto no_op_sigaction = [](int, siginfo_t*, void*) {}; in TestSigAction() argument 395 sa.sa_handler = [](int) { sigset = GetSignalMask(); }; in TEST() argument 407 sa.sa_handler = [](int) { sigset = GetSignalMask(); }; in TEST() argument 724 handler.sa_sigaction = [](int, siginfo_t* siginfo, void*) { received = *siginfo; }; in TEST() argument [all …]
|
| D | stack_unwinding_test.cpp | 85 static void noinline UnwindSignalHandler(int) { in UnwindSignalHandler() argument
|
| D | semaphore_test.cpp | 179 static void sem_wait_test_signal_handler(int) { in sem_wait_test_signal_handler() argument
|
| D | unistd_test.cpp | 214 static void PauseTestSignalHandler(int) { in PauseTestSignalHandler() argument 378 static void TestSyncFunction(int (*fn)(int)) { in TestSyncFunction() argument 406 static void TestFsyncFunction(int (*fn)(int)) { in TestFsyncFunction() argument 438 static void TestGetPidCachingWithFork(int (*fork_fn)(), void (*exit_fn)(int)) { in TestGetPidCachingWithFork() 472 static void TestGetTidCachingWithFork(int (*fork_fn)(), void (*exit_fn)(int)) { in TestGetTidCachingWithFork()
|
| D | search_test.cpp | 63 static void node_walk(const void* p, VISIT order, int) { in node_walk() argument
|
| D | sys_socket_test.cpp | 64 static void RunTest(void (*test_fn)(struct sockaddr_un*, int), in RunTest() argument
|
| /bionic/libc/upstream-openbsd/lib/libc/stdlib/ |
| D | tsearch.c | 95 trecurse(node *root, void (*action)(const void *, VISIT, int), int level) in trecurse() argument 112 twalk(const void *vroot, void (*action)(const void *, VISIT, int)) in twalk() argument
|
| /bionic/benchmarks/ |
| D | util.cpp | 68 bool LockToCPU(int) { in LockToCPU() argument
|
| /bionic/libc/stdio/ |
| D | stdio.cpp | 631 int (*read_fn)(void*, char*, int), in __funopen() argument 660 int (*read_fn)(void*, char*, int), in funopen() argument 672 int (*read_fn)(void*, char*, int), in funopen64() argument
|
| /bionic/libc/malloc_debug/ |
| D | RecordData.cpp | 115 static void RecordDump(int, siginfo_t*, void*) { in RecordDump() argument
|
| D | PointerData.cpp | 77 static void ToggleBacktraceEnable(int, siginfo_t*, void*) { in ToggleBacktraceEnable() argument 81 static void EnableDump(int, siginfo_t*, void*) { in EnableDump() argument
|
| /bionic/libc/malloc_hooks/ |
| D | malloc_hooks.cpp | 97 bool hooks_initialize(const MallocDispatch* malloc_dispatch, int*, const char*) { in hooks_initialize() argument
|