HomeSort by relevance Sort by last modified time
    Searched defs:Lflag (Results 1 - 4 of 4) sorted by null

  /system/core/toolbox/
du.c 79 int Hflag, Lflag, aflag, ch, cflag, dflag, gkmflag, nflag, rval, sflag;
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/cp/
cp.c 90 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;
154 lflag = 1;
183 if (Hflag || Lflag || Pflag) {
195 if (Lflag) {
    [all...]
  /external/tcpdump/
tcpdump.c 94 int Lflag; /* list available data link types and exit */
556 Lflag++;
906 if (Lflag)
    [all...]
  /system/core/toolbox/grep/
grep.c 101 bool Lflag; /* -L: only show names of files with no matches */
106 bool lflag; /* -l: only show names of files with matches */ variable
501 lflag = false;
502 Lflag = true;
505 Lflag = false;
506 lflag = true;

Completed in 50 milliseconds