Home
last modified time | relevance | path

Searched refs:FPARSELN_UNESCALL (Results 1 – 3 of 3) sorted by relevance

/dragonfly/lib/libc/stdio/
H A Dfparseln.c155 if ((flags & FPARSELN_UNESCALL) != 0 && esc && buf != NULL && in fparseln()
201 FPARSELN_UNESCALL)) != NULL) in main()
/dragonfly/usr.sbin/mtree/
H A Donly.c124 while ((line = fparseln(fp, &len, &lineno, NULL, FPARSELN_UNESCALL))) { in load_only()
/dragonfly/include/
H A Dstdio.h204 #define FPARSELN_UNESCALL 0x0f macro