| /bionic/libc/bionic/ |
| 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 | netdb.cpp | 37 netent* getnetbyaddr(uint32_t /*net*/, int /*type*/) { in getnetbyaddr() argument 47 protoent* getprotobynumber(int /*proto*/) { in getprotobynumber() 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 | 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 | syslog.cpp | 31 void openlog(const char* log_tag, int /*options*/, int /*facility*/) { in openlog() argument
|
| D | libc_init_static.cpp | 83 int (*slingshot)(int, char**, char**), in __libc_init() argument
|
| D | libc_init_dynamic.cpp | 99 int (*slingshot)(int, char**, char**), in __libc_init() argument
|
| D | wcstod.cpp | 61 f._read = [](void*, char*, int) { return 0; }; // aka `eofread`, aka "no more data". in wcstod() argument
|
| D | pty.cpp | 45 int grantpt(int) { in grantpt() argument
|
| D | fortify.cpp | 160 extern "C" void* __memset_chk_fail(void* /*dst*/, int /*byte*/, size_t count, size_t dst_len) { in __memset_chk_fail() argument 416 extern "C" int __vsnprintf_chk(char* dst, size_t supplied_size, int /*flags*/, in __vsnprintf_chk() argument 433 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
|
| D | wctype.cpp | 39 static bool __icu_hasBinaryProperty(wint_t wc, UProperty property, int (*fallback)(int)) { in __icu_hasBinaryProperty() 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/libs/ |
| D | check_rtld_next_from_library.cpp | 28 extern "C" int __attribute__((weak)) close(int) { in close() argument
|
| /bionic/libc/malloc_debug/ |
| D | BacktraceData.cpp | 44 static void EnableToggle(int, siginfo_t*, void*) { in EnableToggle() argument
|
| D | RecordData.cpp | 122 static void RecordDump(int, siginfo_t*, void*) { in RecordDump() argument
|
| /bionic/libc/upstream-openbsd/lib/libc/stdlib/ |
| D | tsearch.c | 96 trecurse(node *root, void (*action)(const void *, VISIT, int), int level) in trecurse() argument 113 twalk(const void *vroot, void (*action)(const void *, VISIT, int)) in twalk() argument
|
| /bionic/tests/ |
| D | signal_test.cpp | 154 static void SigSuspendTestHelper(int) { in SigSuspendTestHelper() argument 200 static void EmptySignalHandler(int) {} in EmptySignalHandler() argument 201 static void EmptySignalAction(int, siginfo_t*, void*) {} in EmptySignalAction() argument 392 handler.sa_sigaction = [](int, siginfo_t* siginfo, void*) { received = *siginfo; }; in TEST() argument 469 auto sigalrm_handler = [](int) { sigalrm_handler_call_count++; }; in TEST() argument 503 auto sigalrm_handler = [](int) { }; in TEST() argument
|
| D | stack_unwinding_test.cpp | 85 static void noinline UnwindSignalHandler(int) { in UnwindSignalHandler() argument
|
| D | semaphore_test.cpp | 165 static void sem_wait_test_signal_handler(int) { in sem_wait_test_signal_handler() argument
|
| D | search_test.cpp | 63 static void node_walk(const void* p, VISIT order, int) { in node_walk() argument
|
| D | sys_socket_test.cpp | 62 static void RunTest(void (*test_fn)(struct sockaddr_un*, int), in RunTest() argument
|
| D | unistd_test.cpp | 214 static void PauseTestSignalHandler(int) { in PauseTestSignalHandler() argument 378 static void TestFsyncFunction(int (*fn)(int)) { in TestFsyncFunction() argument 429 static void TestGetPidCachingWithFork(int (*fork_fn)(), void (*exit_fn)(int)) { in TestGetPidCachingWithFork() 463 static void TestGetTidCachingWithFork(int (*fork_fn)(), void (*exit_fn)(int)) { in TestGetTidCachingWithFork()
|
| D | stdio_test.cpp | 1240 auto read_fn = [](void*, char*, int) { return -1; }; in TEST() argument 1277 auto read_fn = [](void*, char*, int) { return -1; }; in TEST() argument 1279 auto seek_fn = [](void*, fpos_t, int) -> fpos_t { return 0xfedcba12; }; in TEST() argument 1280 auto seek64_fn = [](void*, fpos64_t, int) -> fpos64_t { return 0xfedcba12345678; }; in TEST() argument
|
| /bionic/libc/stdio/ |
| D | stdio.cpp | 596 int (*read_fn)(void*, char*, int), in __funopen() argument 625 int (*read_fn)(void*, char*, int), in funopen() argument 637 int (*read_fn)(void*, char*, int), in funopen64() argument
|