Searched refs:code (Results 1 - 25 of 1558) sorted by path

1234567891011>>

/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_error.c46 { EDT_NOTUPREG, "Insufficient tuple registers to generate code" },
219 int code; member in struct:__anon45
236 if (faults[i].code == fault)
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libuutil/common/
H A Duu_misc.c48 * All of the old code under !defined(PTHREAD_ONCE_KEY_NP)
53 * The code is not MT-safe in a relaxed memory model.
75 uu_set_error(uint_t code) argument
97 (void *)(uintptr_t)code);
115 uu_strerror(uint32_t code) argument
119 switch (code) {
/freebsd-11-stable/contrib/amd/conf/transp/
H A Dtransp_sockets.c8 * This code is derived from software contributed to Berkeley by
14 * 1. Redistributions of source code must retain the above copyright
59 #error this code is old and probably not useful any longer.
70 * is to hard-code 127.0.0.1, but still check if get_myaddress() returns a
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex323 % Do this outside of the \shipout so @code etc. will be expanded in
324 % the headline as they should be, not taken literally (outputting ''code).
339 % \entry{{\tt \indexbackslash }acronym}{32}{\code {\acronym}}
342 % {\code {{\tt \backslashcurfont }acronym}
1238 % We have to set dummies so commands such as @code, and characters
2231 %\newif\ifmarkupenv % @env == @code.
2232 %\newif\ifmarkupcommand % @command == @code.
2312 % the code environments to do likewise.
2453 % @code (and similar) prints in typewriter, but with spaces the same
2477 % We *must* turn on hyphenation at `-' and `_' in @code
[all...]
/freebsd-11-stable/contrib/amd/scripts/
H A Dexpn.140 # 1. Redistributions of source code must retain the above copyright
337 # 550 is a known code... Should the be
351 # 553 is a known code...
361 # 252 is a known code...
598 local(@ret,$code);
618 $code = 250;
624 $code = $1;
629 if ($1 == 252 && ($code == 0 || $code == 550)) {
630 $code
[all...]
H A Dexpn.in39 # 1. Redistributions of source code must retain the above copyright
336 # 550 is a known code... Should the be
350 # 553 is a known code...
360 # 252 is a known code...
597 local(@ret,$code);
617 $code = 250;
623 $code = $1;
628 if ($1 == 252 && ($code == 0 || $code == 550)) {
629 $code
[all...]
/freebsd-11-stable/contrib/apr-util/dbd/
H A Dapr_dbd_odbc.c927 /* common handling after ODBC calls - save error info (code and text) in dbc */
969 res = "unrecognized SQL return code";
/freebsd-11-stable/contrib/atf/atf-c++/detail/
H A Dexceptions.cpp7 // 1. Redistributions of source code must retain the above copyright
61 atf::system_error::code(void) function in class:atf::system_error
149 // this will require some code auditing that I can't afford at the
H A Dexceptions.hpp7 // 1. Redistributions of source code must retain the above copyright
46 int code(void) const throw();
H A Dexceptions_test.cpp7 // 1. Redistributions of source code must retain the above copyright
93 ATF_REQUIRE(e.code() == 1);
/freebsd-11-stable/contrib/binutils/bfd/
H A Daout-arm.c295 bfd_reloc_code_real_type code)
299 if (code == BFD_RELOC_CTOR)
303 code = BFD_RELOC_32;
309 switch (code)
293 bfd_reloc_type_lookup(bfd *abfd, bfd_reloc_code_real_type code) argument
H A Daoutx.h84 values have been determined, generic code is used to handle
264 NAME (aout, reloc_type_lookup) (bfd *abfd, bfd_reloc_code_real_type code)
270 if (code == BFD_RELOC_CTOR)
274 code = BFD_RELOC_32;
277 code = BFD_RELOC_64;
282 switch (code)
305 switch (code)
555 /* The common code can't fill in these things because they depend
561 /* Call back to the format-dependent code to fill in the rest of the
605 set bfd_error to the appropriate error code
[all...]
H A Dbfd-in2.h53 /* This is a utility macro to handle the situation where the code
54 wants to place a constant string into the code, followed by a
395 /* Get the name of a stabs type code. */
407 /* Next entry for this hash code. */
411 /* Hash code. This is the full hash code, not the index into the
725 occurs; bfd_get_error will return an appropriate code. */
735 error occurs; bfd_get_error will return an appropriate code. */
748 should return zero on success or an `errno' code on failure. TEMPL must
959 /* IA64 Itanium code generatio
[all...]
H A Dbfd.c310 N_("#<Invalid error code>")
1417 When more than one machine code number is available for the
1429 int code;
1434 code = get_elf_backend_data (abfd)->elf_machine_code;
1438 code = get_elf_backend_data (abfd)->elf_machine_alt1;
1439 if (code == 0)
1444 code = get_elf_backend_data (abfd)->elf_machine_alt2;
1445 if (code == 0)
1453 elf_elfheader (abfd)->e_machine = code;
1426 int code; local
H A Dbout.c126 fields that are not handled by common code. */
597 /* Call to a system procedure - replace code with system
640 bfd_reloc_code_real_type code)
642 switch (code)
638 b_out_bfd_reloc_type_lookup(bfd *abfd ATTRIBUTE_UNUSED, bfd_reloc_code_real_type code) argument
H A Dcoff-alpha.c566 special code. We put the code in the r_size field, and
685 addend, but they do use a special code. Put this code in the
1201 alpha_bfd_reloc_type_lookup (abfd, code)
1203 bfd_reloc_code_real_type code;
1207 switch (code)
2149 code, and making sure that it is deleted at all appropriate
H A Dcoff-arm.c165 the manifest constants in the code. */
815 coff_arm_reloc_type_lookup (bfd * abfd, bfd_reloc_code_real_type code) argument
819 if (code == BFD_RELOC_CTOR)
823 code = BFD_RELOC_32;
829 switch (code)
905 /* Support interworking with old, non-interworking aware ARM code. */
984 in the sequence. The problem, however is that whilst little endian code
985 stores the instructions in HI then LOW order, big endian code does the
1126 Thumb code. This will ensure that the debugger and disassembler
1156 This code i
[all...]
H A Dcoff-i386.c461 /* Cancel out code in _bfd_coff_generic_relocate_section. */
503 /* If the symbol is defined, then the generic code is going to
507 to avoid the adjustment the generic code will make. FIXME:
552 coff_i386_reloc_type_lookup (abfd, code)
554 bfd_reloc_code_real_type code;
556 switch (code)
H A Dcoff-mips.c100 /* Reloc type 0 is ignored. The reloc reading code ensures that
411 final link time. Rather than put special case code into
738 mips_bfd_reloc_type_lookup (abfd, code)
740 bfd_reloc_code_real_type code;
744 switch (code)
H A Dcoff-ppc.c34 not produce the right glue code for dll function calls. */
224 /* The main body of code is in coffcode.h. */
273 /* substitute TOC restore instruction iff symbol is glue code */
276 /* symbol is glue code; virtual address is TOC restore instruction */
628 /* substitute TOC restore instruction iff symbol is glue code */
645 /* symbol is glue code; virtual address is TOC restore instruction */
1071 /* FIXME: PAIR unsupported in the following code. */
1192 the toc, some trippy library code trying for speed on
1945 /* A cheesy little macro to make the code a little more readable. */
1953 ppc_coff_reloc_type_lookup (abfd, code)
[all...]
H A Dcoff-rs6000.c132 /* The main body of code is in coffcode.h. */
1030 _bfd_xcoff_reloc_type_lookup (abfd, code)
1032 bfd_reloc_code_real_type code;
1034 switch (code)
1069 /* XCOFF archive support. The original version of this code was by
1107 field lengths so that we cannot really share any code. Also we have
2958 linkage code, and it is followed by an appropriate cror nop
2960 restores the TOC after the glink code. Contrariwise, if the
2962 going to global linkage code, we can replace the load with a
3085 are significant in the relocation, but the original code
[all...]
H A Dcoff-sparc.c147 coff_sparc_reloc_type_lookup (abfd, code)
149 bfd_reloc_code_real_type code;
154 if (sparc_reloc_map[i].bfd_reloc_val == code)
H A Dcoff-x86_64.c555 /* Cancel out code in _bfd_coff_generic_relocate_section. */
596 /* If the symbol is defined, then the generic code is going to
600 to avoid the adjustment the generic code will make. FIXME:
642 coff_amd64_reloc_type_lookup (bfd *abfd ATTRIBUTE_UNUSED, bfd_reloc_code_real_type code) argument
644 switch (code)
H A Dcoff64-rs6000.c655 Set the internal l_zeroes to 0 so the common 32/64 code uses l_value
1122 linkage code, and it is followed by an appropriate cror nop
1124 restores the TOC after the glink code. Contrariwise, if the
1126 going to global linkage code, we can replace the load with a
1824 xcoff64_reloc_type_lookup (abfd, code)
1826 bfd_reloc_code_real_type code;
1828 switch (code)
H A Dconfigure974 --libdir=DIR object code libraries [EPREFIX/lib]
2923 # If we don't find an include directive, just comment out the code.
5017 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5514 # Some systems (esp. on ia64) link data and code symbols differently,
5940 # On the NeXT, cc -E runs the code through the compiler's parser,
6024 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6047 # On the NeXT, cc -E runs the code through the compiler's parser,
6131 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6786 # save warnings/boilerplate of simple test code
6875 # All AIX code i
[all...]

Completed in 655 milliseconds

1234567891011>>