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

/freebsd-10.3-release/contrib/mtree/
H A Dexcludes.c85 while ((line = fparseln(fp, NULL, NULL, NULL,
H A Donly.c132 while ((line = fparseln(fp, &len, &lineno, NULL, FPARSELN_UNESCALL))) {
H A Dspec.c124 (buf = fparseln(fp, NULL, &mtree_lineno, NULL,
/freebsd-10.3-release/lib/libutil/
H A DMakefile11 SRCS= _secure_path.c auth.c expand_number.c flopen.c fparseln.c gr_util.c \
29 MAN+= expand_number.3 flopen.3 fparseln.3 hexdump.3 \
H A Dfparseln.c1 /* $NetBSD: fparseln.c,v 1.7 2007/03/08 19:57:53 drochner Exp $ */
33 __FBSDID("$FreeBSD: releng/10.3/lib/libutil/fparseln.c 270031 2014-08-16 00:54:56Z pfg $");
73 /* fparseln():
79 fparseln(FILE *fp, size_t *size, size_t *lineno, const char str[3], int flags) function
208 while ((ptr = fparseln(stdin, &size, &line, NULL,
H A Dlibutil.h142 char *fparseln(FILE *_fp, size_t *_len, size_t *_lineno,
206 /* fparseln(3) */
/freebsd-10.3-release/contrib/netbsd-tests/lib/libc/stdlib/
H A Dh_getopt.c55 while ((line = fparseln(stdin, &len, &lineno, NULL, 0)) != NULL) {
H A Dh_getopt_long.c61 while ((line = fparseln(stdin, &len, &lineno, NULL, 0)) != NULL) {
/freebsd-10.3-release/usr.sbin/mailwrapper/
H A Dmailwrapper.c124 if ((line = fparseln(config, &len, &lineno, NULL, 0)) == NULL) {
/freebsd-10.3-release/contrib/netbsd-tests/lib/libc/regex/
H A Dt_regex_att.c404 for (; (line = fparseln(input_file, &len, &lineno, delim, 0))
/freebsd-10.3-release/usr.sbin/services_mkdb/
H A Dservices_mkdb.c250 /* XXX: change NULL to "\0\0#" when fparseln fixed */
251 for (; (p = fparseln(fp, &len, &line, NULL, 0)) != NULL; free(p)) {
/freebsd-10.3-release/sbin/rcorder/
H A Drcorder.c477 (buf = fparseln(fp, NULL, NULL, delims, 0)) != NULL; free(buf)) {
/freebsd-10.3-release/contrib/netbsd-tests/fs/nfs/nfsservice/
H A Dmountd.c1036 while ((line = fparseln(exp_file, &len, &lineno, NULL, 0)) != NULL) {

Completed in 88 milliseconds