Home
last modified time | relevance | path

Searched refs:fparseln (Results 1 – 10 of 10) sorted by relevance

/dragonfly/lib/libc/stdio/
H A Dfparseln.c71 fparseln(FILE *fp, size_t *size, size_t *lineno, const char str[3], int flags) in fparseln() function
200 while ((ptr = fparseln(stdin, &size, &line, NULL, in main()
H A DMakefile.inc14 fopen.c fopencookie.c fparseln.c fprintf.c fpurge.c \
36 fparseln.3 fputs.3 fputws.3 \
H A DSymbol.map166 fparseln;
/dragonfly/usr.sbin/mtree/
H A Dexcludes.c75 while ((line = fparseln(fp, NULL, NULL, NULL, in read_excludes_file()
H A Donly.c124 while ((line = fparseln(fp, &len, &lineno, NULL, FPARSELN_UNESCALL))) { in load_only()
H A Dspec.c112 (buf = fparseln(fp, NULL, &mtree_lineno, NULL, in spec()
/dragonfly/usr.sbin/mailwrapper/
H A Dmailwrapper.c107 if ((line = fparseln(config, &len, &lineno, NULL, 0)) == NULL) { in main()
/dragonfly/lib/libc/stdtime/
H A Dgetdate.c97 while ((line = fparseln(fp, NULL, &lineno, NULL, 0)) != NULL) { in getdate()
/dragonfly/include/
H A Dstdio.h362 char *fparseln(FILE *, size_t *, size_t *, const char[3], int);
/dragonfly/sbin/rcorder/
H A Drcorder.c481 (buf = fparseln(fp, NULL, NULL, delims, 0)) != NULL; free(buf)) { in crunch_file()