Searched refs:FPARSELN_UNESCALL (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/blacklist/port/
H A Dport.h63 #define FPARSELN_UNESCALL 0xf macro
H A Dfparseln.c168 if ((flags & FPARSELN_UNESCALL) != 0 && esc && buf != NULL &&
216 FPARSELN_UNESCALL)) != NULL)
/freebsd-11-stable/lib/libutil/
H A Dfparseln.c163 if ((flags & FPARSELN_UNESCALL) != 0 && esc && buf != NULL &&
209 FPARSELN_UNESCALL)) != NULL)
H A Dlibutil.h212 #define FPARSELN_UNESCALL 0x0f macro
/freebsd-11-stable/contrib/mtree/
H A Donly.c132 while ((line = fparseln(fp, &len, &lineno, NULL, FPARSELN_UNESCALL))) {

Completed in 118 milliseconds