/bionic/tests/libs/ |
D | dlsym_from_this_functions.cpp | 25 int* result = static_cast<int*>(dlsym(RTLD_DEFAULT, "test_dlsym_symbol")); in lookup_dlsym_symbol_using_RTLD_DEFAULT() local 35 int* result = static_cast<int*>(dlsym(RTLD_DEFAULT, "test_dlsym_symbol2")); in lookup_dlsym_symbol2_using_RTLD_DEFAULT() local 45 int* result = static_cast<int*>(dlsym(RTLD_NEXT, "test_dlsym_symbol")); in lookup_dlsym_symbol_using_RTLD_NEXT() local
|
D | namespaces_root.cpp | 43 const char** result = static_cast<const char**>(dlsym(handle, "g_private_dlopened_string")); in ns_get_dlopened_string() local
|
/bionic/libc/bionic/ |
D | fork.cpp | 45 int result = syscall(__NR_clone, FORK_FLAGS, NULL, NULL, &(self->tid), NULL); in fork() local 47 int result = syscall(__NR_clone, FORK_FLAGS, NULL, NULL, NULL, &(self->tid)); in fork() local
|
D | statvfs.cpp | 51 int fstatfs(int fd, struct statfs* result) { in fstatfs() 61 int statfs(const char* path, struct statfs* result) { in statfs() 71 int statvfs(const char* path, struct statvfs* result) { in statvfs() 82 int fstatvfs(int fd, struct statvfs* result) { in fstatvfs()
|
D | __vsprintf_chk.cpp | 49 int result = vsnprintf(dest, dest_len_from_compiler, format, va); in __vsprintf_chk() local 71 int result = __vsprintf_chk(dest, flags, dest_len_from_compiler, format, va); in __sprintf_chk() local
|
D | strerror.cpp | 38 char* result = const_cast<char*>(__strerror_lookup(error_number)); in strerror() local
|
D | strsignal.cpp | 39 char* result = const_cast<char*>(__strsignal_lookup(signal_number)); in strsignal() local
|
D | getpriority.c | 34 int result = __getpriority(which, who); in getpriority() local
|
D | strtold.cpp | 36 long double result; in strtold() local
|
D | sigpending.cpp | 37 int result = __rt_sigpending(&set, sizeof(set)); in sigpending() local
|
D | sigwait.cpp | 43 int result = __rt_sigtimedwait(sigset.get(), NULL, NULL, sizeof(sigset)); in sigwait() local
|
D | pthread_getcpuclockid.cpp | 40 clockid_t result = ~static_cast<clockid_t>(thread->tid) << 3; in pthread_getcpuclockid() local
|
D | time64.c | 64 # define LOCALTIME_R(clock, result) localtime_r(clock, result) argument 66 # define LOCALTIME_R(clock, result) fake_localtime_r(clock, result) argument 69 # define GMTIME_R(clock, result) gmtime_r(clock, result) argument 71 # define GMTIME_R(clock, result) fake_gmtime_r(clock, result) argument 427 struct tm * fake_localtime_r(const time_t *clock, struct tm *result) { in fake_localtime_r() 445 struct tm * fake_gmtime_r(const time_t *clock, struct tm *result) { in fake_gmtime_r() 748 char *asctime64_r( const struct TM* date, char *result ) { in asctime64_r() 779 char *ctime64_r( const Time64_T* time, char* result ) { in ctime64_r()
|
D | clock_getcpuclockid.cpp | 38 clockid_t result = ~static_cast<clockid_t>(pid) << 3; in clock_getcpuclockid() local
|
D | pthread_sigmask.cpp | 37 int result = sigprocmask(how, new_set, old_set); in pthread_sigmask() local
|
D | fchmod.cpp | 40 int result = ___fchmod(fd, mode); in fchmod() local
|
D | fchmodat.cpp | 60 int result = fchmod(fd, mode); in fchmodat() local
|
D | flistxattr.cpp | 40 ssize_t result = ___flistxattr(fd, list, size); in flistxattr() local
|
/bionic/tests/ |
D | bug_26110743_test.cpp | 51 void* result; in TEST() local 66 void* result; in TEST() local 95 void* result; in TEST() local 110 void* result; in TEST() local
|
D | semaphore_test.cpp | 89 void* result; in TEST() local 173 int result = sem_wait(sem); in SemWaitEINTRThreadFn() local 203 void* result; in TEST() local 226 void* result; in TEST() local
|
D | netdb_test.cpp | 200 int result = gethostbyname_r("localhost", &hent, buf, sizeof(buf), &hp, &err); in TEST() local 222 int result = gethostbyname2_r("localhost", AF_INET, &hent, buf, sizeof(buf), &hp, &err); in TEST() local 251 int result = gethostbyaddr_r(&addr, sizeof(addr), AF_INET, &hent, buf, sizeof(buf), &hp, &err); in TEST() local 273 int result = gethostbyname_r("localhost", &hent, buf, sizeof(buf), &hp, &err); in TEST() local 283 int result = gethostbyname2_r("localhost", AF_INET, &hent, buf, sizeof(buf), &hp, &err); in TEST() local 294 int result = gethostbyaddr_r(&addr, sizeof(addr), AF_INET, &hent, buf, sizeof(buf), &hp, &err); in TEST() local
|
/bionic/libc/private/ |
D | ThreadLocalBuffer.h | 47 T* result = reinterpret_cast<T*>(pthread_getspecific(key_)); in get() local
|
/bionic/libc/upstream-netbsd/lib/libc/stdlib/ |
D | reallocarr.c | 59 int saved_errno, result; in __weak_alias() local
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_csqrt.c | 51 double complex result; in csqrt() local
|
D | s_csqrtl.c | 51 long double complex result; in csqrtl() local
|