Searched defs:usage (Results 1 - 25 of 174) sorted by relevance

1234567

/osnet-11/usr/src/cmd/perl/contrib/
H A Dcopy_contrib.sh39 function usage function
41 printf 'copy_contrib: usage is <src dir> <dst dir> <module> ...\n'
48 [[ $src = $dst || ! ( -d $src && -d $dst ) ]] && usage
51 [[ -z $modules ]] && usage
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Ddiskhits47 function usage function
59 usage
62 usage
H A Dlastwords50 function usage function
62 usage
H A Dsampleproc18 # PERCENT Percent of CPU usage
45 function usage function
74 usage
H A Dhotkernel57 usage() if defined $ARGV[0] and $ARGV[0] eq "--help";
58 getopts('hm') or usage();
59 usage() if defined $main::opt_h and $main::opt_h;
119 sub usage { subroutine
H A Dhotuser60 usage() if defined $ARGV[0] and $ARGV[0] eq "--help";
61 getopts('c:hlp:') or usage();
62 usage() if defined $main::opt_h and $main::opt_h;
71 usage();
132 sub usage { subroutine
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Disk/
H A Ddiskhits47 function usage function
59 usage
62 usage
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Proc/
H A Dlastwords50 function usage function
62 usage
H A Dsampleproc18 # PERCENT Percent of CPU usage
45 function usage function
74 usage
/osnet-11/usr/src/cmd/hal/tools/
H A Dhal-fdi-validate.sh12 usage() { function
22 usage
29 usage
/osnet-11/usr/src/cmd/ast/msgcc/
H A Dmsgcc.sh77 usage() function
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/
H A Dhotkernel57 usage() if defined $ARGV[0] and $ARGV[0] eq "--help";
58 getopts('hm') or usage();
59 usage() if defined $main::opt_h and $main::opt_h;
119 sub usage { subroutine
H A Dhotuser60 usage() if defined $ARGV[0] and $ARGV[0] eq "--help";
61 getopts('c:hlp:') or usage();
62 usage() if defined $main::opt_h and $main::opt_h;
71 usage();
132 sub usage { subroutine
/osnet-11/usr/src/lib/libcmd/common/
H A Dsync.c28 static const char usage[] = variable
59 switch (optget(argv, usage))
H A Dline.c26 static const char usage[] = variable
48 switch (optget(argv, usage))
H A Dlogname.c29 static const char usage[] = variable
60 switch (optget(argv, usage))
H A Dmkfifo.c29 static const char usage[] = variable
63 switch (optget(argv, usage))
H A Dtty.c29 static const char usage[] = variable
65 switch (optget(argv, usage))
/osnet-11/usr/src/lib/brand/shared/zone/
H A Ddsconvert.ksh213 function usage { function
233 h) usage
242 ?) usage 1>&2
249 usage 1>&2
/osnet-11/usr/src/lib/brand/solaris10/cmd/
H A Ds10_umountall.sh29 usage () { function
98 usage "more than one host specified"
105 usage "more than one FStype specified"
111 usage "FSType ${FSType} exceeds 8 characters"
126 \?) usage ""
141 usage "additional arguments not supported"
145 usage "options -r and -l are incompatible"
149 usage "option -${RFLAG}${LFLAG} incompatible with -h option"
153 usage "Specifying FStype incompatible with -h option"
157 usage "Specifyin
[all...]
/osnet-11/usr/src/cmd/ldap/common/
H A Didtest.c25 static usage( char *name ) function
27 fprintf( stderr, "usage: %s\n", name );
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Ddecode_kdc.c55 krb5_keyusage usage, krb5_kdc_rep **dec_rep)
74 if ((retval = krb5_kdc_rep_decrypt_proc(context, key, &usage,
54 krb5int_decode_tgs_rep(krb5_context context, krb5_data *enc_rep, const krb5_keyblock *key, krb5_keyusage usage, krb5_kdc_rep **dec_rep) argument
H A Denc_helper.c37 const krb5_keyblock *key, krb5_keyusage usage,
50 ret = krb5_c_encrypt(context, key, usage, 0, plain, cipher);
36 krb5_encrypt_helper(krb5_context context, const krb5_keyblock *key, krb5_keyusage usage, const krb5_data *plain, krb5_enc_data *cipher) argument
H A Denc_keyhelper.c36 krb5_encrypt_keyhelper(krb5_context context, krb5_key key, krb5_keyusage usage, argument
52 ret = krb5_k_encrypt(context, key, usage, 0, plain, cipher);
H A Dkdc_rep_dc.c46 krb5_keyusage usage; local
49 usage = *(const krb5_keyusage *) decryptarg;
51 usage = KRB5_KEYUSAGE_AS_REP_ENCPART;
63 if ((retval = krb5_c_decrypt(context, key, usage, 0, &dec_rep->enc_part,

Completed in 86 milliseconds

1234567