Searched refs:__fgetstr (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dfgetln.c68 cp = __fgetstr(fp, lenp, '\n');
H A Dlocal.h81 extern char *__fgetstr(FILE * __restrict, size_t * __restrict, int);
H A Dfgetstr.c98 __fgetstr(FILE *fp, size_t *lenp, int sep) function
H A Dfparseln.c66 #define __fgetln(f, l) __fgetstr(f, l, '\n')

Completed in 3198 milliseconds