Lines Matching refs:f_delimiter
851 const char *f_delimiter;
855 f_delimiter = strchr(f, '/');
856 if (!f_delimiter)
857 f_delimiter = f + strlen(f);
863 if (!tomoyo_file_matches_pattern(f, f_delimiter, p,
866 f = f_delimiter;
890 if (!tomoyo_file_matches_pattern(f, f_delimiter, p + 2,
894 f = f_delimiter;
901 f_delimiter = strchr(f, '/');
902 } while (f_delimiter);