Searched refs:vflag (Results 1 - 25 of 179) sorted by relevance

12345678

/freebsd-9.3-release/usr.sbin/acpi/acpidump/
H A Dacpidump.c41 int vflag; /* Use verbose messages */ variable
76 vflag = 1;
102 if (vflag)
106 if (vflag)
113 if (vflag)
129 if (vflag)
136 if (vflag)
139 if (vflag)
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-sip.c40 printf("SIP, length: %u%s", len, vflag ? "\n\t" : "");
43 if (vflag < 1)
57 if (vflag> 1)
H A Dprint-babel.c225 if(!vflag)
233 if(!vflag)
242 if(!vflag)
256 if(!vflag)
269 if(!vflag)
283 if(!vflag)
301 if(!vflag)
312 if(!vflag)
327 if(!vflag) {
369 if(!vflag)
[all...]
H A Dprint-nfs.c647 if (vflag) {
688 if (v3 && vflag)
689 print_sattr3(&sa3, vflag);
704 if (vflag && (type == NFCHR || type == NFBLK)) {
711 if (vflag)
712 print_sattr3(&sa3, vflag);
764 if (vflag)
793 if (vflag) {
1249 return (parsefattr(dp, vflag, 0) != NULL);
1262 if (v3 && !(dp = parse_post_op_attr(dp, vflag)))
[all...]
H A Dprint-mpls.c81 (label_stack_depth && vflag) ? "\n\t" : " ",
84 if (vflag &&
190 if (vflag)
H A Dprint-ah.c60 if (vflag)
H A Dprint-icmp6.c322 if (vflag && !fragmented) {
339 /* display cosmetics: print the packet length for printer that use the vflag now */
340 if (vflag && (dp->icmp6_type == ND_ROUTER_SOLICIT ||
390 if (vflag <= 1) {
457 if (vflag) {
464 if (vflag) {
488 if (vflag) {
503 if (vflag) {
523 if (vflag) {
549 if (vflag) {
[all...]
H A Dprint-mobile.c96 if (vflag)
101 if (vflag) {
H A Dprint-msdp.c54 if (len > 1400 || vflag)
71 if (vflag > 1) {
H A Dprint-syslog.c131 if (vflag < 1 )
154 if (vflag > 1) {
/freebsd-9.3-release/bin/cp/
H A Dextern.h40 extern int fflag, iflag, lflag, nflag, pflag, vflag;
/freebsd-9.3-release/bin/rmdir/
H A Drmdir.c54 static int vflag; variable
67 vflag = 1;
84 if (vflag)
115 if (vflag)
/freebsd-9.3-release/contrib/gcc/
H A Dcollect2.h42 extern int vflag, debug;
/freebsd-9.3-release/usr.bin/getconf/
H A Dgetconf.c61 const char *name, *vflag, *alt_path; local
64 vflag = NULL;
68 vflag = optarg;
79 if (vflag != NULL) {
80 if ((valid = find_progenv(vflag, &alt_path)) == 0)
82 vflag);
95 vflag);
/freebsd-9.3-release/contrib/libreadline/examples/
H A Drlcat.c67 static int vflag; variable
89 vflag = Vflag = Nflag = 0;
95 vflag = 1;
138 if (vflag && isascii ((unsigned char)c) && isprint((unsigned char)c) == 0)
/freebsd-9.3-release/libexec/bootpd/tools/bootptest/
H A Dbootptest.h17 extern int vflag; /* verbose flag */
/freebsd-9.3-release/bin/chflags/
H A Dchflags.c65 int Hflag, Lflag, Rflag, fflag, hflag, vflag; local
70 Hflag = Lflag = Rflag = fflag = hflag = vflag = 0;
94 vflag++;
185 } else if (vflag) {
187 if (vflag > 1)
/freebsd-9.3-release/bin/getfacl/
H A Dgetfacl.c179 int qflag, int vflag)
245 if (vflag)
264 int qflag, int vflag)
273 qflag, vflag) == -1) {
287 int hflag, iflag, qflag, nflag, vflag; local
293 vflag = 0;
312 vflag = 1;
323 qflag, vflag);
330 qflag, vflag);
335 qflag, vflag);
178 print_acl(char *path, acl_type_t type, int hflag, int iflag, int nflag, int qflag, int vflag) argument
263 print_acl_from_stdin(acl_type_t type, int hflag, int iflag, int nflag, int qflag, int vflag) argument
[all...]
/freebsd-9.3-release/usr.sbin/powerd/
H A Dpowerd.c109 static int vflag; variable
241 if (vflag)
285 if (vflag)
290 if (vflag)
295 if (vflag)
315 if (vflag)
360 if (vflag)
376 if (vflag)
385 if (vflag)
393 if (vflag)
[all...]
/freebsd-9.3-release/bin/kenv/
H A Dkenv.c48 static int vflag = 0; variable
84 vflag++;
104 if (argc > 0 || ((uflag || vflag) && env == NULL))
181 if (vflag)
/freebsd-9.3-release/bin/mkdir/
H A Dmkdir.c59 int vflag; variable
80 vflag = 1;
112 if (vflag)
201 } else if (vflag)
/freebsd-9.3-release/sbin/iscontrol/
H A Discontrol.h32 int vflag; variable
34 # define debug(level, fmt, args...) do {if (level <= vflag) printf("%s: " fmt "\n", __func__ , ##args);} while(0)
35 # define debug_called(level) do {if (level <= vflag) printf("%s: called\n", __func__);} while(0)
150 int vflag; variable
/freebsd-9.3-release/usr.sbin/kgzip/
H A Dkgzip.c70 int cflag, vflag, c; local
77 cflag = vflag = 0;
84 vflag = 1;
117 if (vflag)
/freebsd-9.3-release/usr.sbin/quotaon/
H A Dquotaon.c68 int vflag; /* verbose */ variable
101 vflag++;
167 if (vflag)
176 if (vflag)
/freebsd-9.3-release/sbin/restore/
H A Drestore.h48 extern int vflag; /* print out actions taken */
148 #define vprintf if (vflag) fprintf

Completed in 286 milliseconds

12345678