Home
last modified time | relevance | path

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

/linux-2.6.39/security/tomoyo/
Dfile.c142 static bool tomoyo_strendswith(const char *name, const char *tail) in tomoyo_strendswith() function
405 if (tomoyo_strendswith(pattern->name, "/\\*")) { in tomoyo_pattern()