Home
last modified time | relevance | path

Searched refs:EXCL_PAT (Results 1 – 3 of 3) sorted by relevance

/system/core/toolbox/grep/
Dgrep.h83 #define EXCL_PAT 0 macro
Dutil.c77 if (fpattern[i].mode == EXCL_PAT) in file_matching()
98 if (dpattern[i].mode == EXCL_PAT) in dir_matching()
Dgrep.c617 add_fpattern(optarg, EXCL_PAT); in grep_main()
625 add_dpattern(optarg, EXCL_PAT); in grep_main()