OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pattern_files
(Results
1 - 3
of
3
) sorted by null
/system/sepolicy/build/
file_utils.py
33
def filter_out(
pattern_files
, input_file):
34
""""Removes lines in input_file that match any line in
pattern_files
."""
38
for f in
pattern_files
:
/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 179 milliseconds