Home
last modified time | relevance | path

Searched refs:FTS_OPTIONMASK (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/mandoc/
H A Dcompat_fts.h52 #define FTS_OPTIONMASK 0x0054 /* valid user option mask */ macro
H A Dcompat_fts.c79 if (options & ~FTS_OPTIONMASK) { in fts_open()
/freebsd/lib/libc/gen/
H A Dfts-compat.h55 #define FTS_OPTIONMASK 0x0ff /* valid user option mask */ macro
H A Dfts-compat11.c117 if (options & ~FTS_OPTIONMASK) { in freebsd11_fts_open()
H A Dfts.c116 if (options & ~FTS_OPTIONMASK) { in fts_open()
H A Dfts-compat.c129 if (options & ~FTS_OPTIONMASK) { in __fts_open_44bsd()
/freebsd/include/
H A Dfts.h57 #define FTS_OPTIONMASK 0x0ff /* valid user option mask */ macro