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

/system/core/toolbox/upstream-netbsd/bin/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
145 iflag = 0;
148 iflag = isatty(fileno(stdin));
H A Dutils.c135 if (iflag) {
/system/core/toolbox/upstream-netbsd/bin/ln/
H A Dln.c59 static int iflag; /* Interactive mode. */ variable
84 iflag = 0;
91 iflag = 1;
192 } else if (iflag && exists) {
/system/core/toolbox/upstream-netbsd/usr.bin/du/
H A Ddu.c66 #define COUNT (iflag ? 1 : p->fts_statp->st_blocks)
72 static int hflag, iflag; variable
126 iflag = 1;
263 if (iflag) {
/system/core/toolbox/upstream-netbsd/bin/rm/
H A Drm.c63 static int dflag, eval, fflag, iflag, Pflag, stdin_ok, vflag, Wflag; variable
106 iflag = 0;
110 iflag = 1;
171 needstat = !fflag && !iflag && stdin_ok;
538 if (iflag)
/system/core/toolbox/upstream-netbsd/usr.bin/grep/
H A Dgrep.h118 bflag, cflag, hflag, iflag, lflag, mflag, nflag, oflag,
H A Dgrep.c105 bool iflag; /* -i: ignore case */ variable
491 iflag = true;
H A Dfastgrep.c287 if (iflag) {

Completed in 124 milliseconds