Home
last modified time | relevance | path

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

/system/core/toolbox/grep/
Dgrep.h64 #define BINFILE_BIN 0 macro
Dgrep.c123 int binbehave = BINFILE_BIN; /* -aIU: handling of binary files */
547 binbehave = BINFILE_BIN; in grep_main()
574 binbehave = BINFILE_BIN; in grep_main()
Dutil.c268 binbehave == BINFILE_BIN && f->binary && !qflag) in procfile()
360 if (c && binbehave == BINFILE_BIN && nottext) in procline()