HomeSort by: relevance | last modified time | path
    Searched defs:Lflag (Results 1 - 12 of 12) sorted by relevancy

  /src/usr.bin/chflags/
chflags.c 67 int Hflag, Lflag, Rflag, ch, fts_options, dflag, hflag, oct, rval;
71 Hflag = Lflag = Rflag = dflag = hflag = 0;
76 Lflag = 0;
79 Lflag = 1;
83 Hflag = Lflag = 0;
108 if (Lflag) {
  /src/bin/chmod/
chmod.c 78 int Hflag, Lflag, Rflag, ch, dflag, fflag, fts_options, hflag, rval;
85 Hflag = Lflag = Rflag = dflag = fflag = hflag = 0;
95 Lflag = 0;
98 Lflag = 1;
102 Hflag = Lflag = 0;
156 if (Lflag) {
  /src/sbin/chown/
chown.c 85 int Hflag, Lflag, Rflag, ch, fflag, fts_options, hflag, rval, vflag, dflag;
97 Hflag = Lflag = Rflag = fflag = hflag = vflag = dflag = 0;
109 Lflag = 0;
112 Lflag = 1;
116 Hflag = Lflag = 0;
151 if (Lflag) {
  /src/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) {
  /src/usr.bin/xargs/
xargs.c 79 static int cnt, Iflag, jfound, Lflag, Sflag, wasquoted, xflag;
145 Lflag = 1;
154 Lflag = atoi(optarg);
213 if (Iflag || Lflag)
364 (Lflag <= count && xflag) || foundeof) {
  /src/bin/cp/
cp.c 90 int Hflag, Lflag, Rflag, Pflag, fflag, iflag, lflag, pflag, rflag, vflag, Nflag; variable in typeref:typename:int
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...]
  /src/bin/pax/
pax.c 83 int lflag; /* use hard links when possible */ variable in typeref:typename:int
91 int Lflag; /* follow symlinks when writing */
  /src/libexec/identd/
identd.c 69 static int lflag, Lflag, nflag, Nflag, rflag; variable in typeref:typename:int
119 lflag = Lflag = nflag = Nflag = rflag = 0;
173 Lflag = 1;
177 if (!lflag)
179 lflag = 1;
409 if (Lflag) {
1059 if (lflag) {
1074 if (lflag) {
    [all...]
  /src/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 in typeref:typename:bool
506 lflag = false;
507 Lflag = true;
510 Lflag = false;
511 lflag = true;
  /src/usr.bin/netstat/
main.c 80 int Lflag;
81 int lflag; variable in typeref:typename:int
468 Lflag = RT_LFLAG;
471 lflag = 1;
655 nflag|tagflag|vflag|Lflag, 0, ~0);
  /src/sbin/route/
route.c 131 int iflag, Lflag, nflag, qflag, tflag, Sflag, Tflag;
174 Lflag = RT_LFLAG;
242 show(argc, argv, Lflag|nflag|Tflag|verbose);
  /src/usr.bin/config/
main.c 163 int Lflag; /* lint config generation */
257 Lflag = 1;
333 if (Lflag && (builddir != NULL || Pflag || pflag))
419 if (Lflag) {
1575 if (Lflag) {

Completed in 17 milliseconds