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

/illumos-gate/usr/src/cmd/mailwrapper/
H A Dcompat.h48 char *fparseln(FILE *, size_t *, size_t *, const char[3], int);
H A Dfparseln.c1 /* $NetBSD: fparseln.c,v 1.9 1999/09/20 04:48:06 lukem Exp $ */
64 * fparseln():
70 fparseln(FILE *fp, size_t *size, size_t *lineno, const char str[3], int flags) function
190 while ((ptr = fparseln(stdin, &size, &line, NULL,
H A DMakefile24 MWOBJS= fgetln.o fparseln.o mailwrapper.o
H A Dmailwrapper.c119 if ((line = fparseln(config, &len, &lineno, NULL, 0)) == NULL) {

Completed in 46 milliseconds