Home
last modified time | relevance | path

Searched refs:FPARSELN_UNESCCOMM (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/usr.sbin/mtree/
Dexcludes.c86 FPARSELN_UNESCCOMM | FPARSELN_UNESCCONT | FPARSELN_UNESCESC)) in read_excludes_file()
Dspec.c125 FPARSELN_UNESCCOMM)); in spec()
/netbsd/src/lib/libc/stdio/
Dfparseln.c194 skipesc += (flags & FPARSELN_UNESCCOMM); in fparseln()
/netbsd/src/include/
Dstdio.h407 #define FPARSELN_UNESCCOMM 0x04 macro
/netbsd/src/usr.bin/calendar/
Dcalendar.c223 NULL, NULL, NULL, FPARSELN_UNESCCOMM)) != NULL) { in cal()
/netbsd/src/tools/compat/
Dcompat_defs.h397 # define FPARSELN_UNESCCOMM 0x04 macro
/netbsd/src/libexec/ftpd/
Dconf.c164 (buf = fparseln(f, &len, &line, NULL, FPARSELN_UNESCCOMM | in parse_conf()
Dftpd.c1078 (buf = fparseln(fd, &len, &line, NULL, FPARSELN_UNESCCOMM | in checkuser()