Searched refs:code (Results 201 - 225 of 3126) sorted by relevance

1234567891011>>

/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools/
H A Ddoctoc.tcl35 # 5) Name of the interpreter containing the code coming from the format
84 if {![file exists $path]} {return -code error "doctools::toc::search: path does not exist"}
85 if {![file isdirectory $path]} {return -code error "doctools::toc::search: path is not a directory"}
86 if {![file readable $path]} {return -code error "doctools::toc::search: path cannot be read"}
129 return -code error "command \"$name\" already exists, unable to create doctoc object"
132 return -code error "wrong # args: doctools::new name ?opt val...??"
194 return -code error "bad option \"$cmd\": must be $optlist"
255 return -code error \
264 return -code error "wrong # args: doctools::toc::_configure name ?opt val...??"
280 return -code erro
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Delf32-ip2k.c52 #define IS_PAGE_OPCODE(code) \
53 ip2k_is_opcode (code, ip2k_page_opcode)
61 #define IS_JMP_OPCODE(code) \
62 ip2k_is_opcode (code, ip2k_jmp_opcode)
70 #define IS_SNC_OPCODE(code) \
71 ip2k_is_opcode (code, ip2k_snc_opcode)
79 #define IS_INC_1SP_OPCODE(code) \
80 ip2k_is_opcode (code, ip2k_inc_1sp_opcode)
88 #define IS_ADD_2SP_W_OPCODE(code) \
89 ip2k_is_opcode (code, ip2k_add_2sp_w_opcod
179 ip2k_reloc_type_lookup(bfd * abfd ATTRIBUTE_UNUSED, bfd_reloc_code_real_type code) argument
237 ip2k_is_opcode(bfd_byte *code, const struct ip2k_opcode *opcodes) argument
334 bfd_byte code[4]; local
414 bfd_byte code[16]; local
486 bfd_byte code[2]; local
834 bfd_byte code[4]; local
905 bfd_byte code[12]; local
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dconfig_reg.c9 * - Redistributions of source code must retain the above copyright
469 krb5_error_code code = 0; local
478 code = ENOMEM;
492 return code;
508 krb5_error_code code; local
518 code = parse_reg_value(context, key, name, type, cbdata, parent);
519 if (code != 0)
520 return code;
539 krb5_error_code code; local
555 code
579 krb5_error_code code = 0; local
602 krb5_error_code code = 0; local
630 krb5_error_code code; local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/bee/
H A Dbee.tcl87 return -code error "Expected integer number, got \"$num\""
141 return -code error "Expected even number of elements, got \"[llength $dict]\""
202 return -code error "String not large enough for value"
216 return -code error "End of integer number not found"
225 return -code error "Expected integer number, got \"$num\""
259 return -code error "Dictionary has to be of even length"
271 return -code error "End of string length not found"
278 return -code error "Expected integer number for string length, got \"$length\""
282 return -code error "Illegal negative string length"
284 return -code erro
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/assembler/
H A DLinkBuffer.h7 * 1. Redistributions of source code must retain the above copyright
51 // This class assists in linking code generated by the macro assembler, once code generation
52 // has been completed, and the code has been copied to is final location in memory. At this
53 // time pointers to labels within the code may be resolved, and relative offsets to external
60 // * The address of a Label pointing into the code may be resolved.
98 LinkBuffer(VM& vm, MacroAssembler& macroAssembler, void* code, size_t size) argument
104 , m_code(code)
127 // These methods are used to link or set values at code generation time.
133 MacroAssembler::linkCall(code(), cal
277 void* code() function in class:JSC::LinkBuffer
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_codesigning/
H A DSecStaticCode.cpp37 // CF-standard type code function
123 SecPointer<SecStaticCode> code = SecStaticCode::requiredStatic(staticCodeRef); local
124 code->setValidationFlags(flags);
126 DTRACK(CODESIGN_EVAL_STATIC, code, (char*)code->mainExecutablePath().c_str());
127 code->staticValidate(flags, req);
192 // Record for future use a detached code signature.
200 SecPointer<SecStaticCode> code = SecStaticCode::requiredStatic(codeRef); local
202 code->detachedSignature(signature); // ... and pass it to the code
217 SecPointer<SecStaticCode> code = SecStaticCode::requiredStatic(codeRef); local
236 SecStaticCode *code = SecStaticCode::requiredStatic(codeRef); local
250 SecStaticCode *code = SecStaticCode::requiredStatic(codeRef); local
265 SecStaticCode *code = SecStaticCode::requiredStatic(codeRef); local
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A DSecStaticCode.cpp37 // CF-standard type code function
123 SecPointer<SecStaticCode> code = SecStaticCode::requiredStatic(staticCodeRef); local
124 code->setValidationFlags(flags);
126 DTRACK(CODESIGN_EVAL_STATIC, code, (char*)code->mainExecutablePath().c_str());
127 code->staticValidate(flags, req);
192 // Record for future use a detached code signature.
200 SecPointer<SecStaticCode> code = SecStaticCode::requiredStatic(codeRef); local
202 code->detachedSignature(signature); // ... and pass it to the code
217 SecPointer<SecStaticCode> code = SecStaticCode::requiredStatic(codeRef); local
236 SecStaticCode *code = SecStaticCode::requiredStatic(codeRef); local
250 SecStaticCode *code = SecStaticCode::requiredStatic(codeRef); local
265 SecStaticCode *code = SecStaticCode::requiredStatic(codeRef); local
[all...]
/macosx-10.10.1/libpcap-48/libpcap/pcap/
H A Dbpf.h5 * This code is derived from the Stanford/CMU enet packet filter,
6 * (net/enet.c) distributed as part of 4.3BSD, and code contributed
13 * 1. Redistributions of source code must retain the above copyright
45 * the stuff needed for the code generator and the userland BPF
390 * except for FreeBSD; anybody who wants to compile, on FreeBSD, code
398 * capture files; code that doesn't, such as the code in Wireshark,
1257 #define BPF_CLASS(code) ((code) & 0x07)
1268 #define BPF_SIZE(code) ((cod
1313 u_short code; member in struct:bpf_insn
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/datefield/
H A Ddatefield.tcl72 return -code break
77 return -code break
82 return -code break
93 return -code break
96 return -code break
103 return -code continue
105 return -code break
112 return -code continue
114 return -code break
119 return -code brea
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dstrerror_r.c10 * 1. Redistributions of source code must retain the above copyright
52 int code; local
53 code = sprintf_s(strerrbuf, buflen, "Error % occurred.", eno);
54 err = ((code != 0)? errno : 0);
/macosx-10.10.1/ICU-531.30/icuSources/layout/
H A DExtensionSubtables.cpp19 static inline le_uint32 READ_LONG(le_uint32 code) { argument
20 le_uint16* first = ((le_uint16*)&code);
21 le_uint16* second = (((le_uint16*)&code) + 1);
/macosx-10.10.1/architecture-266/i386/
H A Dtable.h46 code_desc_t code; member in union:dt_entry
63 code_desc_t code; member in union:gdt_entry
90 code_desc_t code; member in union:ldt_entry
/macosx-10.10.1/ncurses-44/ncurses/ncurses/base/
H A Dkey_defined.c70 int code = ERR; local
74 code = find_definition(SP->_keytry, str);
77 returnCode(code);
H A Dlib_clrbot.c48 int code = ERR; local
73 code = OK;
75 returnCode(code);
H A Dlib_clreol.c48 int code = ERR; local
88 code = OK;
90 returnCode(code);
H A Dlib_delch.c48 int code = ERR; local
66 code = OK;
68 returnCode(code);
H A Dlib_erase.c49 int code = ERR; local
89 code = OK;
91 returnCode(code);
H A Dlib_hline.c48 int code = ERR; local
77 code = OK;
79 returnCode(code);
H A Dlib_insnstr.c48 int code = ERR; local
65 code = OK;
67 returnCode(code);
H A Dlib_vline.c48 int code = ERR; local
76 code = OK;
78 returnCode(code);
/macosx-10.10.1/ncurses-44/ncurses/ncurses/widechar/
H A Dlib_hline_set.c47 int code = ERR; local
76 code = OK;
78 returnCode(code);
H A Dlib_in_wchnstr.c47 int code = OK; local
73 code = ERR;
75 returnCode(code);
H A Dlib_vline_set.c47 int code = ERR; local
75 code = OK;
77 returnCode(code);
/macosx-10.10.1/ruby-106/ruby/enc/
H A Dshift_jis.c12 * 1. Redistributions of source code must retain the above copyright
224 code_to_mbclen(OnigCodePoint code, OnigEncoding enc ARG_UNUSED) argument
226 if (code < 256) {
227 if (EncLen_SJIS[(int )code] == 1)
232 else if (code <= 0xffff) {
233 int low = code & 0xff;
262 code_to_mbc(OnigCodePoint code, UChar *buf, OnigEncoding enc) argument
266 if ((code & 0xff00) != 0) *p++ = (UChar )(((code >> 8) & 0xff));
267 *p++ = (UChar )(code
286 get_lower_case(OnigCodePoint code) argument
305 get_upper_case(OnigCodePoint code) argument
330 OnigCodePoint code, code_lo, code_up; local
369 OnigCodePoint code; local
534 is_code_ctype(OnigCodePoint code, unsigned int ctype, OnigEncoding enc) argument
[all...]
H A Dutf_16be.c11 * 1. Redistributions of source code must retain the above copyright
105 OnigCodePoint code; local
108 code = ((((p[0] << 8) + p[1]) & 0x03ff) << 10)
112 code = p[0] * 256 + p[1];
114 return code;
118 utf16be_code_to_mbclen(OnigCodePoint code, argument
121 return (code > 0xffff ? 4 : 2);
125 utf16be_code_to_mbc(OnigCodePoint code, UChar *buf, argument
130 if (code > 0xffff) {
131 unsigned int high = (code >> 1
[all...]

Completed in 133 milliseconds

1234567891011>>