Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/kern/
H A Dvfs_xattr.c761 #define MATCH_NS(ns, key) (strncmp(ns, key, sizeof(ns) - 1) == 0) macro
764 if (MATCH_NS("system.", key)) in xattr_native()
766 else if (MATCH_NS("user.", key)) in xattr_native()
768 else if (MATCH_NS("security.", key)) in xattr_native()
770 else if (MATCH_NS("trusted.", key)) in xattr_native()
776 #undef MATCH_NS