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

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

Completed in 53 milliseconds