Searched refs:FT_MAX (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/usr.bin/csup/
H A Dfattr.h45 #define FT_MAX FT_SYMLINK /* Maximum file type number. */ macro
46 #define FT_NUMBER (FT_MAX + 1) /* Number of file types. */
H A Dfattr.c289 if (fa->type < 0 || fa->type > FT_MAX)

Completed in 43 milliseconds