Lines Matching refs:f_delimiter
856 const char *f_delimiter;
860 f_delimiter = strchr(f, '/');
861 if (!f_delimiter)
862 f_delimiter = f + strlen(f);
868 if (!tomoyo_file_matches_pattern(f, f_delimiter, p,
871 f = f_delimiter;
895 if (!tomoyo_file_matches_pattern(f, f_delimiter, p + 2,
899 f = f_delimiter;
906 f_delimiter = strchr(f, '/');
907 } while (f_delimiter);