Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/security/tomoyo/
H A Dutil.c852 const char *p_delimiter; in tomoyo_path_matches_pattern2() local
858 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 in tomoyo_path_matches_pattern2()
[all...]
/kernel/linux/linux-6.6/security/tomoyo/
H 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 in tomoyo_path_matches_pattern2()
[all...]

Completed in 7 milliseconds