Searched refs:Vflag (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/smbclnt/lsacl/
H A Dlsacl.c50 int Vflag; variable
75 Vflag++;
120 if (Vflag) {
/illumos-gate/usr/src/cmd/sgs/size/common/
H A Dmain.c116 unsigned Vflag = 0; local
162 Vflag++;
172 if (!(Vflag && (argc == 2) && !errflag)) {
/illumos-gate/usr/src/cmd/fs.d/smbclnt/chacl/
H A Dchacl.c57 int Vflag; variable
88 Vflag++;
203 if (Vflag) {
/illumos-gate/usr/src/cmd/sgs/ar/common/
H A Dmain.c178 int Vflag = 0; local
275 if (Vflag == 0) {
280 Vflag++;
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_main.c424 const char *Iflag = NULL, *Lflag = NULL, *Vflag = NULL, *pidarg = NULL; local
602 Vflag = optarg;
1008 if (Vflag != NULL && mdb_dis_select(Vflag) == -1)
1009 warn("invalid disassembler mode -- %s\n", Vflag);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c243 static boolean_t Vflag = B_FALSE; /* Verbose */ variable
444 Vflag = B_TRUE;
3578 if (!Vflag || v4src == NULL)
3652 if (!Vflag || v6src == NULL)
4390 Vflag ? "IRE" : "Routing");
4391 (void) printf(Vflag ? ire_hdr_v4_verbose : ire_hdr_v4_normal,
4403 if (Vflag) {
4636 (void) printf(ire_hdr_v6, Vflag ? "IRE" : "Routing");
4637 (void) printf(Vflag ? ire_hdr_v6_verbose : ire_hdr_v6_normal,
4643 if (Vflag) {
[all...]
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dargs.c115 static Boolean Vflag = FALSE; variable
691 if ((Vflag ||
1671 if (!Vflag)
1674 Vflag = TRUE;

Completed in 141 milliseconds