/freebsd/lib/libutil/ |
H A D | fparseln.c | 73 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 D | Makefile | 12 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 D | libutil.h | 148 char *fparseln(FILE *_fp, size_t *_len, size_t *_lineno,
|
/freebsd/contrib/blocklist/port/ |
H A D | fparseln.c | 83 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 D | port.h | 68 char *fparseln(FILE *, size_t *, size_t *, const char delim[3], int);
|
H A D | configure.ac | 85 …strtoi sockaddr_snprintf popenve clock_gettime strlcpy strlcat getprogname fparseln fgetln pidfile)
|
/freebsd/tools/build/cross-build/include/linux/ |
H A D | libutil.h | 54 char *fparseln(FILE *, size_t *, size_t *, const char[3], int);
|
/freebsd/contrib/mtree/ |
H A D | excludes.c | 85 while ((line = fparseln(fp, NULL, NULL, NULL, in read_excludes_file()
|
H A D | only.c | 132 while ((line = fparseln(fp, &len, &lineno, NULL, FPARSELN_UNESCALL))) { in load_only()
|
H A D | spec.c | 124 (buf = fparseln(fp, NULL, &mtree_lineno, NULL, in spec()
|
/freebsd/contrib/netbsd-tests/lib/libc/stdlib/ |
H A D | h_getopt.c | 59 while ((line = fparseln(stdin, &len, &lineno, NULL, 0)) != NULL) { in main()
|
H A D | h_getopt_long.c | 65 while ((line = fparseln(stdin, &len, &lineno, NULL, 0)) != NULL) { in main()
|
/freebsd/usr.sbin/mailwrapper/ |
H A D | mailwrapper.c | 135 if ((line = fparseln(config, &len, &lineno, NULL, 0)) == NULL) { in main()
|
/freebsd/contrib/netbsd-tests/lib/libc/regex/ |
H A D | t_regex_att.c | 398 for (; (line = fparseln(input_file, &len, &lineno, delim, 0)) in att_test()
|
/freebsd/contrib/blocklist/bin/ |
H A D | blacklistd.c | 519 for (; (line = fparseln(fp, NULL, NULL, NULL, 0)) != NULL; in main()
|
H A D | conf.c | 1182 for (; (line = fparseln(fp, &len, &lineno, NULL, 0)) != NULL; in conf_parse()
|
/freebsd/tools/build/ |
H A D | Makefile | 237 SRCS+= fparseln.c
|
/freebsd/contrib/tnftp/ |
H A D | ChangeLog | 211 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 D | rcorder.c | 508 (buf = fparseln(fp, NULL, NULL, delims, 0)) != NULL; free(buf)) { in crunch_file()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 8308 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)
|