/osnet-11/usr/src/cmd/perl/contrib/ |
H A D | copy_contrib.sh | 39 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 D | diskhits | 47 function usage function 59 usage 62 usage
|
H A D | lastwords | 50 function usage function 62 usage
|
H A D | sampleproc | 18 # PERCENT Percent of CPU usage 45 function usage function 74 usage
|
H A D | hotkernel | 57 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 D | hotuser | 60 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 D | diskhits | 47 function usage function 59 usage 62 usage
|
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Proc/ |
H A D | lastwords | 50 function usage function 62 usage
|
H A D | sampleproc | 18 # PERCENT Percent of CPU usage 45 function usage function 74 usage
|
/osnet-11/usr/src/cmd/hal/tools/ |
H A D | hal-fdi-validate.sh | 12 usage() { function 22 usage 29 usage
|
/osnet-11/usr/src/cmd/ast/msgcc/ |
H A D | msgcc.sh | 77 usage() function
|
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/ |
H A D | hotkernel | 57 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 D | hotuser | 60 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 D | sync.c | 28 static const char usage[] = variable 59 switch (optget(argv, usage))
|
H A D | line.c | 26 static const char usage[] = variable 48 switch (optget(argv, usage))
|
H A D | logname.c | 29 static const char usage[] = variable 60 switch (optget(argv, usage))
|
H A D | mkfifo.c | 29 static const char usage[] = variable 63 switch (optget(argv, usage))
|
H A D | tty.c | 29 static const char usage[] = variable 65 switch (optget(argv, usage))
|
/osnet-11/usr/src/lib/brand/shared/zone/ |
H A D | dsconvert.ksh | 213 function usage { function 233 h) usage 242 ?) usage 1>&2 249 usage 1>&2
|
/osnet-11/usr/src/lib/brand/solaris10/cmd/ |
H A D | s10_umountall.sh | 29 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 D | idtest.c | 25 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 D | decode_kdc.c | 55 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 D | enc_helper.c | 37 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 D | enc_keyhelper.c | 36 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 D | kdc_rep_dc.c | 46 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,
|