OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
grep_fgetln
usr.bin/grep/grep.h
122
char *grep_fgetln(file_t *f, size_t *l);
usr.bin/grep/util.c
150
if ((ln.dat = grep_fgetln(f, &ln.len)) == NULL)