Searched refs:code (Results 1 - 25 of 3126) sorted by relevance

1234567891011>>

/macosx-10.10.1/rsync-45/rsync/zlib/
H A Dinffixed.h10 static const code lenfix[512] = {
87 static const code distfix[32] = {
/macosx-10.10.1/sudo-73/src/zlib/
H A Dinffixed.h10 static const code lenfix[512] = {
87 static const code distfix[32] = {
/macosx-10.10.1/xnu-2782.1.97/libkern/zlib/
H A Dinffixed.h37 static const code lenfix[512] = {
114 static const code distfix[32] = {
/macosx-10.10.1/zlib-55/zlib/contrib/infback9/
H A Dinffix9.h10 static const code lenfix[512] = {
99 static const code distfix[32] = {
/macosx-10.10.1/zlib-55/zlib/
H A Dinffixed.h10 static const code lenfix[512] = {
87 static const code distfix[32] = {
/macosx-10.10.1/ncurses-44/ncurses/menu/
H A Dm_trace.c38 _nc_retrace_item(ITEM * code) argument
40 T((T_RETURN("%p"), code));
41 return code;
45 _nc_retrace_item_ptr(ITEM ** code) argument
47 T((T_RETURN("%p"), code));
48 return code;
52 _nc_retrace_item_opts(Item_Options code)
54 T((T_RETURN("%d"), code));
55 return code;
59 _nc_retrace_menu(MENU * code) argument
[all...]
/macosx-10.10.1/curl-83.1.2/curl/tests/libtest/
H A Dnotexists.pl3 my $code = 0;
12 $code = 1;
15 exit $code;
/macosx-10.10.1/ncurses-44/ncurses/form/
H A Df_trace.c38 _nc_retrace_field_ptr(FIELD **code) argument
40 T((T_RETURN("%p"), code));
41 return code;
45 _nc_retrace_field(FIELD *code) argument
47 T((T_RETURN("%p"), code));
48 return code;
52 _nc_retrace_field_type(FIELDTYPE *code) argument
54 T((T_RETURN("%p"), code));
55 return code;
59 _nc_retrace_form(FORM *code) argument
[all...]
/macosx-10.10.1/Libc-1044.1.2/stdlib/FreeBSD/
H A D_Exit_.c16 * is where you would put the extra code if it were.)
19 _Exit(int code) argument
21 _exit(code);
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dexc_resource.h45 * Generic exception code format:
47 * code:
55 #define EXC_RESOURCE_DECODE_RESOURCE_TYPE(code) \
56 (((code) >> 61) & 0x7ULL)
57 #define EXC_RESOURCE_DECODE_FLAVOR(code) \
58 (((code) >> 58) & 0x7ULL)
70 * RESOURCE_TYPE_CPU exception code & subcode.
75 * code:
92 #define EXC_RESOURCE_CPUMONITOR_DECODE_INTERVAL(code) \
93 (((code) >>
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/kadm5/
H A Derror.c10 * 1. Redistributions of source code must retain the above copyright
39 _kadm5_error_code(kadm5_ret_t code) argument
41 switch(code){
47 return code;
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/library/
H A Dforfile.tcl4 # Proc to execute code on every line of a file.
25 set code 0
28 set code [catch {uplevel 1 $cmd} result]
29 if {$code != 0 && $code != 4} break
35 if {$code == 0 || $code == 3 || $code == 4} {
38 if {$code == 1} {
40 return -code
[all...]
H A Darrayprocs.tcl26 return -code error "\"$arrayName\" isn't an array"
29 set code 0
34 set code [catch {uplevel 1 $codeFragment} result]
35 if {$code != 0 && $code != 4} break
39 if {$code == 0 || $code == 3 || $code == 4} {
42 if {$code == 1} {
44 return -code
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dutypes.c191 u_errorName(UErrorCode code) { argument
192 if(U_ZERO_ERROR <= code && code < U_STANDARD_ERROR_LIMIT) {
193 return _uErrorName[code];
194 } else if(U_ERROR_WARNING_START <= code && code < U_ERROR_WARNING_LIMIT) {
195 return _uErrorInfoName[code - U_ERROR_WARNING_START];
196 } else if(U_PARSE_ERROR_START <= code && code < U_PARSE_ERROR_LIMIT){
197 return _uTransErrorName[code
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/doc/
H A DFUN18 * a standard BLOB error code *
19 * a standard TCL error code *
/macosx-10.10.1/libxml2-26/libxml2/include/libxml/
H A Dxmlunicode.h26 XMLPUBFUN int XMLCALL xmlUCSIsAegeanNumbers (int code);
27 XMLPUBFUN int XMLCALL xmlUCSIsAlphabeticPresentationForms (int code);
28 XMLPUBFUN int XMLCALL xmlUCSIsArabic (int code);
29 XMLPUBFUN int XMLCALL xmlUCSIsArabicPresentationFormsA (int code);
30 XMLPUBFUN int XMLCALL xmlUCSIsArabicPresentationFormsB (int code);
31 XMLPUBFUN int XMLCALL xmlUCSIsArmenian (int code);
32 XMLPUBFUN int XMLCALL xmlUCSIsArrows (int code);
33 XMLPUBFUN int XMLCALL xmlUCSIsBasicLatin (int code);
34 XMLPUBFUN int XMLCALL xmlUCSIsBengali (int code);
35 XMLPUBFUN int XMLCALL xmlUCSIsBlockElements (int code);
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Dxmlunicode.h26 XMLPUBFUN int XMLCALL xmlUCSIsAegeanNumbers (int code);
27 XMLPUBFUN int XMLCALL xmlUCSIsAlphabeticPresentationForms (int code);
28 XMLPUBFUN int XMLCALL xmlUCSIsArabic (int code);
29 XMLPUBFUN int XMLCALL xmlUCSIsArabicPresentationFormsA (int code);
30 XMLPUBFUN int XMLCALL xmlUCSIsArabicPresentationFormsB (int code);
31 XMLPUBFUN int XMLCALL xmlUCSIsArmenian (int code);
32 XMLPUBFUN int XMLCALL xmlUCSIsArrows (int code);
33 XMLPUBFUN int XMLCALL xmlUCSIsBasicLatin (int code);
34 XMLPUBFUN int XMLCALL xmlUCSIsBengali (int code);
35 XMLPUBFUN int XMLCALL xmlUCSIsBlockElements (int code);
[all...]
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOTimeStamp.h85 #define IODBG_STORAGE(code) (KDBG_CODE(DBG_IOKIT, DBG_IOSTORAGE, code))
86 #define IODBG_NETWORK(code) (KDBG_CODE(DBG_IOKIT, DBG_IONETWORK, code))
87 #define IODBG_KEYBOARD(code) (KDBG_CODE(DBG_IOKIT, DBG_IOKEYBOARD, code))
88 #define IODBG_HID(code) (KDBG_CODE(DBG_IOKIT, DBG_IOHID, code))
89 #define IODBG_AUDIO(code) (KDBG_CODE(DBG_IOKIT, DBG_IOAUDIO, code))
[all...]
/macosx-10.10.1/postfix-255/postfix/src/global/
H A Dsys_exits.c17 /* int SYS_EXITS_CODE(code)
18 /* int code;
20 /* const char *sys_exits_strerror(code)
21 /* int code;
23 /* const SYS_EXITS_DETAIL *sys_exits_detail(code)
24 /* int code;
26 /* int sys_exits_softerror(code)
27 /* int code;
32 /* SYS_EXITS_CODE() returns non-zero when the specified code
33 /* is a sendmail-compatible process exit status code
102 sys_exits_fake(int code) argument
114 sys_exits_strerror(int code) argument
125 sys_exits_detail(int code) argument
136 sys_exits_softerror(int code) argument
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/control/
H A Ddo.tcl29 return -code error "wrong # args: should be \"$proc body\" or \"$proc body \[until|while\] test\""
37 return -code error \
45 set code [catch { uplevel 1 $body } result]
47 # decide what to do upon the return code:
56 switch -exact -- $code {
60 -errorcode $::errorCode -code error $result
68 return -code $code $result
72 set code [catch {uplevel 1 [list while $test $body]} result]
73 if {$code
[all...]
/macosx-10.10.1/swig-12/Lib/r/
H A Dexception.i5 %define_as(SWIG_exception(code, msg),
6 %block(switch (code) {case SWIG_IndexError: return Rf_ScalarLogical(NA_LOGICAL); default: %error(code, msg); SWIG_fail;} ))
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dxexit.c22 @deftypefn Replacement void xexit (int @var{code})
25 the @code{xatexit} replacement function, they will be called first.
26 Termination is handled via the system's normal @code{exit} call.
47 xexit (int code) argument
51 exit (code);
/macosx-10.10.1/ncurses-44/ncurses/ncurses/base/
H A Ddefine_key.c40 int code = ERR; local
44 code = ERR;
52 code = OK;
57 code = OK;
59 code = ERR;
62 code = ERR;
67 code = OK;
69 returnCode(code);
/macosx-10.10.1/ruby-106/ruby/lib/webrick/
H A Dhttpstatus.rb28 attr_reader :code, :reason_phrase # :nodoc:
31 # Returns the HTTP status code
32 def code() self::class::code end method in class:WEBrick.HTTPStatus
37 alias to_i code # :nodoc:
109 # Maps a status code to the corresponding Status class
112 # Creates a status or error class for each status code and
114 StatusMessage.each{|code, message|
119 case code
127 const_set("RC_#{var_name}", code)
[all...]
/macosx-10.10.1/smb-759.0/lib/librpc/
H A Dlsarpc.acf35 [code] LsarClose([comm_status, fault_status] status);
36 [code] LsarOpenPolicy2([comm_status, fault_status] status);
37 [code] LsarGetUserName([comm_status, fault_status] status);
38 [code] LsarLookupNames([comm_status, fault_status] status);

Completed in 165 milliseconds

1234567891011>>