Home
last modified time | relevance | path

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

/freebsd/lib/libutil/
H A Dfparseln.c73 fparseln(FILE *fp, size_t *size, size_t *lineno, const char str[3], int flags) in fparseln() function
202 while ((ptr = fparseln(stdin, &size, &line, NULL, in main()
H A DMakefile12 SRCS= _secure_path.c auth.c cpuset.c expand_number.c flopen.c fparseln.c \
31 MAN+= cpuset.3 expand_number.3 flopen.3 fparseln.3 ftime.3 getlocalbase.3 \
H A Dlibutil.h148 char *fparseln(FILE *_fp, size_t *_len, size_t *_lineno,
/freebsd/contrib/blocklist/port/
H A Dfparseln.c83 fparseln(FILE *fp, size_t *size, size_t *lineno, const char str[3], int flags) in fparseln() function
215 while ((ptr = fparseln(stdin, &size, &line, NULL, in main()
H A Dport.h68 char *fparseln(FILE *, size_t *, size_t *, const char delim[3], int);
H A Dconfigure.ac85 …strtoi sockaddr_snprintf popenve clock_gettime strlcpy strlcat getprogname fparseln fgetln pidfile)
/freebsd/tools/build/cross-build/include/linux/
H A Dlibutil.h54 char *fparseln(FILE *, size_t *, size_t *, const char[3], int);
/freebsd/contrib/mtree/
H A Dexcludes.c85 while ((line = fparseln(fp, NULL, NULL, NULL, in read_excludes_file()
H A Donly.c132 while ((line = fparseln(fp, &len, &lineno, NULL, FPARSELN_UNESCALL))) { in load_only()
H A Dspec.c124 (buf = fparseln(fp, NULL, &mtree_lineno, NULL, in spec()
/freebsd/contrib/netbsd-tests/lib/libc/stdlib/
H A Dh_getopt.c59 while ((line = fparseln(stdin, &len, &lineno, NULL, 0)) != NULL) { in main()
H A Dh_getopt_long.c65 while ((line = fparseln(stdin, &len, &lineno, NULL, 0)) != NULL) { in main()
/freebsd/usr.sbin/mailwrapper/
H A Dmailwrapper.c135 if ((line = fparseln(config, &len, &lineno, NULL, 0)) == NULL) { in main()
/freebsd/contrib/netbsd-tests/lib/libc/regex/
H A Dt_regex_att.c398 for (; (line = fparseln(input_file, &len, &lineno, delim, 0)) in att_test()
/freebsd/contrib/blocklist/bin/
H A Dblacklistd.c519 for (; (line = fparseln(fp, NULL, NULL, NULL, 0)) != NULL; in main()
H A Dconf.c1182 for (; (line = fparseln(fp, &len, &lineno, NULL, 0)) != NULL; in conf_parse()
/freebsd/tools/build/
H A DMakefile237 SRCS+= fparseln.c
/freebsd/contrib/tnftp/
H A DChangeLog211 fparseln(), since fparseln() isn't used any more.
214 - Switch from fparseln() to the internal getline() when
216 (not needing fparseln()) at the expense of not supporting
291 * Simplify the detection & replacement of dirname() and fparseln()
861 * don't check for fparseln() twice
/freebsd/sbin/rcorder/
H A Drcorder.c508 (buf = fparseln(fp, NULL, NULL, delims, 0)) != NULL; free(buf)) { in crunch_file()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc8308 INTERCEPTOR(char *, fparseln, __sanitizer_FILE *stream, SIZE_T *len,
8311 COMMON_INTERCEPTOR_ENTER(ctx, fparseln, stream, len, lineno, delim, flags);
8316 char *ret = REAL(fparseln)(stream, len, lineno, delim, flags);
8326 #define INIT_FPARSELN COMMON_INTERCEPT_FUNCTION(fparseln)