/bionic/libc/unistd/ |
D | getpriority.c | 34 int result = __getpriority(which, who); in getpriority() local
|
D | lseek64.c | 34 loff_t result; in lseek64() local
|
D | gethostname.c | 36 int result = 0; in gethostname() local
|
D | pselect.c | 37 int result; in pselect() local
|
D | signal.c | 35 __sighandler_t result = SIG_ERR; in _signal() local
|
D | opendir.c | 152 int readdir_r(DIR* dir, struct dirent *entry, struct dirent **result) in readdir_r()
|
/bionic/libc/bionic/ |
D | dirname_r.c | 37 int result, len; in dirname_r() local
|
D | basename_r.c | 37 int len, result; in basename_r() local
|
D | time64.c | 60 # define LOCALTIME_R(clock, result) localtime_r(clock, result) argument 62 # define LOCALTIME_R(clock, result) fake_localtime_r(clock, result) argument 65 # define GMTIME_R(clock, result) gmtime_r(clock, result) argument 67 # define GMTIME_R(clock, result) fake_gmtime_r(clock, result) argument 432 struct tm * fake_localtime_r(const time_t *clock, struct tm *result) { in fake_localtime_r() 450 struct tm * fake_gmtime_r(const time_t *clock, struct tm *result) { in fake_gmtime_r() 753 char *asctime64_r( const struct TM* date, char *result ) { in asctime64_r() 770 char *ctime64_r( const Time64_T* time, char* result ) { in ctime64_r()
|
D | malloc_debug_common.c | 63 int result; in hash_entry_compare() local 87 int result; in hash_entry_compare() local
|
D | pthread-timers.c | 519 int result; in timer_getoverrun() local
|
D | pthread.c | 349 int result; in pthread_create() local 660 int result = 0; in pthread_detach() local
|
D | dlmalloc.c | 4496 int result = 0; in dlmalloc_trim() local 4979 int result = 0; in mspace_trim() local 5004 size_t result; in mspace_footprint() local 5017 size_t result; in mspace_max_allowed_footprint() local 5050 size_t result; in mspace_max_footprint() local
|
/bionic/libc/tzcode/ |
D | asctime.c | 92 char result[MAX_ASCTIME_BUF_SIZE]; local
|
D | localtime.c | 294 register long result; local 307 register time_t result; local 647 register int result; local 1334 register struct tm * result; local 1433 struct tm* result; local 1453 register struct tm * result; local 1502 struct tm* result; local 1779 register int result; local 2077 time_t result; local 2099 time_t result; local [all …]
|
D | strptime.c | 412 int result = 0; in _conv_num() local
|
/bionic/libc/netbsd/net/ |
D | nsdispatch.c | 114 int i, result; in nsdispatch() local
|
/bionic/libc/stdlib/ |
D | wchar.c | 43 int result; in fwprintf() local 54 int result; in wprintf() local 65 int result; in swprintf() local 99 int result; in wscanf() local
|
/bionic/libc/netbsd/resolv/ |
D | res_debug.c | 557 const char *result; in p_type() local 593 const char *result; in p_class() local 1132 unsigned long result; in res_nametoclass() local 1155 unsigned long result; in res_nametotype() local
|
D | res_random.c | 235 u_int result; in res_randomid() local
|
D | res_cache.c | 1298 ResolvCacheStatus result = RESOLV_CACHE_NOTFOUND; in _resolv_cache_lookup() local
|
/bionic/linker/ |
D | linker_format.c | 267 int result; in log_vprint() local 332 unsigned result = 0; in parse_decimal() local 654 utest_expect(const char* result, const char* format, ...) in utest_expect()
|
/bionic/libc/netbsd/isc/ |
D | ev_timers.c | 273 int result=0; in evConfigTimer() local 301 int result=0; in evResetTimer() local
|
/bionic/libc/kernel/common/linux/ |
D | kd.h | 128 unsigned char diacr, base, result; member
|
/bionic/libc/netbsd/ |
D | gethnamaddr.c | 466 struct hostent**result, int *errorp) in gethostbyname_r()
|