Searched refs:fattr_supported (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/usr.bin/csup/
H A Dfattr.h114 int fattr_supported(int);
H A Dfattr.c147 fattr_supported(int type) function
167 if (fattr_supported(new->type) & FA_LINKCOUNT) {
194 fa->mask = FA_FILETYPE | fattr_supported(fa->type);
296 fa->mask = fa->mask & fattr_supported(fa->type);
315 } else if (fattr_supported(fa->type) & FA_LINKCOUNT) {
811 mask = fa->mask & fattr_supported(fa->type);
H A Dproto.c270 proto_printf(s, "%x\n", fattr_supported(i));
287 support[i] = fattr_supported(i) & attr;

Completed in 106 milliseconds