Searched defs:code (Results 176 - 200 of 330) 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/grub/grub2/grub-core/commands/
H A Dkeylayouts.c131 map_key_core (int code, int status, int *alt_gr_consumed) argument
139 if (grub_current_layout->keyboard_map_shift_l3[code])
142 return grub_current_layout->keyboard_map_shift_l3[code];
145 else if (grub_current_layout->keyboard_map_l3[code])
148 return grub_current_layout->keyboard_map_l3[code];
152 return grub_current_layout->keyboard_map_shift[code];
154 return grub_current_layout->keyboard_map[code];
158 grub_term_map_key (grub_keyboard_key_t code, int status) argument
163 if (code >= 0x59 && code <
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/posix_wrap/
H A Dwchar.h35 grub_uint32_t code; member in struct:mbstate
56 if (!grub_utf8_process (*ptr, &ps->code, &ps->count))
61 *pwc = ps->code;
62 if (ps->code == 0)
/osnet-11/usr/src/cmd/ast/msgcc/
H A Dmsgcvt.c59 int code; member in struct:__anon1
171 c = codes[i].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/libc/port/gen/
H A Dwaitpid.c49 * Convert the siginfo_t code and status fields to an old style wait status.
52 wstat(int code, int status) argument
56 switch (code) {
/osnet-11/usr/src/lib/libc/port/sys/
H A Dsignal.c45 #define CHECK_SIG(s, code) \
48 return (code); \
189 int code; local
226 if ((code = sigismember(&oset, sig)) < 0)
228 else if (code == 1)
/osnet-11/usr/src/lib/libsqlite/src/
H A Dauth.c7 ** The author disclaims copyright to this source code. In place of
15 ** This file contains code used to implement the sqlite_set_authorizer()
25 ** All of the code in this file may be omitted by defining a single
165 ** Do an authorization check using the code and arguments given. Return
172 int code,
183 rc = db->xAuth(db->pAuthArg, code, zArg1, zArg2, zArg3, pParse->zAuthContext);
170 sqliteAuthCheck( Parse *pParse, int code, const char *zArg1, const char *zArg2, const char *zArg3 ) argument
/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...]
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dirp_ho.c174 int code; local
191 if (irs_irp_get_full_response(pvt->girpdata, &code,
197 if (code == IRPD_GETHOST_OK) {
227 int code; local
254 if (irs_irp_get_full_response(pvt->girpdata, &code,
260 if (code == IRPD_GETHOST_OK) {
290 int code; local
301 if (irs_irp_get_full_response(pvt->girpdata, &code,
307 if (code == IRPD_GETHOST_OK) {
332 int code; local
[all...]
/osnet-11/usr/src/lib/libresolv2/common/resolv/
H A Dres_mkquery.c29 * 1. Redistributions of source code must retain the above copyright
297 u_short code, /*%< OPTION-CODE */
317 ns_put16(code, cp);
292 res_nopt_rdata(res_state statp, int n0, u_char *buf, int buflen, u_char *rdata, u_short code, u_short len, u_char *data) argument
/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...]
H A DServiceLocationException.java181 * An error occured in the client-side code.
204 // The error code for this exception.
223 // Return true if this is a vaild on-the-wire error code.
225 static boolean validWireErrorCode(int code) { argument
226 return ((code >= OK) && (code <= REQUEST_NOT_SUPPORTED));
231 * Return the error code.
233 * @return The integer error code.
/osnet-11/usr/src/lib/libnisdb/yptol/
H A Dshim.c338 * Despite this the existing NIS code calls it. One gross hack
504 shim_exit(int code) argument
507 exit(code);
528 * yp2ldap is used to switch appropriate code in the
/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/krb5/krb/
H A Dmk_req_ext.c337 krb5_error_code code; local
360 code = encode_krb5_etype_list(&etypes, &enc_etype_list);
361 if (code) {
362 return code;
374 code = encode_krb5_authdata(etype_adata, &ad_if_relevant);
375 if (code) {
377 return code;
H A Dvfy_increds.c35 krb5_error_code code; local
41 if ((code = krb5_cc_set_flags(context, incc, flags)))
42 return(code);
43 if ((code = krb5_cc_set_flags(context, outcc, flags)))
44 return(code);
46 if ((code = krb5_cc_start_seq_get(context, incc, &cur)))
49 while (!(code = krb5_cc_next_cred(context, incc, &cur, &creds))) {
53 code = krb5_cc_store_cred(context, outcc, &creds);
55 if (code)
59 if (code !
[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...]
/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/lib/krb5/plugins/kdb/db2/
H A Dadb_openclose.c16 * this source code. Do *NOT* create a derivative of this
17 * source code before consulting with your legal department.
18 * Do *NOT* integrate *ANY* of this source code into another
143 krb5_error_code code; local
178 * lock files. This code used to use a single static lockinfo
215 if ((code = krb5int_init_context_kdc(&lockp->lockinfo.context))) {
217 return((krb5_error_code) code);
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dntfscomp.c105 grub_uint32_t i, len, delta, code, lmask, dshift; local
111 code = word;
127 delta = code >> dshift;
128 len = (code & lmask) + 3;
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dcharset.h42 #define GRUB_UTF16_UPPER_SURROGATE(code) \
43 (0xD800 + ((((code) - GRUB_UCS2_LIMIT) >> 12) & 0xfff))
44 #define GRUB_UTF16_LOWER_SURROGATE(code) \
45 (0xDC00 + (((code) - GRUB_UCS2_LIMIT) & 0xfff))
87 grub_uint32_t code = *src++; local
91 if (code >= 0xDC00 && code <= 0xDFFF)
94 code = ((code_high - 0xD800) << 12) + (code - 0xDC00) + 0x10000;
96 *dest++ = (code >> 1
[all...]
/osnet-11/usr/src/grub/grub2/include/grub/lib/
H A DLzmaDec.h21 * This code was taken from LZMA SDK 4.58 beta, and was slightly modified
75 UInt32 range, code; member in struct:__anon777
121 LZMA_STATUS_NOT_SPECIFIED, /* use main error code instead */
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mklayout.c285 lookup (char *code, int shift) argument
296 if (strcmp (code, pr[i].layout) == 0)
300 if (strcmp (code, console_grub_equivalences_common[i].layout) == 0)
303 fprintf (stderr, _("Unknown key %s\n"), code);
311 unsigned int code; local
314 sscanf (layout_code, "U+%x", &code);
316 sscanf (layout_code, "+U+%x", &code);
318 code = lookup (layout_code, shift);
319 return code;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DCmd.pm153 sub code subroutine
155 @_ == 1 or croak 'usage: $obj->code()';
179 my($code,$resp) = @_;
184 (${*$cmd}{'net_cmd_code'},${*$cmd}{'net_cmd_resp'}) = ($code, $resp);
231 my $code = $_[0]->code;
232 0 < $code && $code < 400;
326 my($code,$more) = (undef) x 2;
340 ($code,
[all...]

Completed in 2865 milliseconds

1234567891011>>