Home
last modified time | relevance | path

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

/minix3/external/bsd/blacklist/port/
H A Dfparseln.c47 #define __fgetln(f, l) __fgetstr(f, l, '\n') macro
49 #define __fgetln(f, l) fgetln(f, l) macro
/minix3/lib/libc/stdio/
H A Dfparseln.c55 #define __fgetln(f, l) __fgetstr(f, l, '\n') macro