Home
last modified time | relevance | path

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

/linux-2.6.39/security/apparmor/include/
Dapparmor.h66 static inline bool aa_strneq(const char *str, const char *sub, int len) in aa_strneq() function
/linux-2.6.39/security/apparmor/
Dpolicy.c212 if (aa_strneq(policy->name, str, len)) in __policy_strn_find()