Searched refs:iflag (Results 1 - 15 of 15) sorted by relevance
/system/core/toolbox/cp/ |
H A D | extern.h | 45 extern int Rflag, rflag, Hflag, Lflag, Pflag, fflag, iflag, lflag, pflag, Nflag;
|
H A D | cp.c | 90 int Hflag, Lflag, Rflag, Pflag, fflag, iflag, lflag, pflag, rflag, vflag, Nflag; variable 147 iflag = 0; 150 iflag = isatty(fileno(stdin));
|
H A D | utils.c | 141 if (iflag) {
|
/system/core/sh/ |
H A D | main.c | 139 if (state == 0 || iflag == 0 || ! rootshell) 241 if (iflag && top) {
|
H A D | options.c | 99 if (iflag == 2 && sflag == 1 && isatty(0) && isatty(1)) 100 iflag = 1; 102 mflag = iflag; 139 setinteractive(iflag);
|
H A D | options.h | 71 #define iflag optlist[3].val macro
|
H A D | trap.c | 248 if (iflag || minusc || sflag == 0) 258 if (iflag)
|
H A D | cd.c | 202 if (print && iflag && curdir)
|
H A D | error.c | 99 * set to the appropriate value for the child. (The test for iflag is 115 if (rootshell && iflag)
|
H A D | jobs.c | 652 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 D | histedit.c | 90 if (iflag) {
|
H A D | eval.c | 757 if (iflag && funcnest == 0 && argc > 0) 1203 iflag = 0; /* exit on error */
|
/system/core/toolbox/grep/ |
H A D | grep.h | 122 bflag, cflag, hflag, iflag, lflag, mflag, nflag, oflag,
|
H A D | grep.c | 105 bool iflag; /* -i: ignore case */ variable 494 iflag = true;
|
H A D | fastgrep.c | 287 if (iflag) {
|
Completed in 7521 milliseconds