HomeSort by relevance Sort by last modified time
    Searched refs:pattern_files (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/deps/fakemodem/src/
fakemodem.c 77 parse_pattern_files(char **pattern_files, GError **error)
93 for (i = 0 ; pattern_files[i] != NULL; i++) {
99 pattern_file = pattern_files[i];
223 char **pattern_files = NULL; local
228 { "patternfile", 0, 0, G_OPTION_ARG_STRING_ARRAY, &pattern_files,
255 if (pattern_files) {
256 fakemodem->patterns = parse_pattern_files (pattern_files, &err);
  /external/pcre/dist2/src/
pcre2grep.c 255 static fnstr *pattern_files = NULL; variable
268 static fndatastr pattern_files_data = { &pattern_files, &pattern_files_last };
    [all...]

Completed in 180 milliseconds