Searched refs:opt_L (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/usr.bin/sockstat/
H A Dsockstat.c66 static int opt_L; /* Don't show IPv4 or IPv6 loopback sockets */ variable
351 if (opt_L &&
360 if (opt_L &&
762 opt_L = 1;
/freebsd-9.3-release/sbin/newfs_msdos/
H A Dnewfs_msdos.c240 const char *opt_B = NULL, *opt_L = NULL, *opt_O = NULL, *opt_f = NULL; local
293 opt_L = optarg;
692 mklabel(bsx->exVolumeLabel, opt_L ? opt_L : "NO_NAME");
722 } else if (lsn == dir && opt_L) {
724 mklabel(de->deName, opt_L);

Completed in 38 milliseconds