Home
last modified time | relevance | path

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

/system/core/toolbox/upstream-netbsd/usr.bin/grep/
Dgrep.c123 int binbehave = BINFILE_BIN; /* -aIU: handling of binary files */
552 binbehave = BINFILE_BIN; in main()
579 binbehave = BINFILE_BIN; in main()
Dgrep.h60 #define BINFILE_BIN 0 macro
Dutil.c269 binbehave == BINFILE_BIN && f->binary && !qflag) in procfile()
361 if (c && binbehave == BINFILE_BIN && nottext) in procline()