/illumos-gate/usr/src/cmd/fm/eversholt/eftinfo/common/ |
H A D | eftinfo.c | 86 int Verbose; variable 174 Verbose++;
|
/illumos-gate/usr/src/cmd/fm/eversholt/esc/common/ |
H A D | escmain.c | 84 int Verbose; variable 182 Verbose++;
|
/illumos-gate/usr/src/lib/libnsl/dial/ |
H A D | uucpdefs.c | 56 static int Verbose; /* only for cu and ct to change */ variable
|
H A D | uucp.h | 197 * In other programs, the Value of Verbose is always 0. 199 #define VERBOSE(f, s) { if (Verbose > 0) (void) fprintf(stderr, f, s); } 398 static int Debug, Verbose; variable
|
/illumos-gate/usr/src/cmd/sendmail/aux/ |
H A D | praliases.c | 50 int Verbose = 2; variable
|
H A D | editmap.c | 53 int Verbose = 2; variable
|
H A D | makemap.c | 49 int Verbose = 2; variable
|
/illumos-gate/usr/src/cmd/ypcmd/ |
H A D | mkalias.c | 58 int Verbose = 0; /* to get the gory details */ variable 193 if (Verbose) printf("%s --> %s --> %s\n", 202 if (Verbose) 299 Verbose = 1;
|
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | eft.c | 60 int Verbose; variable 331 Verbose = fmd_prop_get_int32(hdl, "verbose"); 338 Verbose, Warn, Max_fme);
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | uucpdefs.c | 79 GLOBAL int Verbose = 0; /* only for cu and ct to change */ variable
|
H A D | uucp.h | 302 * In other programs, the Value of Verbose is always 0. 304 #define VERBOSE(f, s) { if (Verbose > 0) fprintf(stderr, f, s); } 509 EXTERN int Debug, Verbose; variable
|
/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/ |
H A D | fsck.c | 74 int Verbose = 0; variable 164 if (Verbose) 191 } else if (Verbose) { 244 Verbose++;
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | cyclic.c | 257 uint_t verbose = FALSE, Verbose = FALSE; local 271 'V', MDB_OPT_SETBITS, TRUE, &Verbose, NULL) != argc) 274 if (!DCMD_HDRSPEC(flags) && (verbose || Verbose)) 277 if (DCMD_HDRSPEC(flags) || verbose || Verbose) 324 if (!verbose && !Verbose) 341 if (!Verbose && j >= cpu.cyp_nelems) 378 if (!Verbose)
|
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/ |
H A D | trace.c | 56 static int Verbose; variable 141 Verbose = t_info->ti_verbosity; 142 seterrseverity(Verbose); /* Ditto. */ 432 switch (Verbose) {
|
/illumos-gate/usr/src/cmd/audio/audioplay/ |
H A D | audioplay.c | 84 static int Verbose = FALSE; /* verbose messages */ variable 205 if (Verbose) { 212 if (Verbose) 303 Verbose = TRUE; 868 if (Verbose) { 978 if (Verbose) {
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/chat/ |
H A D | chat.c | 178 int Verbose = 0; variable 302 ++Verbose; 1407 if (Verbose) {
|
/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/ |
H A D | mkfs.c | 70 static int Verbose = 0; variable 537 if (Verbose) { 721 if (Verbose) 743 if (Verbose) 862 if (Verbose) 902 if (Verbose) 939 if (Verbose) 1476 if (Verbose) 1483 if (Verbose) 1515 if (Verbose) { [all...] |
/illumos-gate/usr/src/cmd/ttymon/ |
H A D | uucp.h | 242 * In other programs, the Value of Verbose is always 0. 244 #define VERBOSE(f, s) { if (Verbose > 0) (void)fprintf(stderr, f, s); } 446 EXTERN int Debug, Verbose; variable
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | sendmail.h | 2308 EXTERN int Verbose; /* set if blow-by-blow desired */ variable
|