Home
last modified time | relevance | path

Searched refs:__result (Results 1 – 7 of 7) sorted by relevance

/bionic/libc/include/bits/
Dsys_statvfs_inlines.h58 struct statvfs* __result) { in statvfs() argument
62 __bionic_statfs_to_statvfs(&__tmp, __result); in statvfs()
67 struct statvfs* __result) { in fstatvfs() argument
71 __bionic_statfs_to_statvfs(&__tmp, __result); in fstatvfs()
80 struct statvfs64* __result) { in statvfs64() argument
82 __result)); in statvfs64()
86 struct statvfs64* __result) { in fstatvfs64() argument
88 __result)); in fstatvfs64()
Dthreads_inlines.h132 int __result = __data.__func(__data.__arg); in __bionic_thrd_trampoline() local
134 __BIONIC_CAST(static_cast, uintptr_t, __result)); in __bionic_thrd_trampoline()
145 int __result = __bionic_thrd_error(pthread_create(__thrd, NULL, in thrd_create() local
148 if (__result != thrd_success) free(__pthread_arg); in thrd_create()
149 return __result; in thrd_create()
164 __BIONIC_THREADS_INLINE void thrd_exit(int __result) { in thrd_exit() argument
166 __BIONIC_CAST(static_cast, uintptr_t, __result))); in thrd_exit()
169 __BIONIC_THREADS_INLINE int thrd_join(thrd_t __thrd, int* __result) { in thrd_join() argument
172 if (__result) { in thrd_join()
173 *__result = __BIONIC_CAST(reinterpret_cast, intptr_t, __pthread_result); in thrd_join()
/bionic/libc/include/
Dpwd.h92 …nam_r(const char* __name, struct passwd* __pwd, char* __buf, size_t __n, struct passwd** __result);
93 int getpwuid_r(uid_t __uid, struct passwd* __pwd, char* __buf, size_t __n, struct passwd** __result
Dgrp.h58 int getgrgid_r(gid_t __gid, struct group* __group, char* __buf, size_t __n, struct group** __result
59 … __name, struct group* __group, char* __buf, size_t __n, struct group** __result) __INTRODUCED_IN(…
Dnetdb.h199 …t char* __node, const char* __service, const struct addrinfo* __hints, struct addrinfo** __result);
212 …struct hostent* __ret, char* __buf, size_t __buf_size, struct hostent** __result, int* __h_errno_p…
214 …struct hostent* __ret, char* __buf, size_t __buf_size, struct hostent** __result, int* __h_errno_p…
216 …struct hostent* __ret, char* __buf, size_t __buf_size, struct hostent** __result, int* __h_errno_p…
Dthreads.h178 void thrd_exit(int __result) __noreturn __INTRODUCED_IN(30);
184 int thrd_join(thrd_t __thrd, int* __result) __INTRODUCED_IN(30);
Dsearch.h146 int hsearch_r(ENTRY __entry, ACTION __action, ENTRY** __result, struct hsearch_data* __table) __INT…