Home
last modified time | relevance | path

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

/Linux-v4.19/security/tomoyo/
Dutil.c822 const char *p_delimiter; in tomoyo_path_matches_pattern2() local
828 p_delimiter = strchr(p, '/'); in tomoyo_path_matches_pattern2()
829 if (!p_delimiter) in tomoyo_path_matches_pattern2()
830 p_delimiter = p + strlen(p); in tomoyo_path_matches_pattern2()
834 p_delimiter)) in tomoyo_path_matches_pattern2()
839 p = p_delimiter; in tomoyo_path_matches_pattern2()
855 if (*(p - 1) != '/' || p_delimiter <= p + 3 || *p_delimiter != '/' || in tomoyo_path_matches_pattern2()
856 *(p_delimiter - 1) != '}' || *(p_delimiter - 2) != '\\') in tomoyo_path_matches_pattern2()
861 p_delimiter - 2)) in tomoyo_path_matches_pattern2()
869 if (tomoyo_path_matches_pattern2(f, p_delimiter + 1)) in tomoyo_path_matches_pattern2()