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

/illumos-gate/usr/src/cmd/mailx/
H A Dfio.c46 static int getln(char *line, int max, FILE *f);
103 while ((n = getln(linebuf, sizeof (linebuf), ibuf)) > 0) {
339 nread = getln(line, sizeof (line), ibuf);
377 getln(char *line, int max, FILE *f) function

Completed in 57 milliseconds