Home
last modified time | relevance | path

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

/linux/security/tomoyo/
A Dutil.c857 const char *p_delimiter; in tomoyo_path_matches_pattern2() local
863 p_delimiter = strchr(p, '/'); in tomoyo_path_matches_pattern2()
864 if (!p_delimiter) in tomoyo_path_matches_pattern2()
865 p_delimiter = p + strlen(p); in tomoyo_path_matches_pattern2()
869 p_delimiter)) in tomoyo_path_matches_pattern2()
874 p = p_delimiter; in tomoyo_path_matches_pattern2()
890 if (*(p - 1) != '/' || p_delimiter <= p + 3 || *p_delimiter != '/' || in tomoyo_path_matches_pattern2()
891 *(p_delimiter - 1) != '}' || *(p_delimiter - 2) != '\\') in tomoyo_path_matches_pattern2()
896 p_delimiter - 2)) in tomoyo_path_matches_pattern2()
904 if (tomoyo_path_matches_pattern2(f, p_delimiter + 1)) in tomoyo_path_matches_pattern2()

Completed in 6 milliseconds