Searched defs:__resolved (Results 1 - 2 of 2) sorted by relevance
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
H A D | stdlib.h | 25 char *__restrict __resolved, 29 char *__restrict __resolved), realpath) __wur; 32 char *__restrict __resolved, 38 __NTH (realpath (__const char *__restrict __name, char *__restrict __resolved)) argument 40 if (__bos (__resolved) != (size_t) -1) 43 if (__bos (__resolved) < PATH_MAX) 44 return __realpath_chk_warn (__name, __resolved, __bos (__resolved)); 46 return __realpath_chk (__name, __resolved, __bos (__resolved)); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
H A D | stdlib.h | 25 char *__restrict __resolved, 29 char *__restrict __resolved), realpath) __wur; 32 char *__restrict __resolved, 38 __NTH (realpath (__const char *__restrict __name, char *__restrict __resolved)) argument 40 if (__bos (__resolved) != (size_t) -1) 43 if (__bos (__resolved) < PATH_MAX) 44 return __realpath_chk_warn (__name, __resolved, __bos (__resolved)); 46 return __realpath_chk (__name, __resolved, __bos (__resolved)); [all...] |
Completed in 83 milliseconds