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

/freebsd-11-stable/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-11-stable/contrib/blacklist/port/
H A Dport.h68 char *fparseln(FILE *, size_t *, size_t *, const char delim[3], int);
H A Dfparseln.c1 /* $NetBSD: fparseln.c,v 1.1 2015/01/22 03:48:07 christos Exp $ */
32 __RCSID("$NetBSD: fparseln.c,v 1.1 2015/01/22 03:48:07 christos Exp $");
77 /* fparseln():
83 fparseln(FILE *fp, size_t *size, size_t *lineno, const char str[3], int flags) function
215 while ((ptr = fparseln(stdin, &size, &line, NULL,
/freebsd-11-stable/lib/libutil/
H A Dfparseln.c1 /* $NetBSD: fparseln.c,v 1.7 2007/03/08 19:57:53 drochner Exp $ */
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 DMakefile14 SRCS= _secure_path.c auth.c expand_number.c flopen.c fparseln.c gr_util.c \
32 MAN+= expand_number.3 flopen.3 fparseln.3 hexdump.3 \
H A Dlibutil.h142 char *fparseln(FILE *_fp, size_t *_len, size_t *_lineno,
207 /* fparseln(3) */
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/stdlib/
H A Dh_getopt.c59 while ((line = fparseln(stdin, &len, &lineno, NULL, 0)) != NULL) {
H A Dh_getopt_long.c65 while ((line = fparseln(stdin, &len, &lineno, NULL, 0)) != NULL) {
/freebsd-11-stable/usr.sbin/mailwrapper/
H A Dmailwrapper.c126 if ((line = fparseln(config, &len, &lineno, NULL, 0)) == NULL) {
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/regex/
H A Dt_regex_att.c398 for (; (line = fparseln(input_file, &len, &lineno, delim, 0))
/freebsd-11-stable/contrib/blacklist/bin/
H A Dblacklistd.c525 for (; (line = fparseln(fp, NULL, NULL, NULL, 0)) != NULL;
H A Dconf.c1103 for (; (line = fparseln(fp, &len, &lineno, NULL, 0)) != NULL;
/freebsd-11-stable/sbin/rcorder/
H A Drcorder.c510 (buf = fparseln(fp, NULL, NULL, delims, 0)) != NULL; free(buf)) {
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc7912 INTERCEPTOR(char *, fparseln, __sanitizer_FILE *stream, SIZE_T *len,
7915 COMMON_INTERCEPTOR_ENTER(ctx, fparseln, stream, len, lineno, delim, flags);
7920 char *ret = REAL(fparseln)(stream, len, lineno, delim, flags);
7930 #define INIT_FPARSELN COMMON_INTERCEPT_FUNCTION(fparseln)

Completed in 154 milliseconds