Searched defs:mflag (Results 1 - 4 of 4) sorted by path

/system/core/sh/
H A Doptions.h73 #define mflag optlist[4].val macro
/system/core/toolbox/grep/
H A Dgrep.c107 bool mflag; /* -m x: stop reading the files after x matches */ variable
509 mflag = true;
/system/core/toolbox/
H A Dnewfs_msdos.c256 int Iflag = 0, mflag = 0, oflag = 0; local
341 mflag = 1;
484 if (mflag) {
H A Dtouch.c17 int i, fd, aflag = 0, mflag = 0, debug = 0, flags = 0; local
30 case 'm': mflag = 1; break;
65 if ((mflag == 0) && (aflag == 0))
66 aflag = mflag = 1;
73 if (mflag)

Completed in 22 milliseconds