Home
last modified time | relevance | path

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

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