Searched refs:iflag (Results 1 - 15 of 15) sorted by relevance

/system/core/toolbox/cp/
H A Dextern.h45 extern int Rflag, rflag, Hflag, Lflag, Pflag, fflag, iflag, lflag, pflag, Nflag;
H A Dcp.c90 int Hflag, Lflag, Rflag, Pflag, fflag, iflag, lflag, pflag, rflag, vflag, Nflag; variable
147 iflag = 0;
150 iflag = isatty(fileno(stdin));
H A Dutils.c141 if (iflag) {
/system/core/sh/
H A Dmain.c139 if (state == 0 || iflag == 0 || ! rootshell)
241 if (iflag && top) {
H A Doptions.c99 if (iflag == 2 && sflag == 1 && isatty(0) && isatty(1))
100 iflag = 1;
102 mflag = iflag;
139 setinteractive(iflag);
H A Doptions.h71 #define iflag optlist[3].val macro
H A Dtrap.c248 if (iflag || minusc || sflag == 0)
258 if (iflag)
H A Dcd.c202 if (print && iflag && curdir)
H A Derror.c99 * set to the appropriate value for the child. (The test for iflag is
115 if (rootshell && iflag)
H A Djobs.c652 if (!iflag)
888 if (/* iflag && rootshell && */ n)
951 if (wasroot && iflag) {
1095 if (!rootshell || !iflag)
1224 if (iflag || mflag || sizeof ps->cmd < 100)
H A Dhistedit.c90 if (iflag) {
H A Deval.c757 if (iflag && funcnest == 0 && argc > 0)
1203 iflag = 0; /* exit on error */
/system/core/toolbox/grep/
H A Dgrep.h122 bflag, cflag, hflag, iflag, lflag, mflag, nflag, oflag,
H A Dgrep.c105 bool iflag; /* -i: ignore case */ variable
494 iflag = true;
H A Dfastgrep.c287 if (iflag) {

Completed in 186 milliseconds