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

/system/core/toolbox/grep/
H A Dutil.c344 if ((color != NULL && !oflag) || qflag || lflag)
353 if ((color != NULL && !oflag) || qflag || lflag)
472 if ((oflag || color) && m > 0) {
474 if (!oflag)
486 if (oflag)
489 if (!oflag) {
H A Dgrep.h122 bflag, cflag, hflag, iflag, lflag, mflag, nflag, oflag,
H A Dgrep.c110 bool oflag; /* -o: print only matching part */ variable
527 oflag = true;
H A Dfastgrep.c158 !oflag && !color) {
/system/core/toolbox/
H A Dnewfs_msdos.c256 int Iflag = 0, mflag = 0, oflag = 0; local
348 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);
785 getdiskinfo(int fd, const char *fname, const char *dtype, __unused int oflag, argument
828 getdiskinfo(int fd, const char *fname, const char *dtype, __unused int oflag, argument

Completed in 43 milliseconds