HomeSort by: relevance | last modified time | path
    Searched defs:__fgetln (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/stdio/
fparseln.c 55 #define __fgetln(f, l) __fgetstr(f, l, '\n') macro
57 #define __fgetln(f, l) fgetln(f, l)
130 if ((ptr = __fgetln(fp, &s)) == NULL)
fparseln.c 55 #define __fgetln(f, l) __fgetstr(f, l, '\n') macro
57 #define __fgetln(f, l) fgetln(f, l)
130 if ((ptr = __fgetln(fp, &s)) == NULL)

Completed in 22 milliseconds