Searched refs:p_delimiter (Results 1 – 1 of 1) sorted by relevance
857 const char *p_delimiter; in tomoyo_path_matches_pattern2() local863 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()