Searched refs:__size (Results 1 – 2 of 2) sorted by relevance
| /posix/bits/ |
| A D | unistd.h | 153 extern char *__getcwd_chk (char *__buf, size_t __size, size_t __buflen) 156 (char *__buf, size_t __size), getcwd) __wur; 158 (char *__buf, size_t __size, size_t __buflen), 164 __NTH (getcwd (char *__buf, size_t __size)) in __NTH() argument 166 return __glibc_fortify (getcwd, __size, sizeof (char), in __NTH() 168 __buf, __size); in __NTH() 208 extern int __getgroups_chk (int __size, __gid_t __list[], size_t __listlen) 213 (int __size, __gid_t __list[], size_t __listlen), 219 __NTH (getgroups (int __size, __gid_t __list[])) in __NTH() argument 221 return __glibc_fortify (getgroups, __size, sizeof (__gid_t), in __NTH() [all …]
|
| /posix/ |
| A D | unistd.h | 531 extern char *getcwd (char *__buf, size_t __size) __THROW __wur; 711 extern int getgroups (int __size, __gid_t __list[]) __THROW __wur 950 extern int profil (unsigned short int *__sample_buffer, size_t __size,
|
Completed in 7 milliseconds