Searched refs:mflag (Results 1 - 10 of 10) sorted by relevance

/system/core/toolbox/
H A Dtouch.c44 int i, fd, aflag = 0, mflag = 0, debug = 0, flags = 0; local
57 case 'm': mflag = 1; break;
92 if ((mflag == 0) && (aflag == 0))
93 aflag = mflag = 1;
100 if (mflag)
H A Dnewfs_msdos.c256 int Iflag = 0, mflag = 0, oflag = 0; local
341 mflag = 1;
484 if (mflag) {
/system/core/sh/
H A Doptions.h73 #define mflag optlist[4].val macro
H A Doptions.c101 if (mflag == 2)
102 mflag = iflag;
143 setjobctl(mflag);
H A Dtrap.c264 if (mflag)
286 if (mflag && (signo == SIGTSTP ||
H A Djobs.c191 mflag = 0;
206 mflag = 0;
551 if (mflag && gotpid != -1 && tcgetpgrp(ttyfd) != getpid()) {
871 if (rootshell && mode != FORK_NOJOB && mflag) {
913 if (wasroot && mode != FORK_NOJOB && mflag) {
1224 if (iflag || mflag || sizeof ps->cmd < 100)
H A Deval.c1204 mflag = 0;
/system/core/toolbox/grep/
H A Dgrep.h122 bflag, cflag, hflag, iflag, lflag, mflag, nflag, oflag,
H A Dgrep.c107 bool mflag; /* -m x: stop reading the files after x matches */ variable
509 mflag = true;
H A Dutil.c195 if (mflag && (mcount <= 0))
248 if (mflag) {

Completed in 551 milliseconds