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

  /system/core/toolbox/upstream-netbsd/sbin/chown/
chown.c 85 int Hflag, Lflag, Rflag, ch, fflag, fts_options, hflag, rval, vflag;
97 Hflag = Lflag = Rflag = fflag = hflag = vflag = 0;
106 Lflag = 0;
109 Lflag = 1;
113 Hflag = Lflag = 0;
148 if (Lflag) {
  /system/core/toolbox/upstream-netbsd/bin/cp/
cp.c 90 int Hflag, Lflag, Rflag, Pflag, fflag, iflag, lflag, pflag, rflag, vflag, Nflag; variable
116 Hflag = Lflag = Pflag = Rflag = 0;
121 Lflag = Pflag = 0;
124 Lflag = 1;
132 Hflag = Lflag = 0;
141 Hflag = Lflag = 0;
152 lflag = 1;
181 if (Hflag || Lflag || Pflag) {
193 if (Lflag) {
    [all...]
  /system/core/toolbox/upstream-netbsd/usr.bin/du/
du.c 83 int Hflag, Lflag, aflag, ch, cflag, dflag, gkmflag, nflag, rval, sflag;
86 Hflag = Lflag = aflag = cflag = dflag = gkmflag = nflag = sflag = 0;
94 Lflag = 0;
97 Lflag = 1;
101 Hflag = Lflag = 0;
168 if (Lflag) {
  /system/core/toolbox/upstream-netbsd/usr.bin/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
498 lflag = false;
499 Lflag = true;
502 Lflag = false;
503 lflag = true;
  /external/tcpdump/
tcpdump.c 104 static int Lflag; /* list available data link types and exit */
808 Lflag++;
    [all...]

Completed in 108 milliseconds