Searched defs:oflag (Results 1 - 2 of 2) sorted by last modified time

/system/core/toolbox/grep/
H A Dgrep.c110 bool oflag; /* -o: print only matching part */ variable
527 oflag = true;
/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 15 milliseconds