Searched refs:oflag (Results 1 - 5 of 5) sorted by relevance

/system/core/toolbox/upstream-netbsd/usr.bin/grep/
H A Dutil.c345 if ((color != NULL && !oflag) || qflag || lflag)
354 if ((color != NULL && !oflag) || qflag || lflag)
473 if ((oflag || color) && m > 0) {
475 if (!oflag)
487 if (oflag)
490 if (!oflag) {
H A Dgrep.h118 bflag, cflag, hflag, iflag, lflag, mflag, nflag, oflag,
H A Dgrep.c110 bool oflag; /* -o: print only matching part */ variable
524 oflag = true;
H A Dfastgrep.c158 !oflag && !color) {
/system/core/toolbox/
H A Dnewfs_msdos.c248 int Iflag = 0, mflag = 0, oflag = 0; local
342 oflag = 1;
412 if (oflag)
414 if (!(opt_f || (opt_h && opt_u && opt_S && opt_s && oflag))) {
416 getdiskinfo(fd, fname, dtype, oflag, &bpb);
799 __unused int oflag,struct bpb *bpb)
849 __unused int oflag, struct bpb *bpb)
798 getdiskinfo(int fd, const char *fname, const char *dtype, __unused int oflag,struct bpb *bpb) argument
848 getdiskinfo(int fd, const char *fname, const char *dtype, __unused int oflag, struct bpb *bpb) argument

Completed in 215 milliseconds