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

/netbsd-current/usr.bin/make/
H A Dmeta.c857 fgetLine(char **bufp, size_t *szp, int o, FILE *fp) function
1150 while (!oodate && (x = fgetLine(&buf, &bufsz, 0, fp)) > 0) {
1525 if ((n = fgetLine(&buf, &bufsz, x, fp)) <= 0)

Completed in 191 milliseconds