Searched refs:code (Results 276 - 300 of 646) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/lib/fm/libfmd_msg/common/
H A Dfmd_msg.c46 * fmd_msg_gettext_id - format the entire message for the given event code
51 * fmd_msg_getitem_id - format a single message item for the given event code
60 * EINVAL - Invalid argument (e.g. bad event code, illegal fmd_msg_item_t)
363 return; /* simplify caller code */
795 * FMA event members use hyphens.) This code specifically cannot use
798 * non-C locale, but this code needs to always operate on C characters.
993 nvlist_t *nvl, const char *dict, const char *code, fmd_msg_item_t item)
996 size_t len = strlen(code) + 1 + strlen(istr) + 1;
1033 * computed as the URL base concatenated with the code. If the
1036 * derived by looking up the key <code>
992 fmd_msg_getitem_locked(fmd_msg_hdl_t *h, nvlist_t *nvl, const char *dict, const char *code, fmd_msg_item_t item) argument
1300 fmd_msg_gettext_locked(fmd_msg_hdl_t *h, nvlist_t *nvl, const char *dict, const char *code) argument
1405 fmd_msg_getitem(fmd_msg_hdl_t *h, const char *locale, nvlist_t *nvl, const char *code, fmd_msg_item_t item) argument
1513 char *code; local
1529 fmd_msg_getitem_id(fmd_msg_hdl_t *h, const char *locale, const char *code, fmd_msg_item_t item) argument
1605 fmd_msg_gettext(fmd_msg_hdl_t *h, const char *locale, nvlist_t *nvl, const char *code) argument
1713 char *code; local
1724 fmd_msg_gettext_id(fmd_msg_hdl_t *h, const char *locale, const char *code) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Locale/
H A DCountry.pm41 my $code = shift;
45 return undef unless defined $code;
48 # Make sure the code is in the right form before we use it
55 return undef if ($code =~ /\D/);
56 $code = sprintf("%.3d", $code);
60 $code = lc($code);
63 if (exists $CODES->[$codeset]->{$code})
65 return $CODES->[$codeset]->{$code};
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dinq_context.c30 * * Redistributions of source code must retain the above copyright notice,
57 * * Redistributions of source code must retain the above copyright notice,
100 krb5_error_code code; local
128 if ((code = krb5_timeofday(context, &now))) {
129 *minor_status = code;
138 if ((code = kg_duplicate_name(context,
142 *minor_status = code;
149 if ((code = kg_duplicate_name(context,
156 *minor_status = code;
H A Dstore_cred.c49 krb5_error_code code; local
58 if ((code = krb5_cc_default(ct, &ccache))) {
59 *minor_status = code;
89 if ((code = krb5_cc_initialize(ct, ccache,
91 *minor_status = code;
101 if ((code = krb5_cc_copy_creds(ct, cred->ccache, ccache))) {
102 *minor_status = code;
/osnet-11/usr/src/lib/krb5/kadm5/
H A Dkadm_rpc.h7 * this source code. Do *NOT* create a derivative of this
8 * source code before consulting with your legal department.
9 * Do *NOT* integrate *ANY* of this source code into another
49 kadm5_ret_t code; member in struct:generic_ret
81 kadm5_ret_t code; member in struct:gprincs_ret
147 kadm5_ret_t code; member in struct:chrand_ret
163 kadm5_ret_t code; member in struct:gprinc_ret
196 kadm5_ret_t code; member in struct:gpol_ret
209 kadm5_ret_t code; member in struct:gpols_ret
217 kadm5_ret_t code; member in struct:getprivs_ret
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DFatal.pm90 my($name, $code, $sref, $real_proto, $proto, $core, $call);
119 $code = <<EOS;
124 $code .= write_invocation($core, $call, $name, $void, @protos);
125 $code .= "}\n";
126 print $code if $Debug;
129 $code = eval("package $pkg; use Carp; $code");
132 *{$sub} = $code;
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dirp.c160 int code; local
235 code = irs_irp_read_response(pvt, text, sizeof text);
236 if (code != IRPD_WELCOME_CODE) {
359 * FP. 0 on failure(0 is not a legal response code). The
367 int code; local
379 if (sscanf(line, "%d", &code) != 1) {
380 code = 0;
390 return (code);
464 * int irs_irp_get_full_response(struct irp_p *pvt, int *code,
468 * there's a body to follow(code
481 irs_irp_get_full_response(struct irp_p *pvt, int *code, char *text, size_t textlen, char **body, size_t *bodylen) argument
[all...]
H A Dirp_p.h52 int irs_irp_get_full_response(struct irp_p *pvt, int *code,
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1buf.c98 asn1buf_wrap_data(asn1buf *buf, const krb5_data *code) argument
100 if (code == NULL || code->data == NULL) return ASN1_MISSING_FIELD;
101 buf->next = buf->base = code->data;
102 buf->bound = code->data + code->length - 1;
277 asn12krb5_buf(const asn1buf *buf, krb5_data **code) argument
282 *code = NULL;
297 *code = d;
/osnet-11/usr/src/grub/grub2/grub-core/loader/
H A Dxnu_resume.c49 void *code; local
119 code = get_virtual_current_address (ch);
138 /* Read code part. */
140 || grub_file_read (file, code, codesize)
/osnet-11/usr/src/grub/grub2/grub-core/net/
H A Dicmp.c26 grub_uint8_t code; member in struct:icmp_header
86 if (icmph->code)
106 icmphr->code = 0;
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dldivide.s48 / the following code is only for compatibility with original ldivide code
61 / end of compatibility code
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dcopywin.c60 int code, sminr, sminc, tminr, tminc, tmaxr, tmaxc; local
83 code = copywin(
87 return __m_return_code("__m_copywin", code);
H A Dkeypad.c52 decode_add(root, str, code)
55 short code;
120 node->key = code;
H A Dwgetch.c56 int code; local
61 code = __xc_ungetc(ch, (WINDOW *) 0) == EOF ? ERR : OK;
63 return __m_return_code("ungetch", code);
161 * Apparently VT300 terminals change the key code/sequence
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcopywin.c61 int code, sminr, sminc, tminr, tminc, tmaxr, tmaxc; local
80 code = copywin(s, t, sminr, sminc,
83 return (code);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DSafe.pm22 # Uses a closure (on $__ExPr__) to pass in the code to be executed.
54 # Regular expressions and other unicode-aware code may need to call
58 # utf8.c code does a fetchmethod on SWASHNEW to check if utf8.pm is loaded,
65 # This code (//i on a unicode string) ensures utf8 is fully loaded
74 # Don't share stuff like *UNIVERSAL:: otherwise code from the
403 # wrap code ref $sub with _safe_call_sv so that, when called, the
457 Safe - Compile and execute code in restricted compartments
472 in which perl code can be evaluated. Each compartment has
479 different package and code evaluated in the compartment cannot
485 and only that data will be visible to code evaluate
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Filter/
H A DSimple.pm54 code => [ $ws, { DONT_MATCH => $pod_or_DATA },
107 if ($type eq 'code') {
240 # in user's code:
244 # this code is filtered
248 # this code is not
290 to "prime" $_ with source code data from the source file that will
292 source code was actually read in.
296 Process the contents of $_ to change the source code in the desired manner.
305 code filtering to cease, create an C<unimport> subroutine, and have it call
308 C<no>. Effectively this limits source code filter
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/video/readers/
H A Dpng.c180 int code, shift; local
188 code = 0;
198 code += (int) (data->bit_save & ((1 << n) - 1)) << shift;
213 return code;
295 /* Order of the bit length code lengths. */
339 grub_png_insert_huff_item (struct huff_table *ht, int code, int len) argument
348 grub_error (GRUB_ERR_BAD_FILE_TYPE, "png: invalid code length");
359 ht->values[ht->num_values - n] = code;
386 int code, i; local
388 code
475 int n, code; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A DXSLoader_pm.PL19 # enable debug/trace messages from DynaLoader perl code
89 # this section of code: XYZ failed at line 123 of DynaLoader.pm.
91 # C code of the extension XS file. Perl reports the error as being
92 # in this perl code simply because this was the last perl code
131 XSLoader - Dynamically load C libraries into Perl code
217 modules only; read it only if you call your XSUBs from the code in your module,
222 A sufficiently complicated module using XS would have both Perl code (defined
223 in F<YourPackage.pm>) and XS code (defined in F<YourPackage.xs>). If this
224 Perl code make
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/font/
H A Dfont.c45 grub_uint32_t code; member in struct:char_index_entry
122 as a "Null Object" pattern, so that code everywhere does not have to
134 ascii_glyph_lookup (grub_uint32_t code) argument
139 if (code >= 0x80)
165 return ascii_font_glyph[code];
167 (void) code;
332 /* Read code point value; convert to native byte order. */
333 if (grub_file_read (file, &entry->code, 4) != 4)
335 entry->code = grub_be_to_cpu32 (entry->code);
669 find_glyph(const grub_font_t font, grub_uint32_t code) argument
711 grub_font_get_glyph_internal(grub_font_t font, grub_uint32_t code) argument
937 grub_font_get_glyph(grub_font_t font, grub_uint32_t code) argument
991 grub_font_get_glyph_with_fallback(grub_font_t font, grub_uint32_t code) argument
[all...]
/osnet-11/usr/src/lib/libnisdb/yptol/
H A Dshim_hooks.h41 * Do NOT include this in the shim code itself or you will be
64 void shim_exit(int code);
/osnet-11/usr/src/lib/krb5/kadm5/srv/
H A Dserver_acl.c38 * this source code. Do *NOT* create a derivative of this
39 * source code before consulting with your legal department.
40 * Do *NOT* integrate *ANY* of this source code into another
322 krb5_error_code code;
328 code = 0;
332 code = ENOMEM;
353 code = EINVAL;
358 code = ENOMEM;
365 code = EINVAL;
381 code
319 krb5_error_code code; local
413 krb5_error_code code; local
830 krb5_error_code code; local
[all...]
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dunicode.h46 grub_uint32_t code; member in struct:grub_unicode_arabic_shape
143 grub_uint32_t code; member in struct:grub_unicode_glyph::grub_unicode_combining
258 grub_unicode_glyph_from_code (grub_uint32_t code) argument
265 ret->base = code;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/MakeMaker/
H A Dvmsish.pm33 Until 5.8.0, vmsish.pm is only installed on VMS. This means any code

Completed in 76 milliseconds

<<11121314151617181920>>