Searched defs:Lflg (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/du/
H A Ddu.c59 static int Lflg = 0; variable
168 Lflg = 0;
173 Lflg++;
307 follow_symlinks = (Lflg || (Hflg && cmdarg));
360 if (Lflg || ((stb.st_mode & S_IFMT) == S_IFDIR) ||
436 if (curname == NULL || (Lflg && S_ISLNK(stb1.st_mode))) {
506 if (curname == NULL || (Lflg && S_ISLNK(stb1.st_mode)))
/illumos-gate/usr/src/cmd/avs/dscfg/
H A Ddscfg.c65 int Lflg; variable
504 Lflg++;
802 if (Lflg) {
/illumos-gate/usr/src/cmd/fs.d/ufs/ff/
H A Dff.c109 int Lflg = 0; /* supplementary list of multiply linked files */ variable
203 Lflg++;
209 Lflg = 0;
288 if (Lflg) {
518 if (Sflg || uflg || Aflg || Mflg || Cflg || Nflg || Lflg)
541 if (Lflg && (dip->di_un.di_icom.ic_nlink > 1)) {
/illumos-gate/usr/src/ucbcmd/ls/
H A Dls.c70 static int qflg, Aflg, Cflg, Fflg, Lflg, Rflg; variable
154 Lflg++; break;
321 int (*statf)() = Lflg ? stat : lstat;
/illumos-gate/usr/src/cmd/mv/
H A Dmv.c111 static int Lflg = 0; /* follow symlinks */ variable
219 Lflg = Pflg = 0;
224 Lflg++;
227 Lflg = Hflg = 0;
242 Lflg = Hflg = 0;
267 if ((Hflg || Lflg || Pflg) && !(Rflg || rflg)) {
/illumos-gate/usr/src/cmd/ps/
H A Dps.c228 static int Lflg; variable
520 Lflg++;
788 if (Lflg && (lpsinfobuf = malloc(lpbufsize)) == NULL) {
853 if (Lflg)
857 if (Lflg && fflg)
876 if (Lflg)
999 if (Lflg && (info.pr_nlwp + info.pr_nzomb) > 1) {
1035 if (!Lflg || (info.pr_nlwp + info.pr_nzomb) <= 1) {
1182 Lflg++;
1381 zombie_lwp = (Lflg
[all...]
/illumos-gate/usr/src/cmd/avs/dsw/
H A Diiadm.c192 int Lflg; variable
439 Lflg++;
649 } else if (Lflg) {
/illumos-gate/usr/src/cmd/ls/
H A Dls.c294 static int Lflg; variable
759 Lflg = 0;
776 Lflg++;
1776 int (*statf)() = ((Lflg) || (Hflg && argfl)) ? stat : lstat;
1843 (Lflg && lstat(file, &statb) == 0)) {
1899 if ((Lflg == 0) || (Hflg == 0) ||

Completed in 148 milliseconds