Searched refs:__buf (Results 1 – 2 of 2) sorted by relevance
/stdlib/bits/ |
A D | stdlib.h | 52 extern int __ptsname_r_chk (int __fd, char *__buf, size_t __buflen, 55 extern int __REDIRECT_NTH (__ptsname_r_alias, (int __fd, char *__buf, 59 (int __fd, char *__buf, size_t __buflen, 65 __NTH (ptsname_r (int __fd, char *__buf, size_t __buflen)) in __NTH() argument 68 __glibc_objsize (__buf), in __NTH() 69 __fd, __buf, __buflen); in __NTH()
|
/stdlib/ |
A D | stdlib.h | 435 extern int random_r (struct random_data *__restrict __buf, 438 extern int srandom_r (unsigned int __seed, struct random_data *__buf) 443 struct random_data *__restrict __buf) 447 struct random_data *__restrict __buf) 892 extern char *gcvt (double __value, int __ndigit, char *__buf) 904 extern char *qgcvt (long double __value, int __ndigit, char *__buf) 911 int *__restrict __sign, char *__restrict __buf, 914 int *__restrict __sign, char *__restrict __buf, 919 char *__restrict __buf, size_t __len) 923 char *__restrict __buf, size_t __len) [all …]
|
Completed in 8 milliseconds