Searched refs:fparseln (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/mailwrapper/ |
H A D | fparseln.c | 70 fparseln(FILE *fp, size_t *size, size_t *lineno, const char str[3], int flags) in fparseln() function 190 while ((ptr = fparseln(stdin, &size, &line, NULL, in main()
|
H A D | compat.h | 48 char *fparseln(FILE *, size_t *, size_t *, const char[3], int);
|
H A D | Makefile | 24 MWOBJS= fgetln.o fparseln.o mailwrapper.o
|
H A D | mailwrapper.c | 119 if ((line = fparseln(config, &len, &lineno, NULL, 0)) == NULL) { in main()
|
H A D | THIRDPARTYLICENSE | 33 fparseln.c is provided under the following license
|