| /bionic/libc/bionic/ |
| D | epoll_create.cpp | 31 int epoll_create(int /*obsolete_size*/) { in epoll_create() 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 | 82 int (*slingshot)(int, char**, char**), in __libc_init() argument
|
| D | libc_init_dynamic.cpp | 94 int (*slingshot)(int, char**, char**), in __libc_init() argument
|
| D | __vsprintf_chk.cpp | 47 extern "C" int __vsprintf_chk(char* dest, int /*flags*/, in __vsprintf_chk() argument
|
| D | __vsnprintf_chk.cpp | 47 extern "C" int __vsnprintf_chk(char* dest, size_t supplied_size, int /*flags*/, in __vsnprintf_chk() argument
|
| D | pty.cpp | 48 int grantpt(int) { in grantpt() argument
|
| D | semaphore.cpp | 125 sem_t* sem_open(const char*, int, ...) { in sem_open() argument
|
| D | stubs.cpp | 541 netent* getnetbyaddr(uint32_t /*net*/, int /*type*/) { in getnetbyaddr() argument 551 protoent* getprotobynumber(int /*proto*/) { in getprotobynumber() argument
|
| D | ndk_cruft.cpp | 331 void arc4random_addrandom(unsigned char*, int) { in arc4random_addrandom() argument
|
| /bionic/libc/malloc_debug/tests/ |
| D | log_fake.cpp | 90 extern "C" struct logger_list* android_logger_list_open(log_id_t, int, unsigned int, pid_t) { in android_logger_list_open() argument 103 extern "C" int android_log_processBinaryLogBuffer( in android_log_processBinaryLogBuffer() argument
|
| /bionic/libc/stdio/ |
| D | stdio.cpp | 550 int (*read_fn)(void*, char*, int), in __funopen() argument 579 int (*read_fn)(void*, char*, int), in funopen() argument 591 int (*read_fn)(void*, char*, int), in funopen64() argument
|
| /bionic/libc/upstream-netbsd/lib/libc/gen/ |
| D | ftw.c | 38 ftw(const char *path, int (*fn)(const char *, const struct stat *, int), in ftw() argument
|
| D | nftw.c | 39 nftw(const char *path, int (*fn)(const char *, const struct stat *, int, in nftw() argument
|
| /bionic/libc/malloc_debug/ |
| D | BacktraceData.cpp | 52 static void EnableToggle(int, siginfo_t*, void*) { in EnableToggle() 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
|
| 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 | stdio_test.cpp | 1122 auto read_fn = [](void*, char*, int) { return -1; }; in TEST() argument 1159 auto read_fn = [](void*, char*, int) { return -1; }; in TEST() argument 1161 auto seek_fn = [](void*, fpos_t, int) -> fpos_t { return 0xfedcba12; }; in TEST() argument 1162 auto seek64_fn = [](void*, fpos64_t, int) -> fpos64_t { return 0xfedcba12345678; }; in TEST() argument
|
| D | unistd_test.cpp | 202 static void PauseTestSignalHandler(int) { in PauseTestSignalHandler() argument 366 static void TestFsyncFunction(int (*fn)(int)) { in TestFsyncFunction() argument
|