Searched refs:binbehave (Results 1 - 4 of 4) sorted by relevance

/system/core/toolbox/grep/
H A Dgrep.c123 int binbehave = BINFILE_BIN; /* -aIU: handling of binary files */ variable
438 binbehave = BINFILE_TEXT;
490 binbehave = BINFILE_SKIP;
547 binbehave = BINFILE_BIN;
574 binbehave = BINFILE_BIN;
576 binbehave = BINFILE_SKIP;
578 binbehave = BINFILE_TEXT;
H A Dgrep.h129 extern int binbehave, devbehave, dirbehave, filebehave, grepbehave, linkbehave;
H A Dutil.c237 if (f->binary && binbehave == BINFILE_SKIP) {
268 binbehave == BINFILE_BIN && f->binary && !qflag)
360 if (c && binbehave == BINFILE_BIN && nottext)
H A Dfile.c220 if (!nulldataflag && binbehave != BINFILE_TEXT &&

Completed in 1096 milliseconds