Searched refs:code (Results 151 - 175 of 646) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dexport_name.c39 krb5_error_code code; local
47 code = krb5_gss_init_context(&context);
48 if (code) {
50 *minor_status = code;
76 if ((code = krb5_unparse_name(context, ((krb5_gss_name_t) input_name)->princ,
79 *minor_status = code;
80 save_error_info((OM_uint32)code, context);
H A Dcontext_time.c36 krb5_error_code code; local
54 if ((code = krb5_timeofday(ctx->k5_context, &now))) {
55 *minor_status = code;
H A Ddisp_major_status.c44 /* This code has knowledge of the min and max errors of each type
75 "An invalid status code was supplied",
107 static const char * const sinfo_code = "supplementary info code";
140 /* code should be set to the calling error field */
142 static OM_uint32 display_calling(minor_status, code, status_string)
144 OM_uint32 code;
149 if ((str = GSS_CALLING_ERROR_STR(code))) {
155 if (! display_unknown(calling_error, GSS_CALLING_ERROR_FIELD(code),
165 /* code should be set to the routine error field */
167 static OM_uint32 display_routine(minor_status, code, status_strin
[all...]
/osnet-11/usr/src/lib/krb5/kadm5/clnt/
H A Dchangepw.c87 kadm5_ret_t code; local
104 if ((code = krb5_cc_resolve(handle->context, handle->cache_name,
106 return (code);
126 if ((code = krb5_parse_name(handle->context, cpw_service,
129 return (code);
133 if ((code = krb5_cc_retrieve_cred(handle->context, ccache, 0, &mcreds,
136 return (code);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A Dencengine.c103 int code = 0; local
123 code = ENCODE_NOSPACE;
134 code = ENCODE_FALLBACK;
137 code = ENCODE_FOUND_TERM;
145 code = ENCODE_PARTIAL;
151 code = ENCODE_NOREP;
157 return code;
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwadd_wch.c57 int code = wadd_wch(w, cc); local
59 if (code == ERR) {
63 return (code);
78 int code, x, y; local
83 code = ERR;
127 code = WFLUSH(w);
131 return (code);
H A Dpecho_wc.c54 int code, dy, dx; local
71 code = prefresh(pad, pad->_refy, pad->_refx,
74 return ((code1) ? code : code1);
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);
/osnet-11/usr/src/lib/libidmap/common/
H A Ddirectory_error.c58 * The error code. This is a locale-independent string that
64 * Note that this code plus the parameters allows for structured
67 char *code; member in struct:directory_error
78 * so that code that processes the superclass can work on the subclass.
118 free(de->code);
119 de->code = NULL;
143 * de = directory_error(code, fmt [, arg1 ... ]);
147 directory_error(const char *code, const char *fmt, ...) argument
161 de->code = strdup(code);
301 directory_error_is_instance_of(directory_error_t de, char *code) argument
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dk5-int-pkinit.h185 encode_krb5_pa_pk_as_req(const krb5_pa_pk_as_req *rep, krb5_data **code);
189 krb5_data **code);
192 encode_krb5_pa_pk_as_rep(const krb5_pa_pk_as_rep *rep, krb5_data **code);
196 krb5_data **code);
199 encode_krb5_auth_pack(const krb5_auth_pack *rep, krb5_data **code);
203 krb5_data **code);
206 encode_krb5_kdc_dh_key_info(const krb5_kdc_dh_key_info *rep, krb5_data **code);
209 encode_krb5_reply_key_pack(const krb5_reply_key_pack *, krb5_data **code);
213 krb5_data **code);
216 encode_krb5_typed_data(const krb5_typed_data **, krb5_data **code);
[all...]
/osnet-11/usr/src/lib/pam_modules/krb5/
H A Dutils.c149 krb5_error_code code = 0; local
164 if (code = krb5_init_secure_context(&kcontext)) {
169 error_message(code));
173 if ((code = get_kmd_kuser(kcontext, (const char *)user, kuser,
179 if ((code = krb5_parse_name(kcontext, kuser, &princ)) != 0) {
183 whoami, error_message(code));
188 if ((code = krb5_kt_default(kcontext, &kt_handle))) {
192 whoami, error_message(code));
196 code = krb5_kt_get_entry(kcontext, kt_handle, princ, 0, 0, &kt_ent);
197 if (code !
[all...]
H A Dkrb5_password.c328 kadm5_ret_t code; local
339 if (code = krb5_init_secure_context(&context)) {
343 if ((code = get_kmd_kuser(context, (const char *)princ_str, kprinc,
345 return (code);
350 code = krb5_parse_name(context, kprinc, &princ);
352 if (code != 0)
377 code = kadm5_init_with_password(context, kprinc, old_password,
382 if (code != 0) {
386 " failed: (%s)", error_message(code));
388 return ((code
429 kadm5_ret_t code; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dclosure.t196 my($code, $inner_sub_test, $expected, $line, $errors, $output);
238 $code = "# This is a test script built by t/op/closure.t\n\n";
250 $code .= <<"END_MARK_ONE";
256 $code .= <<"END_MARK_TWO" if $nc_attempt;
261 $code .= <<"END_MARK_THREE"; # Backwhack a lot!
289 $code .= <<'END';
297 $code .= <<'END';
309 $code .= "
315 $code .= " { # naked block\n" # }
317 $code
[all...]
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dcolor.c50 int code = ERR; local
88 int code = ERR; local
105 code = OK;
109 code = tputs(
118 return __m_return_code("init_color", code);
124 int code = ERR; local
139 code = OK;
143 code = tputs(
157 return __m_return_code("init_pair", code);
H A Dvwscanw.c68 int code; local
74 if ((code = wgetnstr(w, buffer, (int) sizeof buffer)) == OK)
81 return __m_return_code("vwscanw", code);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dcopy_padata.c60 krb5_error_code code = 0; local
70 code = krb5_copy_pa_data(context, in[i], &pa_data[i]);
71 if (code)
75 if (code)
80 return (code);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/ByteLoader/
H A DByteLoader.pm14 ByteLoader - load byte compiled perl code
19 <byte code>
27 This module is used to load byte compiled perl code as produced by
29 the byte code and insert it into the compiled code at the appropriate point.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DUCD.pm96 code code point with at least four hexdigits
194 my $code = _getcode($arg);
195 croak __PACKAGE__, "::charinfo: unknown code '$arg'"
196 unless defined $code;
197 my $hexk = sprintf("%06X", $code);
200 if ($range->[0] <= $code && $code <= $range->[1]) {
204 $rname = $range->[2] ? $range->[2]->($code) : '';
205 $rdec = $range->[3] ? $range->[3]->($code)
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/
H A Dmktables75 ## The main datastructure (a "Table") represents a set of code points that
77 ## etc.). They are kept as ranges of code points (starting and ending of
189 ## Returns true if the Table has no code points
198 ## Returns true if the Table has code points
207 ## Returns the maximum code point currently in the table.
212 confess "oops" if $Table->IsEmpty; ## must have code points to have a max
229 ## Given a new code point, make the last range of the Table extend to
230 ## include the new (and all intervening) code points.
245 ## Given a code point range start and end (and optional name), blindly
264 ## Given a code poin
[all...]
/osnet-11/usr/src/lib/libpower/common/
H A Dlibpower_error.c68 pm_strerror(pm_error_t code) argument
77 while (i < nel && pm_errors[i].e_code != code) {
82 switch (code) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/SDBM_File/
H A DSDBM_File.xs124 filter_fetch_key(db, code)
126 SV * code
129 DBM_setFilter(db->filter_fetch_key, code) ;
132 filter_store_key(db, code)
134 SV * code
137 DBM_setFilter(db->filter_store_key, code) ;
140 filter_fetch_value(db, code)
142 SV * code
145 DBM_setFilter(db->filter_fetch_value, code) ;
148 filter_store_value(db, code)
[all...]
/osnet-11/usr/src/lib/fm/libdiagcode/common/
H A Ddiagcode.h59 const char *key[], char *code, size_t maxcode);
62 int fm_dc_code2key(fm_dc_handle_t *dhp, const char *code,
/osnet-11/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);
/osnet-11/usr/src/lib/libc/port/sys/
H A Dbsd_signal.c40 #define CHECK_SIG(s, code) \
43 return (code); \
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dlocate_kdc.c51 * and the DNS-SRVrecs code does not do that).
86 krb5_error_code code; local
90 code = profile_get_string(context->profile, KRB5_CONF_LIBDEFAULTS,
92 if (value == 0 && code == 0)
93 code = profile_get_string(context->profile, KRB5_CONF_LIBDEFAULTS,
95 if (code)
173 /* Translate to standard errno code. */
176 /* Translate to standard errno code. */
199 /* An error code we haven't handled? */
414 krb5_error_code code; local
507 krb5_error_code code; local
567 krb5_error_code code; local
639 krb5_error_code code; local
747 int code, i; local
838 krb5_error_code code; local
1064 krb5_error_code code = KRB5_REALM_UNKNOWN; local
[all...]

Completed in 67 milliseconds

1234567891011>>