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

1234

/freebsd-13-stable/usr.sbin/acpi/acpidump/
H A Dacpidump.c43 int vflag; /* Use verbose messages */ variable
79 vflag = 1;
105 if (vflag)
109 if (vflag)
116 if (vflag)
132 if (vflag)
139 if (vflag)
142 if (vflag)
/freebsd-13-stable/bin/cp/
H A Dextern.h42 extern int fflag, iflag, lflag, nflag, pflag, sflag, vflag;
/freebsd-13-stable/bin/rmdir/
H A Drmdir.c56 static int vflag; variable
69 vflag = 1;
86 if (vflag)
117 if (vflag)
/freebsd-13-stable/usr.sbin/devinfo/
H A Ddevinfo.c47 static int vflag; variable
140 if (vflag && *dev->dd_pnpinfo)
142 if (vflag && *dev->dd_location)
160 if (vflag || (dev->dd_name[0] != 0 && dev->dd_state >= DS_ATTACHED)) {
217 if (vflag)
226 if (vflag)
262 vflag++;
283 if (!vflag)
/freebsd-13-stable/usr.bin/getconf/
H A Dgetconf.c66 const char *name, *vflag, *alt_path; local
71 vflag = NULL;
78 vflag = optarg;
87 if (vflag != NULL)
99 if (vflag != NULL) {
100 if ((valid = find_progenv(vflag, &alt_path)) == 0)
102 vflag);
115 vflag);
/freebsd-13-stable/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-13-stable/sbin/iscontrol/
H A Discontrol.h34 int vflag; variable
36 # define debug(level, fmt, args...) do {if (level <= vflag) printf("%s: " fmt "\n", __func__ , ##args);} while(0)
37 # define debug_called(level) do {if (level <= vflag) printf("%s: called\n", __func__);} while(0)
152 extern int vflag;
/freebsd-13-stable/libexec/bootpd/tools/bootptest/
H A Dbootptest.h17 extern int vflag; /* verbose flag */
/freebsd-13-stable/bin/kenv/
H A Dkenv.c48 static int vflag = 0; variable
83 vflag++;
103 if (argc > 0 || ((uflag || vflag) && env == NULL))
181 if (vflag)
/freebsd-13-stable/bin/mkdir/
H A Dmkdir.c61 static int vflag; variable
82 vflag = 1;
114 if (vflag)
203 } else if (vflag)
/freebsd-13-stable/usr.sbin/quotaon/
H A Dquotaon.c69 static int vflag; /* verbose */ variable
100 vflag++;
166 if (vflag)
175 if (vflag)
/freebsd-13-stable/usr.sbin/powerd/
H A Dpowerd.c112 static int vflag; variable
260 if (vflag)
309 if (vflag)
315 if (vflag)
321 if (vflag)
341 if (vflag)
396 if (vflag)
412 if (vflag)
421 if (vflag)
508 vflag
[all...]
/freebsd-13-stable/sbin/restore/
H A Drestore.h50 extern int vflag; /* print out actions taken */
150 #define vprintf if (vflag) fprintf
/freebsd-13-stable/contrib/atf/test-programs/
H A Dconfig_test.sh26 atf_test_case vflag
55 atf_add_test_case vflag
/freebsd-13-stable/bin/chflags/
H A Dchflags.c78 int Hflag, Lflag, Rflag, fflag, hflag, vflag, xflag; local
82 Hflag = Lflag = Rflag = fflag = hflag = vflag = xflag = 0;
106 vflag++;
203 } else if (vflag || siginfo) {
205 if (vflag > 1 || siginfo)
/freebsd-13-stable/bin/chmod/
H A Dchmod.c79 int vflag; local
84 Hflag = Lflag = Rflag = fflag = hflag = vflag = 0;
128 vflag++;
209 } else if (vflag || siginfo) {
212 if (vflag > 1 || siginfo) {
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/cmd/file_trunc/
H A Dfile_trunc.c57 static int vflag = 0; variable
136 vflag++;
163 if (vflag) {
211 if (vflag) {
236 if (vflag) {
/freebsd-13-stable/tools/tools/intel-ucode-split/
H A Dintel-ucode-split.c127 bool nflag, vflag; local
129 nflag = vflag = false;
136 vflag = true;
169 if (vflag)
210 if (vflag)
/freebsd-13-stable/tests/sys/cddl/zfs/bin/
H A Dfile_trunc.c55 static int vflag = 0; variable
136 vflag++;
163 if (vflag) {
211 if (vflag) {
235 if (vflag) {
/freebsd-13-stable/usr.bin/hexdump/
H A Ddisplay.c56 enum _vflag vflag = FIRST; variable in typeref:enum:_vflag
274 if (vflag != ALL &&
277 if (vflag != DUP)
301 if (vflag == ALL || vflag == FIRST ||
304 if (vflag == DUP || vflag == FIRST)
305 vflag = WAIT;
308 if (vflag == WAIT)
310 vflag
[all...]
/freebsd-13-stable/usr.sbin/chown/
H A Dchown.c90 int Hflag, Lflag, Rflag, fflag, hflag, vflag, xflag; local
96 Hflag = Lflag = Rflag = fflag = hflag = vflag = xflag = 0;
120 vflag++;
218 } else if (vflag)
219 print_info(p, vflag);
309 print_info(const FTSENT *p, int vflag) argument
313 if (vflag > 1) {
/freebsd-13-stable/bin/sh/
H A Doptions.h58 #define vflag optval[8] macro
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/net/getaddrinfo/
H A Dh_gai.c49 int vflag = 0; variable
77 if (vflag) {
100 if (!vflag)
143 vflag++;
/freebsd-13-stable/usr.sbin/uefisign/
H A Duefisign.h83 bool Vflag, bool vflag);
/freebsd-13-stable/bin/pax/
H A Dtty_subs.c146 * when vflag we better ship out an extra \n to get this message on a
149 if (vflag && vfpart) {
174 * when vflag we better ship out an extra \n to get this message on a
177 if (vflag && vfpart) {

Completed in 239 milliseconds

1234