HomeSort by relevance Sort by last modified time
    Searched defs:Verbose (Results 1 - 19 of 19) sorted by null

  /onnv/onnv-gate/usr/src/cmd/fm/eversholt/eftinfo/common/
eftinfo.c 74 "\t-v Enable verbose output\n"
86 int Verbose;
174 Verbose++;
  /onnv/onnv-gate/usr/src/cmd/fm/eversholt/esc/common/
escmain.c 80 "\t-v Enable verbose output\n"
84 int Verbose;
182 Verbose++;
  /onnv/onnv-gate/usr/src/cmd/fm/modules/common/eversholt/
eft.c 60 int Verbose;
138 { "verbose", FMD_TYPE_INT32, "0" },
331 Verbose = fmd_prop_get_int32(hdl, "verbose");
337 out(O_DEBUG, "initialized, verbose %d warn %d maxfme %d",
338 Verbose, Warn, Max_fme);
  /onnv/onnv-gate/usr/src/cmd/sendmail/aux/
praliases.c 52 int Verbose = 2;
editmap.c 53 int Verbose = 2;
81 bool verbose = false; local
165 verbose = true;
makemap.c 49 int Verbose = 2;
86 bool verbose = false; local
209 verbose = true;
467 if (verbose)
  /onnv/onnv-gate/usr/src/cmd/ypcmd/
mkalias.c 58 int Verbose = 0; /* to get the gory details */
193 if (Verbose) printf("%s --> %s --> %s\n",
202 if (Verbose)
299 Verbose = 1;
  /onnv/onnv-gate/usr/src/lib/libnsl/dial/
uucpdefs.c 56 static int Verbose; /* only for cu and ct to change */
uucp.h 196 * VERBOSE is used by cu and ct to inform the user of progress
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;
  /onnv/onnv-gate/usr/src/cmd/bnu/
uucpdefs.c 79 GLOBAL int Verbose = 0; /* only for cu and ct to change */
uucp.h 301 * VERBOSE is used by cu and ct to inform the user of progress
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;
  /onnv/onnv-gate/usr/src/cmd/fs.d/pcfs/fsck/
fsck.c 74 int Verbose = 0;
164 if (Verbose)
191 } else if (Verbose) {
244 Verbose++;
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/
cyclic.c 257 uint_t verbose = FALSE, Verbose = FALSE; local
270 'v', MDB_OPT_SETBITS, TRUE, &verbose,
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)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/audio/audioplay/
audioplay.c 84 static int Verbose = FALSE; /* verbose messages */
159 "\t-V\tPrint verbose warning messages\n"
205 if (Verbose) {
212 if (Verbose)
303 Verbose = TRUE;
868 if (Verbose) {
978 if (Verbose) {
  /onnv/onnv-gate/usr/src/cmd/abi/spectrans/spec2trace/
trace.c 56 static int Verbose;
141 Verbose = t_info->ti_verbosity;
142 seterrseverity(Verbose); /* Ditto. */
147 errlog(VERBOSE, "Keywords[] = {");
149 errlog(VERBOSE, " \"%s\", ", Keywords[i].key);
151 errlog(VERBOSE, " (char *) NULL");
152 errlog(VERBOSE, "};");
169 errlog(VERBOSE, "now in library \"%s\"", libname);
249 errlog(VERBOSE, "interface='%s'", value);
252 errlog(VERBOSE, "telling front end to skip '%s'", value)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/chat/
chat.c 175 int verbose = 0; variable
178 int Verbose = 0;
298 ++verbose;
302 ++Verbose;
335 if (verbose)
374 if (verbose)
550 if (verbose)
655 if (verbose)
1057 if (verbose)
1083 if (verbose)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fs.d/pcfs/mkfs/
mkfs.c 67 static int Verbose = 0;
562 if (Verbose) {
746 if (Verbose)
768 if (Verbose)
887 if (Verbose)
927 if (Verbose)
964 if (Verbose)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ttymon/
uucp.h 241 * VERBOSE is used by cu and ct to inform the user of progress
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;
  /onnv/onnv-gate/usr/src/cmd/sendmail/src/
sendmail.h     [all...]

Completed in 550 milliseconds