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

/freebsd-11-stable/bin/setfacl/
H A Dutil.c61 branding_mismatch(int brand1, int brand2) argument
63 if (brand1 == ACL_BRAND_UNKNOWN || brand2 == ACL_BRAND_UNKNOWN)
65 if (brand1 != brand2)
H A Dsetfacl.h51 int branding_mismatch(int brand1, int brand2);

Completed in 59 milliseconds