Searched refs:__fgetstr (Results 1 – 4 of 4) sorted by relevance
68 cp = __fgetstr(fp, lenp, '\n'); in __weak_alias()
81 extern char *__fgetstr(FILE * __restrict, size_t * __restrict, int);
98 __fgetstr(FILE *fp, size_t *lenp, int sep) in __fgetstr() function
66 #define __fgetln(f, l) __fgetstr(f, l, '\n')