Searched refs:code (Results 126 - 150 of 646) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dlockout.c52 krb5_error_code code; local
62 code = krb5_dbe_lookup_tl_data(context, entry, &tl_data);
63 if (code != 0 || tl_data.tl_data_length == 0)
64 return code;
68 code = krb5_lookup_tl_kadm_data(&tl_data, &adb);
69 if (code != 0)
70 return code;
76 code = krb5_ldap_get_password_policy(context, adb.policy,
78 if (code == 0 && count == 1) {
115 krb5_error_code code; local
138 krb5_error_code code; local
[all...]
/osnet-11/usr/src/lib/krb5/ss/
H A Derror.c55 void ss_error (int sci_idx, long code, const char * fmt, ...) argument
61 com_err_va (whoami, code, fmt, pvar);
66 void ss_perror (sci_idx, code, msg) /* for compatibility */
68 long code;
71 ss_error (sci_idx, code, "%s", msg);
/osnet-11/usr/src/lib/gss_mechs/mech_spnego/mech/
H A Dspnego_kerrs.c52 spnego_set_error_message (spnego_gss_ctx_id_t ctx, spnego_error_code code, argument
62 "spnego_set_error_message(ctx=%p/err=%p, code=%ld, ...)\n",
63 ctx, &ctx->err, (long) code);
65 krb5int_vset_error (&ctx->err, code, fmt, args);
74 spnego_vset_error_message (spnego_gss_ctx_id_t ctx, spnego_error_code code, argument
79 fprintf(stderr, "spnego_vset_error_message(ctx=%p, code=%ld, ...)\n",
80 ctx, (long) code);
84 krb5int_vset_error (&ctx->err, code, fmt, args);
92 spnego_get_error_message (spnego_gss_ctx_id_t ctx, spnego_error_code code) argument
96 fprintf(stderr, "spnego_get_error_message(%p, %ld)\n", ctx, (long) code);
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/
H A Dkt_solaris.c45 krb5_error_code code; local
51 if ((code = krb5_kt_default_name(ctx, buf, sizeof (buf))) != 0)
52 return (code);
76 krb5_error_code code; local
84 if ((code = krb5_principal2salt(ctx, svc_princ, &salt)) != 0) {
85 return (code);
95 code = krb5_kt_add_entry(ctx, kt, &entry);
102 return (code);
166 krb5_error_code code; local
173 if ((code
277 krb5_error_code code; local
422 krb5_error_code code; local
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Ds4u_creds.c64 krb5_error_code code; local
91 code = krb5_get_init_creds_opt_alloc(context, &opts);
92 if (code != 0)
113 code = krb5int_get_init_creds(context, &creds, client,
117 if (code == 0 ||
118 code == KDC_ERR_PREAUTH_REQUIRED ||
119 code == KDC_ERR_PREAUTH_FAILED) {
122 code = 0;
132 return code;
141 krb5_error_code code; local
199 krb5_error_code code; local
257 krb5_error_code code; local
341 krb5_error_code code; local
459 krb5_error_code code; local
663 krb5_error_code code; local
734 krb5_error_code code; local
[all...]
H A Dcopy_auth.c37 * * Redistributions of source code must retain the above copyright notice,
146 krb5_error_code code; local
157 code = decode_krb5_authdata(&data, authdata);
158 if (code)
159 return code;
170 krb5_error_code code; local
177 code = encode_krb5_authdata((krb5_authdata * const *)authdata, &data);
178 if (code)
179 return code;
188 code
302 krb5_error_code code; local
363 krb5_error_code code; local
[all...]
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dbrdr.c52 int code; local
61 code = wborder(stdscr, ls, rs, ts, bs, tl, tr, bl, br);
63 return __m_return_code("border", code);
H A Dbrdr_st.c52 int code; local
61 code = wborder_set(stdscr, ls, rs, ts, bs, tl, tr, bl, br);
63 return __m_return_code("border_set", code);
H A Dvw_scanw.c59 int code; local
65 if ((code = wgetnstr(w, buffer, (int) sizeof buffer)) == OK)
72 return __m_return_code("vw_scanw", code);
H A Dpecho_wc.c49 int code, dy, dx; local
65 if ((code = wadd_wch(pad, cc)) == OK) {
67 code = prefresh(
73 return __m_return_code("pecho_wchar", code);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/support/
H A Derrors.c45 krb5int_set_error (struct errinfo *ep, long code, const char *fmt, ...) argument
49 krb5int_vset_error_fl (ep, code, NULL, 0, fmt, args);
54 krb5int_set_error_fl (struct errinfo *ep, long code, argument
59 krb5int_vset_error_fl (ep, code, file, line, fmt, args);
64 krb5int_vset_error (struct errinfo *ep, long code, argument
67 krb5int_vset_error_fl(ep, code, NULL, 0, fmt, args);
71 krb5int_vset_error_fl (struct errinfo *ep, long code, argument
114 ep->code = code;
123 krb5int_get_error (struct errinfo *ep, long code) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dtermcap.pl119 local($code,$tmp) = @_;
121 @tmp = ($tmp,$code);
125 $code = $2;
127 if ($code eq 'd') {
130 elsif ($code eq '.') {
143 elsif ($code eq '+') {
148 elsif ($code eq 'r') {
149 ($code,$tmp) = @tmp;
150 @tmp = ($tmp,$code);
153 elsif ($code e
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Ds4u_gss_glue.c121 krb5_error_code code; local
133 code = k5_mutex_lock(&user->lock);
134 if (code != 0) {
135 *minor_status = code;
140 code = krb5_authdata_export_authdata(context,
144 if (code != 0) {
146 *minor_status = code;
153 code = krb5_get_credentials_for_user(context,
158 if (code != 0) {
160 *minor_status = code;
192 krb5_error_code code; local
261 krb5_error_code code; local
[all...]
H A Dimport_name.c60 krb5_error_code code; local
63 code = krb5_authdata_context_init(context, &ad_context);
64 if (code != 0)
65 return code;
70 code = krb5_authdata_import_attributes(context,
74 if (code != 0) {
76 return code;
94 krb5_error_code code; local
104 code = krb5_gss_init_context(&context);
105 if (code) {
[all...]
H A Dacquire_cred.c153 krb5_error_code code; local
163 code = gss_krb5int_initialize_library();
164 if (code != 0) {
165 *minor_status = code;
168 code = k5_mutex_lock(&gssint_krb5_keytab_lock);
169 if (code) {
170 *minor_status = code;
174 code = krb5_kt_resolve(context, krb5_gss_keytab, &kt);
178 code = krb5_kt_default(context, &kt);
181 if (code) {
249 krb5_error_code code; local
515 krb5_error_code code; local
784 krb5_error_code code; local
[all...]
H A Ddisp_name.c35 krb5_error_code code; local
40 code = krb5_gss_init_context(&context);
41 if (code) {
42 *minor_status = code;
60 if ((code = krb5_unparse_name(context,
63 *minor_status = code;
H A Dinit_sec_context.c80 * * Redistributions of source code must retain the above copyright notice,
132 * Common code which fetches the correct krb5 credentials from the
144 krb5_error_code code; local
156 if ((code = krb5_cc_get_principal(context, cred->ccache, &cc_princ)))
179 code = krb5_cc_retrieve_cred(context, cred->ccache,
183 if (code)
204 code = krb5_authdata_export_authdata(context,
208 if (code != 0)
212 code = krb5_get_credentials(context, flags, cred->ccache,
214 if (code)
258 krb5_error_code code; local
367 krb5_error_code code; local
494 krb5_error_code code; local
730 krb5_error_code code; local
1169 krb5_error_code code; local
1340 krb5_error_code code; local
1505 krb5_error_code code; local
1554 krb5_error_code code; local
[all...]
H A Daccept_sec_context.c80 * * Redistributions of source code must retain the above copyright notice,
131 krb5_error_code code; local
145 code = encode_krb5_ticket(ticket, &data);
146 if (code) {
147 *minor_status = code;
198 * subkey, so this code works fine against a JCSI client.) Up to the
199 * present, though, GSSAPI clients linked against the MIT code (which
205 * unencrypted. (The MIT code doesn't actually send the KRB_CRED
337 krb5_error_code code; local
356 code
444 krb5_error_code code; local
[all...]
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dcuexit.s29 / exit(code)
/osnet-11/usr/src/lib/krb5/kadm5/clnt/
H A Dclnt_privs.c14 * this source code. Do *NOT* create a derivative of this
15 * source code before consulting with your legal department.
16 * Do *NOT* integrate *ANY* of this source code into another
45 else if (r->code == KADM5_OK)
48 return r->code;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/ODBM_File/
H A DODBM_File.xs166 if (db->type && (code == &PL_sv_undef)) { \
170 else if (code) { \
172 sv_setsv(db->type, code) ; \
174 db->type = newSVsv(code) ; \
181 filter_fetch_key(db, code)
183 SV * code
186 DBM_setFilter(db->filter_fetch_key, code) ;
189 filter_store_key(db, code)
191 SV * code
194 DBM_setFilter(db->filter_store_key, code) ;
[all...]
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DIANACharCode.java53 // Character code descriptors. These can be used with the Java
65 // Error code for misidentified character set.
88 * the approprate integer descriptor code.
125 * @param code The integer coding the String set.
130 static String decodeCharacterEncoding(int code) argument
133 switch (code) {
144 new Object[] {Integer.toString(code)});
183 int code = 0;
185 // Assemble the character code based on the encoding type.
191 code
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Ddie_exit.t4 # Verify that C<die> return the return code
51 my($bang, $query, $code) = @{$tests{$test}};
52 $code ||= 'die;';
54 system(qq{$^X -e "\$! = $bang; \$? = $query; $code"});
57 system(qq{$^X -e '\$! = $bang; \$? = $query; $code'});
61 # VMS exit code 44 (SS$_ABORT) is returned if a program dies. We only get
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/NDBM_File/
H A DNDBM_File.xs100 filter_fetch_key(db, code)
102 SV * code
105 DBM_setFilter(db->filter_fetch_key, code) ;
108 filter_store_key(db, code)
110 SV * code
113 DBM_setFilter(db->filter_store_key, code) ;
116 filter_fetch_value(db, code)
118 SV * code
121 DBM_setFilter(db->filter_fetch_value, code) ;
124 filter_store_value(db, code)
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dkrb5_encode.c50 *code = NULL; \
64 *code = tmpcode; \
69 encode_krb5_pa_pk_as_req(const krb5_pa_pk_as_req *rep, krb5_data **code) argument
80 krb5_data **code)
90 encode_krb5_pa_pk_as_rep(const krb5_pa_pk_as_rep *rep, krb5_data **code) argument
100 encode_krb5_pa_pk_as_rep_draft9(const krb5_pa_pk_as_rep_draft9 *rep, krb5_data **code) argument
110 encode_krb5_auth_pack(const krb5_auth_pack *rep, krb5_data **code) argument
121 krb5_data **code)
131 encode_krb5_kdc_dh_key_info(const krb5_kdc_dh_key_info *rep, krb5_data **code) argument
141 encode_krb5_reply_key_pack(const krb5_reply_key_pack *rep, krb5_data **code) argument
79 encode_krb5_pa_pk_as_req_draft9(const krb5_pa_pk_as_req_draft9 *rep, krb5_data **code) argument
120 encode_krb5_auth_pack_draft9(const krb5_auth_pack_draft9 *rep, krb5_data **code) argument
151 encode_krb5_reply_key_pack_draft9(const krb5_reply_key_pack_draft9 *rep, krb5_data **code) argument
162 encode_krb5_td_trusted_certifiers( const krb5_external_principal_identifier **rep, krb5_data **code) argument
173 encode_krb5_td_dh_parameters(const krb5_algorithm_identifier **rep, krb5_data **code) argument
185 encode_krb5_typed_data(const krb5_typed_data **rep, krb5_data **code) argument
[all...]

Completed in 1675 milliseconds

1234567891011>>