Searched defs:vflag (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libshell/common/sh/
H A Dshcomp.c77 int n, nflag=0, vflag=0, dflag=0; local
85 vflag=1;
127 if(vflag)
/osnet-11/usr/src/lib/libcmd/common/
H A Dmkdir.c73 register int vflag = 0; local
94 vflag = 1;
126 if (vflag)
163 if (vflag)
/osnet-11/usr/src/lib/libexacct/demo/
H A Dexdump.c52 static int vflag = 0; variable
265 if (vflag &&
272 if (vflag &&
284 if (vflag) {
303 if (vflag) {
316 if (vflag) {
330 if (vflag) {
346 if (vflag) {
364 if (vflag) {
379 if (!vflag)
[all...]
/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppstats/
H A Dpppstats.c98 static int vflag, rflag, zflag; /* select type of display */ variable
357 if (vflag)
366 if (vflag)
415 if (vflag)
438 if (vflag)
504 ++vflag;
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dprint.c148 int sflag = 0, nflag=0, rflag=0, vflag=0; local
205 vflag='v';
208 vflag='C';
244 if(vflag && format)
245 errormsg(SH_DICT,ERROR_usage(2),"-%c and -f are mutually exclusive",vflag);
303 else if(vflag)
307 fmtbase64(outfile,*argv++,vflag=='C');
/osnet-11/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c1644 boolean_t vflag)
1649 vflag);
1846 const char *pfx2, boolean_t vflag)
1863 if (vflag && (pfx2 != NULL))
1874 struct sadb_lifetime *idle, boolean_t vflag)
1927 current_prefix, current_prefix, vflag);
1932 current_prefix, current_prefix, vflag);
1936 vflag);
2015 soft_prefix, soft_prefix, vflag);
2095 hard_prefix, hard_prefix, vflag);
1643 print_sadb_msg(FILE *file, struct sadb_msg *samsg, time_t wallclock, boolean_t vflag) argument
1845 printsatime(FILE *file, int64_t lt, const char *msg, const char *pfx, const char *pfx2, boolean_t vflag) argument
1872 print_lifetimes(FILE *file, time_t wallclock, struct sadb_lifetime *current, struct sadb_lifetime *hard, struct sadb_lifetime *soft, struct sadb_lifetime *idle, boolean_t vflag) argument
2639 print_samsg(FILE *file, uint64_t *buffer, boolean_t want_timestamp, boolean_t vflag, boolean_t ignore_nss) argument
[all...]

Completed in 40 milliseconds