HomeSort by relevance Sort by last modified time
    Searched full:__fgetstr (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
fgetln.c 68 cp = __fgetstr(fp, lenp, '\n');
fgetstr.c 98 __fgetstr(FILE *fp, size_t *lenp, int sep) function
local.h 81 extern char *__fgetstr(FILE * __restrict, size_t * __restrict, int);
fparseln.c 66 #define __fgetln(f, l) __fgetstr(f, l, '\n')

Completed in 136 milliseconds