Searched defs:oflag (Results 1 - 2 of 2) sorted by relevance

/system/core/toolbox/upstream-netbsd/usr.bin/grep/
H A Dgrep.c110 bool oflag; /* -o: print only matching part */ variable
524 oflag = true;
/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);
798 __unused int oflag,struct bpb *bpb)
840 __unused int oflag, struct bpb *bpb)
797 getdiskinfo(int fd, const char *fname, const char *dtype, __unused int oflag,struct bpb *bpb) argument
839 getdiskinfo(int fd, const char *fname, const char *dtype, __unused int oflag, struct bpb *bpb) argument

Completed in 6 milliseconds