Searched refs:p_delimiter (Results 1 – 1 of 1) sorted by relevance
852 const char *p_delimiter; in tomoyo_path_matches_pattern2() local858 p_delimiter = strchr(p, '/'); in tomoyo_path_matches_pattern2()859 if (!p_delimiter) in tomoyo_path_matches_pattern2()860 p_delimiter = p + strlen(p); in tomoyo_path_matches_pattern2()864 p_delimiter)) in tomoyo_path_matches_pattern2()869 p = p_delimiter; in tomoyo_path_matches_pattern2()885 if (*(p - 1) != '/' || p_delimiter <= p + 3 || *p_delimiter != '/' || in tomoyo_path_matches_pattern2()886 *(p_delimiter - 1) != '}' || *(p_delimiter - 2) != '\\') in tomoyo_path_matches_pattern2()891 p_delimiter - 2)) in tomoyo_path_matches_pattern2()899 if (tomoyo_path_matches_pattern2(f, p_delimiter + 1)) in tomoyo_path_matches_pattern2()