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

/freebsd-13-stable/tools/build/cross-build/include/linux/
H A Dlibutil.h57 char *fparseln(FILE *, size_t *, size_t *, const char[3], int);
72 * fparseln() specific operation flags.
/freebsd-13-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-13-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-13-stable/lib/libutil/
H A DMakefile15 SRCS= _secure_path.c auth.c expand_number.c flopen.c fparseln.c \
34 MAN+= expand_number.3 flopen.3 fparseln.3 getlocalbase.3 hexdump.3 \
H A Dfparseln.c1 /* $NetBSD: fparseln.c,v 1.7 2007/03/08 19:57:53 drochner Exp $ */
75 /* fparseln():
81 fparseln(FILE *fp, size_t *size, size_t *lineno, const char str[3], int flags) function
210 while ((ptr = fparseln(stdin, &size, &line, NULL,
H A Dlibutil.h147 char *fparseln(FILE *_fp, size_t *_len, size_t *_lineno,
212 /* fparseln(3) */
/freebsd-13-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-13-stable/usr.sbin/mailwrapper/
H A Dmailwrapper.c127 if ((line = fparseln(config, &len, &lineno, NULL, 0)) == NULL) {
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/regex/
H A Dt_regex_att.c398 for (; (line = fparseln(input_file, &len, &lineno, delim, 0))
/freebsd-13-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-13-stable/tools/build/
H A DMakefile190 # Linux libutil also doesn't have fparseln
191 SRCS+= fparseln.c
/freebsd-13-stable/sbin/rcorder/
H A Drcorder.c510 (buf = fparseln(fp, NULL, NULL, delims, 0)) != NULL; free(buf)) {
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc7987 INTERCEPTOR(char *, fparseln, __sanitizer_FILE *stream, SIZE_T *len,
7990 COMMON_INTERCEPTOR_ENTER(ctx, fparseln, stream, len, lineno, delim, flags);
7995 char *ret = REAL(fparseln)(stream, len, lineno, delim, flags);
8005 #define INIT_FPARSELN COMMON_INTERCEPT_FUNCTION(fparseln)

Completed in 255 milliseconds