Home
last modified time | relevance | path

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

/freebsd/bin/setfacl/
H A Dutil.c69 branding_mismatch(int brand1, int brand2) in branding_mismatch() argument
71 if (brand1 == ACL_BRAND_UNKNOWN || brand2 == ACL_BRAND_UNKNOWN) in branding_mismatch()
73 if (brand1 != brand2) in branding_mismatch()
H A Dsetfacl.h54 int branding_mismatch(int brand1, int brand2);