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

/illumos-gate/usr/src/cmd/mailwrapper/
H A Dcompat.h49 char *fgetln(FILE *, size_t *);
H A Dfgetln.c2 /* $NetBSD: fgetln.c,v 1.3 2007/08/07 02:06:58 lukem Exp $ */
44 fgetln(FILE *fp, size_t *len) function
H A DMakefile24 MWOBJS= fgetln.o fparseln.o mailwrapper.o
H A Dfparseln.c92 * but unfortunately, fgetln does not let us
102 if ((ptr = fgetln(fp, &s)) == NULL)
/illumos-gate/usr/src/boot/include/
H A Dstdio.h135 /* separate buffer for fgetln() when line crosses buffer boundary */
136 struct __sbuf _lb; /* buffer for fgetln() */
176 #define __SMOD 0x2000 /* true => fgetln modified _p text */
403 char *fgetln(FILE *, size_t *);

Completed in 99 milliseconds