Searched defs:Lflag (Results 1 - 3 of 3) sorted by path

/system/core/toolbox/cp/
H A Dcp.c90 int Hflag, Lflag, Rflag, Pflag, fflag, iflag, lflag, pflag, rflag, vflag, Nflag; variable
118 Hflag = Lflag = Pflag = Rflag = 0;
123 Lflag = Pflag = 0;
126 Lflag = 1;
134 Hflag = Lflag = 0;
143 Hflag = Lflag = 0;
183 if (Hflag || Lflag || Pflag) {
195 if (Lflag) {
263 if (rflag || (Rflag && (Lflag || Hflag)))
/system/core/toolbox/
H A Ddu.c79 int Hflag, Lflag, aflag, ch, cflag, dflag, gkmflag, nflag, rval, sflag; local
82 Hflag = Lflag = aflag = cflag = dflag = gkmflag = sflag = 0;
90 Lflag = 0;
93 Lflag = 1;
97 Hflag = Lflag = 0;
155 if (Lflag) {
/system/core/toolbox/grep/
H A Dgrep.c101 bool Lflag; /* -L: only show names of files with no matches */ variable
502 Lflag = true;
505 Lflag = false;

Completed in 87 milliseconds