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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/tomoyo/
H A Dutil.c656 * tomoyo_path_matches_pattern2 - Do pathname pattern matching.
663 static bool tomoyo_path_matches_pattern2(const char *f, const char *p) function
713 if (tomoyo_path_matches_pattern2(f, p_delimiter + 1))
764 return tomoyo_path_matches_pattern2(f, p);

Completed in 35 milliseconds