| /onnv/onnv-gate/usr/src/cmd/ipf/lib/common/ |
| verbose.c | 6 * $Id: verbose.c,v 1.6 2001/06/09 17:09:25 darrenr Exp $ 21 void verbose(char *fmt, ...) function 23 void verbose(fmt, va_alist)
|
| /onnv/onnv-gate/usr/src/cmd/rpcsvc/nis/utils/ |
| nis_bkrst.h | 68 * verbose is must be defined for nis_log_common, but is not used, since 72 bool_t verbose = FALSE; variable
|
| nispath.c | 54 int verbose = 0; local 61 verbose = 1; 72 if (verbose) { 77 if (verbose) 82 if (verbose)
|
| nisdefaults.c | 53 fprintf(stderr, " v = verbose.\n"); 69 int i, verbose = 1, local 82 verbose = 50; 87 verbose--; 91 verbose--; 96 verbose--; 101 verbose--; 106 verbose--; 111 verbose--; 116 verbose-- [all...] |
| /onnv/onnv-gate/usr/src/lib/brand/lx/zone/ |
| lx_install.ksh | 56 verbose() function 74 both_modes=$(gettext "%s: error: cannot select both silent and verbose modes") 217 $(gettext "verbose output regarding the progress of the") \ 340 # The install can't be both verbose AND silent... 411 verbose "\"$install_src\": \"gzip\" archive" 414 verbose "\"$install_src\": \"bzip2\" archive" 417 verbose "\"$install_src\": Lempel-Ziv" \ 421 verbose "\"$install_src\":" \ 443 # If verbose mode was specified, pass the verbose flag to lx_distro_instal [all...] |
| /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/ |
| log.c | 43 uint_t verbose = FALSE; local 65 'v', MDB_OPT_SETBITS, TRUE, &verbose, NULL) != argc) 69 if (verbose) 96 if (verbose)
|
| netstack.c | 84 uint_t verbose = FALSE; local 95 'v', MDB_OPT_SETBITS, TRUE, &verbose,
|
| /onnv/onnv-gate/usr/src/cmd/sendmail/db/log/ |
| log_findckp.c | 64 int ret, verbose; local 66 verbose = lp->dbenv != NULL && lp->dbenv->db_verbose != 0; 97 if (verbose) {
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/kssl/kssladm/ |
| kssladm.c | 48 boolean_t verbose = B_FALSE; variable
|
| /onnv/onnv-gate/usr/src/cmd/lvm/util/ |
| medstat.c | 66 int verbose = 1; local 102 verbose = 0; 134 if (verbose) 140 if (verbose) 154 if (verbose) 160 if (verbose) 165 if (verbose) 169 if (verbose) 179 if (verbose) 183 if (verbose) [all...] |
| /onnv/onnv-gate/usr/src/cmd/mdb/intel/mdb/ |
| kvm_isadep.c | 117 uint_t verbose = 0; local 132 'v', MDB_OPT_SETBITS, 1, &verbose, 149 if (verbose)
|
| /onnv/onnv-gate/usr/src/cmd/ptools/pwait/ |
| pwait.c | 58 int verbose = 0; local 69 verbose = 1; 78 " -v: verbose; report terminations to standard out\n"); 155 if (verbose) {
|
| /onnv/onnv-gate/usr/src/lib/libcmd/common/ |
| readlink.c | 35 "[v:verbose?Verbose - print errors.]" 50 verbose = 0; local 68 verbose = opt_info.num; 99 if (verbose)
|
| /onnv/onnv-gate/usr/src/lib/libnisdb/ |
| ldap_glob.c | 32 int verbose = 0; variable 95 #pragma weak verbose
|
| /onnv/onnv-gate/usr/src/cmd/ntfsprogs/ |
| ntfscat.h | 40 int verbose; /* Extra output */ member in struct:options
|
| /onnv/onnv-gate/usr/src/cmd/svr4pkg/libinst/ |
| log.c | 65 static boolean_t verbose = B_FALSE; variable 106 /* no debug messages if not verbose mode */ 166 * Description: Turns on verbose output 168 * Arguments: verbose = B_TRUE indicates verbose mode 175 verbose = setting; 180 * Description: Returns whether or not to output verbose messages 183 * Returns: B_TRUE - verbose messages should be output 189 return (verbose);
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/tests/ |
| test_per_net.c | 41 int verbose = 1; variable
|
| /onnv/onnv-gate/usr/src/cmd/devprop/ |
| devprop.c | 45 boolean_t verbose = B_FALSE, quote = B_FALSE, local 82 BOOL('v', verbose); 135 if (verbose)
|
| /onnv/onnv-gate/usr/src/cmd/mdb/sun4v/modules/mdesc/ |
| mdesc.c | 41 uint_t verbose = 0; local 49 'v', MDB_OPT_SETBITS, 1, &verbose, NULL) != argc) 58 if (verbose) 67 if (verbose)
|
| /onnv/onnv-gate/usr/src/cmd/msgfmt/ |
| common.h | 68 int verbose; member in struct:flags
|
| /onnv/onnv-gate/usr/src/cmd/prtdscp/sparc/sun4u/ |
| prtdscp.c | 54 static int verbose = 0; variable 150 verbose = 1; 220 * Print tracing statements to stderr when in verbose mode. 228 if (verbose != 0) {
|
| /onnv/onnv-gate/usr/src/cmd/rpcsvc/nis/rpc.nisd/ |
| nislog.c | 63 int verbose = 0; variable 185 verbose = 1; 210 verbose = 1;
|
| /onnv/onnv-gate/usr/src/common/openssl/apps/ |
| ciphers.c | 74 " -v - verbose mode, a textual listing of the ciphers in SSLeay\n", 86 int verbose=0; local 123 verbose=1; 171 if (!verbose)
|
| /onnv/onnv-gate/usr/src/cmd/sgs/moe/common/ |
| moe.c | 95 openlib(const char *prog, const char *name, int class, int silent, int verbose) 123 if (verbose) 133 if (verbose) 141 if (verbose) 158 int var, verbose = 0, silent = 0, error = 0, mode = 0, class = 0; local 187 if (verbose == 0) 194 verbose++; 219 if (openlib(prog, argv[optind], class, silent, verbose) != 0) {
|
| /onnv/onnv-gate/usr/src/cmd/fm/fminject/common/ |
| inj_main.c | 35 int verbose; variable 45 "\t-v enable verbose output (display event details)\n", 150 verbose = 1;
|