Searched refs:__fgetln (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/lib/libc/stdio/
H A Dfparseln.c55 #define __fgetln(f, l) __fgetstr(f, l, '\n') macro
57 #define __fgetln(f, l) fgetln(f, l)
130 if ((ptr = __fgetln(fp, &s)) == NULL)
/netbsd-current/external/bsd/blocklist/port/
H A Dfparseln.c47 #define __fgetln(f, l) __fgetstr(f, l, '\n') macro
49 #define __fgetln(f, l) fgetln(f, l) macro
117 if ((ptr = __fgetln(fp, &s)) == NULL)

Completed in 128 milliseconds