Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
fgetln
usr/src/boot/include/stdio.h
403
char *fgetln(FILE *, size_t *);
usr/src/cmd/mailwrapper/compat.h
49
char *fgetln(FILE *, size_t *);
usr/src/cmd/mailwrapper/fparseln.c
102
if ((ptr = fgetln(fp, &s)) == NULL)