/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/examples/ |
H A D | make_links.pl | 6 ($target=$_)=~s/cgi$/txt/; 7 symlink $_,$target
|
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/ |
H A D | asn1_misc.c | 31 asn1_krb5_realm_copy(krb5_principal target, krb5_principal source) argument 33 target->realm.length = source->realm.length; 34 target->realm.data = (char*)malloc(target->realm.length); /* copy realm */ 35 if (target->realm.data == NULL) return ENOMEM; 36 memcpy(target->realm.data,source->realm.data, /* to client */ 37 target->realm.length);
|
H A D | asn1_misc.h | 34 asn1_error_code asn1_krb5_realm_copy(krb5_principal target, 37 * requires target, source, and source->realm are allocated 38 * effects Copies source->realm into target->realm.
|
/osnet-11/usr/src/lib/libdtrace_jni/java/docs/examples/ |
H A D | target.d | 30 /pid == $target/
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Perldoc/ |
H A D | GetOptsOO.pm | 30 my($target, $args, $truth) = @_; 34 $target->aside( 36 ) if $target->can('aside'); 54 if( $target->can($method) ) { # it's argumental 64 $target->$method( $rest ); 69 if( $target->can( $method = "opt_$first" ) ) { 71 $target->$method( $truth ); 75 } elsif( $target->can('handle_unknown_option') ) { 80 $target->handle_unknown_option( $first ) || 0 98 $target [all...] |
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/ |
H A D | sh_syscalls.d | 49 sh$target:::function-entry, 50 sh$target:::builtin-entry, 51 sh$target:::command-entry 57 sh$target:::function-entry 62 sh$target:::builtin-entry 67 sh$target:::command-entry 73 /pid == $target/ 80 printf("\nCalls for PID %d,\n\n", $target);
|
H A D | kill.d | 49 /* Record target PID and signal */ 50 self->target = arg0; 56 /* Print source, target, and result */ 58 pid, execname, self->signal, self->target, (int)arg0); 61 self->target = 0;
|
H A D | pl_syscalls.d | 49 perl$target:::sub-entry 55 /pid == $target/ 62 printf("\nCalls for PID %d,\n\n", $target);
|
H A D | py_syscalls.d | 47 python$target:::function-entry 53 /pid == $target/ 60 printf("\nCalls for PID %d,\n\n", $target);
|
H A D | pl_syscolors.d | 65 perl$target:::sub-entry, 66 perl$target:::sub-return, 69 /self->last == 0 && pid == $target/ 74 perl$target:::sub-entry 84 perl$target:::sub-return 96 /pid == $target/ 106 /pid == $target/ 116 /pid == $target/
|
H A D | py_syscolors.d | 62 python$target:::function-entry, 63 python$target:::function-return, 66 /self->last == 0 && pid == $target/ 71 python$target:::function-entry 81 python$target:::function-return 93 /pid == $target/ 103 /pid == $target/ 113 /pid == $target/
|
H A D | php_malloc.d | 44 php$target:::function-entry 51 php$target:::function-return 57 pid$target:libc:malloc:entry 64 pid$target:libc:malloc:entry
|
H A D | pl_malloc.d | 44 perl$target:::sub-entry 50 perl$target:::sub-return 56 pid$target:libc:malloc:entry 63 pid$target:libc:malloc:entry
|
H A D | py_malloc.d | 44 python$target:::function-entry 50 python$target:::function-return 56 pid$target:libc:malloc:entry 63 pid$target:libc:malloc:entry
|
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Shell/ |
H A D | sh_syscalls.d | 49 sh$target:::function-entry, 50 sh$target:::builtin-entry, 51 sh$target:::command-entry 57 sh$target:::function-entry 62 sh$target:::builtin-entry 67 sh$target:::command-entry 73 /pid == $target/ 80 printf("\nCalls for PID %d,\n\n", $target);
|
/osnet-11/usr/src/lib/libresolv2/common/isc/ |
H A D | base64.c | 146 b64_ntop(u_char const *src, size_t srclength, char *target, size_t targsize) { argument 169 target[datalength++] = Base64[output[0]]; 170 target[datalength++] = Base64[output[1]]; 171 target[datalength++] = Base64[output[2]]; 172 target[datalength++] = Base64[output[3]]; 191 target[datalength++] = Base64[output[0]]; 192 target[datalength++] = Base64[output[1]]; 194 target[datalength++] = Pad64; 196 target[datalength++] = Base64[output[2]]; 197 target[datalengt [all...] |
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Perl/ |
H A D | pl_syscalls.d | 49 perl$target:::sub-entry 55 /pid == $target/ 62 printf("\nCalls for PID %d,\n\n", $target);
|
H A D | pl_syscolors.d | 65 perl$target:::sub-entry, 66 perl$target:::sub-return, 69 /self->last == 0 && pid == $target/ 74 perl$target:::sub-entry 84 perl$target:::sub-return 96 /pid == $target/ 106 /pid == $target/ 116 /pid == $target/
|
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Proc/ |
H A D | kill.d | 49 /* Record target PID and signal */ 50 self->target = arg0; 56 /* Print source, target, and result */ 58 pid, execname, self->signal, self->target, (int)arg0); 61 self->target = 0;
|
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Python/ |
H A D | py_syscalls.d | 47 python$target:::function-entry 53 /pid == $target/ 60 printf("\nCalls for PID %d,\n\n", $target);
|
H A D | py_syscolors.d | 62 python$target:::function-entry, 63 python$target:::function-return, 66 /self->last == 0 && pid == $target/ 71 python$target:::function-entry 81 python$target:::function-return 93 /pid == $target/ 103 /pid == $target/ 113 /pid == $target/
|
/osnet-11/usr/src/grub/grub2/util/grub.d/ |
H A D | 10_solaris.in | 7 emitter.target = '@target_cpu@-@platform@'
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/util/ |
H A D | make_ext | 12 target=$1; shift 84 echo " Making $mname ($target)" 91 case "$target" in 93 target=all 96 target=all 99 target=all 102 target=all 115 echo "make_ext: unknown make target '$target'"; exit 1 117 '') echo "make_ext: no make target specifie [all...] |
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | getvalues.c | 42 internal_ldap_get_values( LDAP *ld, LDAPMessage *entry, const char *target, argument 55 if ( target == NULL || 69 rc = strcasecmp( (char *)target, attr ); 79 rc = strcasecmp( (char *)target, attr ); 134 If not in the target, they are ignored. If they are in the target, 146 parse_subtypes( const char *target, int *baseLenp, char **langp, argument 162 targetLen = strlen( target ); 165 nextToken = strchr( target, ';' ); 167 subtypeStart = nextToken - target 250 check_lang_match( const char *target, const char *baseTarget, _SubStringIndex *targetTypes, int ntargetTypes, char *targetLang, char *attr ) argument 319 check_base_match( const char *target, char *attr ) argument 330 internal_ldap_get_lang_values( LDAP *ld, LDAPMessage *entry, const char *target, char **type, int lencall ) argument 463 ldap_get_lang_values( LDAP *ld, LDAPMessage *entry, const char *target, char **type ) argument 472 ldap_get_lang_values_len( LDAP *ld, LDAPMessage *entry, const char *target, char **type ) argument [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/lib/powerpc/ |
H A D | relocator.c | 55 write_reg (int regn, grub_uint32_t val, void **target) argument 58 *(grub_uint32_t *) *target = 60 *target = ((grub_uint32_t *) *target) + 1; 62 *(grub_uint32_t *) *target = (((0x6000 | regn << 5 | regn) << 16) 64 *target = ((grub_uint32_t *) *target) + 1; 68 write_jump (void **target) argument 71 *(grub_uint32_t *) *target = 0x4e800020; 72 *target [all...] |