Home
last modified time | relevance | path

Searched defs:__fgetln (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/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
/netbsd-src/lib/libc/stdio/
H A Dfparseln.c55 #define __fgetln(f, l) __fgetstr(f, l, '\n') macro