Home
last modified time | relevance | path

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

/original-bsd/usr.sbin/config.new/
H A Dfiles.c119 fi->fi_flags |= FI_HIDDEN;
174 fi->fi_flags |= FI_HIDDEN; in checkfiles()
195 if (fi->fi_flags & FI_HIDDEN) in fixfiles()
H A Dmkheaders.c40 if (fi->fi_flags & FI_HIDDEN) in mkheaders()
H A Dconfig.h160 #define FI_HIDDEN 0x20 /* obscured by other(s), base names overlap */ macro