Searched refs:__stream (Results 1 – 6 of 6) sorted by relevance
/include/ |
A D | mntent.h | 8 extern struct mntent *__getmntent_r (FILE *__stream, 11 extern int __addmntent (FILE *__stream, const struct mntent *__mnt); 12 extern int __endmntent (FILE *__stream);
|
A D | stdio.h | 56 FILE *__stream) attribute_hidden; 84 extern int __isoc99_fscanf (FILE *__restrict __stream, 162 extern void __flockfile (FILE *__stream) attribute_hidden; 165 extern void __funlockfile (FILE *__stream) attribute_hidden; 169 extern int __ftrylockfile (FILE *__stream); 270 __NTH (__feof_unlocked (FILE *__stream)) in libc_hidden_proto() 272 return __feof_unlocked_body (__stream); in libc_hidden_proto() 276 __NTH (__ferror_unlocked (FILE *__stream)) in __NTH() argument 278 return __ferror_unlocked_body (__stream); in __NTH() 288 __putc_unlocked (int __c, FILE *__stream) in __putc_unlocked() argument [all …]
|
A D | shadow.h | 22 extern int __fgetspent_r (FILE *__stream, struct spwd *__result_buf,
|
A D | pwd.h | 23 extern int __fgetpwent_r (FILE * __stream, struct passwd *__resultbuf,
|
A D | grp.h | 13 extern int __fgetgrent_r (FILE * __stream, struct group *__resultbuf,
|
A D | wchar.h | 233 extern int __isoc99_fwscanf (__FILE *__restrict __stream,
|
Completed in 15 milliseconds