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

/netbsd-6-1-5-RELEASE/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)

Completed in 54 milliseconds