Searched refs:code (Results 201 - 225 of 1152) sorted by relevance

1234567891011>>

/opensolaris-onvv-gate/usr/src/lib/libshell/common/features/
H A Dmath.sh143 *:*:1) code="extern $r $f("
146 do code="$code${sep}$t"
152 code="$code);"
153 echo "$code"
159 code="static $L local_$f("
163 code="$code${sep}Sfdouble_t a$p"
169 code
[all...]
/opensolaris-onvv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dlocate_kdc.c51 * and the DNS-SRVrecs code does not do that).
88 krb5_error_code code; local
92 code = profile_get_string(context->profile, "libdefaults",
94 if (value == 0 && code == 0)
95 code = profile_get_string(context->profile, "libdefaults",
97 if (code)
171 /* Translate to standard errno code. */
174 /* Translate to standard errno code. */
197 /* An error code we haven't handled? */
381 krb5_error_code code; local
456 krb5_error_code code; local
516 krb5_error_code code; local
588 krb5_error_code code; local
696 int code, i; local
795 krb5_error_code code; local
1013 krb5_error_code code = KRB5_REALM_UNKNOWN; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/data/
H A DOption.java42 private short code; field in class:Option
128 * @param context the option context/category code
130 * @param code the option code
131 * @param type the option type code
137 public Option(String name, byte context, String [] vendors, short code, argument
148 setCode(code);
271 * Get the option code.
272 * @return the code as a short.
275 return code;
439 findContext(byte code) argument
458 getContextDhcptabString(byte code) argument
474 getContextString(byte code) argument
490 findType(byte code) argument
509 getTypeDhcptabString(byte code) argument
525 getTypeString(byte code) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/postdaisy/
H A DREADME23 Source code for a simple program that translates Diablo 630 daisy-wheel files
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/run/
H A Dexit.t14 # Run some code, return its wait status.
16 my($code) = shift;
18 return system($cmd.$quote.$code.$quote);
/opensolaris-onvv-gate/usr/src/common/crypto/md5/amd64/
H A Dmd5_amd64.pl6 # Licence: I hereby disclaim the copyright on this code and place it
39 my $code;
50 $code .= " mov 0*4(%rsi), %r10d /* (NEXT STEP) X[0] */\n" if ($pos == -1);
51 $code .= " mov %edx, %r11d /* (NEXT STEP) z' = %edx */\n" if ($pos == -1);
53 $code .= <<EOF;
75 $code .= " mov 1*4(%rsi), %r10d /* (NEXT STEP) X[1] */\n" if ($pos == -1);
76 $code .= " mov %edx, %r11d /* (NEXT STEP) z' = %edx */\n" if ($pos == -1);
77 $code .= " mov %edx, %r12d /* (NEXT STEP) z' = %edx */\n" if ($pos == -1);
79 $code .= <<EOF;
102 $code
[all...]
/opensolaris-onvv-gate/usr/src/lib/fm/libdiagcode/common/
H A Ddiagcode.h63 const char *key[], char *code, size_t maxcode);
66 int fm_dc_code2key(fm_dc_handle_t *dhp, const char *code,
/opensolaris-onvv-gate/usr/src/lib/libc/port/sys/
H A Dbsd_signal.c40 #define CHECK_SIG(s, code) \
43 return (code); \
/opensolaris-onvv-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcolor.c97 int code = ERR; local
110 code = OK;
114 code = tputs(tparm(initialize_color, (long) color,
119 return (code);
125 int code = ERR; local
136 code = OK;
140 code = tputs(tparm(initialize_pair,
150 return (code);
/opensolaris-onvv-gate/usr/src/lib/pam_modules/krb5/
H A Dkrb5_password.c327 kadm5_ret_t code; local
338 if (code = krb5_init_secure_context(&context)) {
342 if ((code = get_kmd_kuser(context, (const char *)princ_str, kprinc,
344 return (code);
349 code = krb5_parse_name(context, kprinc, &princ);
351 if (code != 0)
376 code = kadm5_init_with_password(kprinc, old_password, cpw_service,
380 if (code != 0) {
384 " failed: (%s)", error_message(code));
386 return ((code
427 kadm5_ret_t code; local
[all...]
/opensolaris-onvv-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dinq_cred.c88 krb5_error_code code; local
98 code = krb5_gss_init_context(&context);
99 if (code) {
100 *minor_status = code;
128 if ((code = krb5_timeofday(context, &now))) {
129 *minor_status = code;
134 code = k5_mutex_lock(&cred->lock);
135 if (code != 0) {
136 *minor_status = code;
149 (code
[all...]
H A Dacquire_cred_with_pw.c119 krb5_error_code code = 0; local
135 code = ENOMEM;
143 code = ENOMEM;
149 code = krb5_get_init_creds_password(context, &creds, desired_name, pw,
156 if (code)
161 if ((code = krb5_cc_resolve(context, "MEMORY:GSSAPI", &ccache1)))
175 if ((code = krb5_cc_gen_new(context, &ccache2)) != 0)
180 if ((code = krb5_cc_initialize(context, ccache2, creds.client)) != 0)
183 if ((code = krb5_cc_store_cred(context, ccache2, &creds)) != 0)
194 *minor_status = code;
229 krb5_error_code code; local
[all...]
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/md5/asm/
H A Dmd5-x86_64.pl6 # Licence: I hereby disclaim the copyright on this code and place it
12 my $code;
22 $code .= " mov 0*4(%rsi), %r10d /* (NEXT STEP) X[0] */\n" if ($pos == -1);
23 $code .= " mov %edx, %r11d /* (NEXT STEP) z' = %edx */\n" if ($pos == -1);
24 $code .= <<EOF;
45 $code .= " mov 1*4(%rsi), %r10d /* (NEXT STEP) X[1] */\n" if ($pos == -1);
46 $code .= " mov %ecx, %r11d /* (NEXT STEP) y' = %ecx */\n" if ($pos == -1);
47 $code .= <<EOF;
68 $code .= " mov 5*4(%rsi), %r10d /* (NEXT STEP) X[5] */\n" if ($pos == -1);
69 $code
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/gssapi/mechs/krb5/mech/
H A Dk5unseal.c72 krb5_error_code code; local
171 * Because the ARCFOUR code bypasses the standard
180 if ((code = init_key_kef(context->kef_cipher_mt,
182 *minor_status = code;
185 if ((code = init_key_kef(context->kef_cipher_mt,
187 *minor_status = code;
194 if ((code = kg_get_seq_num(context, ctx->seq, ptr+14, ptr+6, &direction,
196 *minor_status = code;
222 code = krb5_copy_keyblock (context, ctx->enc, &enc_key);
223 if (code)
[all...]
/opensolaris-onvv-gate/usr/src/cmd/filesync/
H A Ddebug.h41 #define DBG_ERRORS 1 /* enable error simulation code */
57 int dbg_chk_error(const char *name, char code); /* check for simul err */
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/kmdb/kctl/
H A Dkctl_err.c47 kctl_vprintf(int code, const char *format, va_list ap) argument
50 vcmn_err(code, format, ap);
55 if (code == CE_WARN)
57 else if (code == CE_NOTE)
/opensolaris-onvv-gate/usr/src/cmd/mkfifo/
H A Dmkfifo.c49 errmsg(int severity, int code, char *format, ...);
116 * errmsg - This is an interface required by the code common to mkfifo and
124 errmsg(int severity, int code, char *format, ...) argument
135 if (code > 0) {
136 exit(code);
/opensolaris-onvv-gate/usr/src/common/crypto/sha1/amd64/
H A Dsha1-x86_64.pl12 # It was brought to my attention that on EM64T compiler-generated code
14 # Opteron where compiler-generated code was only 15% behind 32-bit
16 # There was suggestion to mechanically translate 32-bit code, but I
19 # implementation:-) However! While 64-bit code does performs better
23 # core must have managed to run-time optimize even 32-bit code just as
50 my ($code, $ctx, $inp, $num, $xi, $t0, $t1, $i, @V, $A, $B, $C, $D, $E, $T);
64 # reassign arguments in order to produce more compact code
86 $code.=<<___;
109 $code.=<<___;
122 $code
[all...]
/opensolaris-onvv-gate/usr/src/common/net/wanboot/
H A Dbootlog.h43 * code translation struct for use in processing config file
45 struct code { struct
/opensolaris-onvv-gate/usr/src/lib/gss_mechs/mech_krb5/et/
H A Derror_message.c31 const char * KRB5_CALLCONV error_message (code)
32 long code;
40 l_offset = code & ((1<<ERRCODE_RANGE)-1);
42 table_num = code - l_offset;
95 strlcpy (buffer, dgettext(TEXT_DOMAIN, "Unknown code "), sizeof (buffer));
/opensolaris-onvv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dvfy_increds.c15 krb5_error_code code; local
22 if ((code = krb5_cc_set_flags(context, incc, flags)) != NULL)
23 return(code);
25 if ((code = krb5_cc_set_flags(context, outcc, flags)) != NULL)
26 return(code);
29 if ((code = krb5_cc_start_seq_get(context, incc, &cur)) != NULL)
33 while ((code = krb5_cc_next_cred(context, incc, &cur, &creds)) == NULL) {
37 code = krb5_cc_store_cred(context, outcc, &creds);
39 if (code)
43 if (code !
[all...]
/opensolaris-onvv-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_accessor.h63 (const krb5_algorithm_identifier **, krb5_data **code);
68 (const krb5_external_principal_identifier **, krb5_data **code);
75 (const krb5_kdc_req *rep, krb5_data **code);
81 (const krb5_authdata *rep, krb5_data **code);
/opensolaris-onvv-gate/usr/src/lib/libast/common/comp/
H A Datexit.c94 exit(int code)
100 _exit(code);
/opensolaris-onvv-gate/usr/src/lib/libbc/libc/sys/common/sparc/
H A Dsendsig.s31 ! __sendsig(sig, code, scp, addr, sigfunc)
46 mov %i1, %o1 ! we're calling directly into C code (as will
/opensolaris-onvv-gate/usr/src/lib/libc/amd64/gen/
H A Dcuexit.s29 / exit(code)

Completed in 239 milliseconds

1234567891011>>