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

<<11121314151617181920>>

/macosx-10.10.1/OpenSSL098-52/src/crypto/aes/asm/
H A Daes-x86_64.pl32 $code=".text\n";
56 while(defined($i=shift)) { $code.=sprintf".long\t0x%08x,0x%08x\n",$i,$i; }
61 $code.=".long\t";
62 while(defined($i=shift)) { $code.=sprintf"0x%08x,",$i; }
63 $code.=sprintf"0x%08x\n",$last;
69 $code.=".byte\t";
70 while(defined($i=shift)) { $code.=sprintf"0x%02x,",$i&0xff; }
71 $code.=sprintf"0x%02x\n",$last&0xff;
77 $code.=<<___;
137 $code
[all...]
/macosx-10.10.1/CPANInternal-159.1/Class-C3-XS-0.13/t/
H A D35_next_method_in_anon.t34 my $code = sub {
37 return (shift)->$code;
/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dassumes.h37 _osx_assumes_log(uint64_t code);
41 _osx_assert_log(uint64_t code);
45 _osx_assumes_log_ctx(osx_log_callout_t callout, void *ctx, uint64_t code);
49 _osx_assert_log_ctx(osx_log_callout_t callout, void *ctx, uint64_t code);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/scripts/
H A Dmake_change_log.tcl9 set depots {//depot/code/org.antlr/dev/klaren.dev //depot/code/org.antlr/main/main }
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dhostasyn.c126 CURLcode code; local
133 code = Curl_setup_conn(conn, protocol_done);
135 if(code)
140 return code;
/macosx-10.10.1/curl-83.1.2/curl/src/
H A Dtool_vms.h36 void vms_special_exit(int code, int vms_show);
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/comp/
H A Datexit.c94 exit(int code)
100 _exit(code);
/macosx-10.10.1/ncurses-44/ncurses/include/
H A Dnc_alloc.h77 #define ExitProgram(code) _nc_free_and_exit(code)
85 #define ExitProgram(code) exit(code)
/macosx-10.10.1/ncurses-44/ncurses/ncurses/base/
H A Dlib_addstr.c53 int code = ERR; local
60 code = OK;
70 code = ERR;
76 TR(TRACE_VIRTPUT, ("waddnstr returns %d", code));
77 returnCode(code);
84 int code = OK; local
104 returnCode(code);
113 returnCode(code);
134 int code = OK; local
151 returnCode(code);
218 int code = ERR; local
[all...]
/macosx-10.10.1/pcre-7/pcre/
H A Dpcre_get.c15 * Redistributions of source code must retain the above copyright notice,
61 code the compiled regex
69 pcre_get_stringnumber(const pcre *code, const char *stringname) argument
76 if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMECOUNT, &top)) != 0)
80 if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMEENTRYSIZE, &entrysize)) != 0)
82 if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMETABLE, &nametable)) != 0)
108 code the compiled regex
118 pcre_get_stringtable_entries(const pcre *code, const char *stringname, argument
126 if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMECOUNT, &top)) != 0)
130 if ((rc = pcre_fullinfo(code, NUL
186 get_first_set(const pcre *code, const char *stringname, int *ovector) argument
280 pcre_copy_named_substring(const pcre *code, const char *subject, int *ovector, int stringcount, const char *stringname, char *buffer, int size) argument
437 pcre_get_named_substring(const pcre *code, const char *subject, int *ovector, int stringcount, const char *stringname, const char **stringptr) argument
[all...]
/macosx-10.10.1/procmail-14/procmail/src/
H A Dregexp.h9 bregexec Q((struct eps*code,const uchar*const text,const uchar*str,size_t len,
/macosx-10.10.1/swig-12/Lib/std/
H A DREADME5 std_common.i general common code
6 std_container.i general container code
/macosx-10.10.1/tcl-105/tcl/tcl/unix/dltest/
H A Dpkga.c128 int code;
133 code = Tcl_PkgProvide(interp, "Pkga", "1.0");
134 if (code != TCL_OK) {
135 return code;
125 int code; local
/macosx-10.10.1/tcl-105/tcl84/tcl/unix/dltest/
H A Dpkga.c127 int code;
132 code = Tcl_PkgProvide(interp, "Pkga", "1.0");
133 if (code != TCL_OK) {
134 return code;
124 int code; local
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/unix/
H A Dcpprt0_stubs.s2 .code
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2base/
H A Dmsgcat.tcl30 proc ::msgcat::mcunknown {locale code} {
31 return "unknown error code \"$code\" (for locale $locale)"
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/interp/
H A Ddeleg_method.tcl32 return -code error "unknown option \"$opt\", expected -async"
37 return -code error "wrong # args"
/macosx-10.10.1/tcl-105/tcl_ext/tclsoap/tclsoap/samples/
H A Dtclhttpd-sample.tcl24 return -code error -errorcode Client -errorinfo $msg \
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tclxml/library/
H A Dxmldep.tcl52 -elementstartcommand [namespace code ElStart] \
53 -doctypecommand [namespace code DocTypeDecl] \
54 -entitydeclcommand [namespace code EntityDecl] \
55 -entityreferencecommand [namespace code EntityReference] \
/macosx-10.10.1/xnu-2782.1.97/security/
H A Dmac_mach_internal.h35 * 1. Redistributions of source code must retain the above copyright
65 int mac_do_machexc(int64_t code, int64_t subcode, uint32_t flags __unused);
/macosx-10.10.1/Heimdal-398.1.2/lib/hdb/
H A Ddb3.c10 * 1. Redistributions of source code must retain the above copyright
121 int code; local
127 code = (*dbcp->c_get)(dbcp, &key, &value, flag);
129 if (code == DB_NOTFOUND)
131 if (code)
132 return code;
142 code = hdb_unseal_keys (context, db, &entry->entry);
143 if (code)
197 int code; local
204 if ((code
223 int code; local
249 krb5_error_code code; local
[all...]
/macosx-10.10.1/ksh-23/ksh/src/cmd/INIT/
H A Dhurl.sh121 if ! read prot code text
125 code=${code%:*}
128 test 0 != $verbose && echo "$command: prot=$prot code=$code $text" >&2
137 case $code in
154 case $code in
187 *) echo "$0: $url: $code: $text" >&2
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools/
H A Dchecker_idx.tcl13 proc ::msgcat::mcunknown {locale code} {
14 return "unknown error code \"$code\" (for locale $locale)"
31 # Note that the code below assumes that a command XXX provided by the
81 proc Error {code {text {}}} {
92 # Use a message catalog to map the error code into a legible message.
93 set msg [::msgcat::mc $code]
99 dt_error "IDX error ($code), \"$cmd\" : ${msg}."
102 proc Warn {code text} {
103 set msg [::msgcat::mc $code]
[all...]
H A Dchecker_toc.tcl13 proc ::msgcat::mcunknown {locale code} {
14 return "unknown error code \"$code\" (for locale $locale)"
31 # Note that the code below assumes that a command XXX provided by the
86 proc Error {code {text {}}} {
97 # Use a message catalog to map the error code into a legible message.
98 set msg [::msgcat::mc $code]
104 dt_error "TOC error ($code), \"$cmd\" : ${msg}."
107 proc Warn {code text} {
108 set msg [::msgcat::mc $code]
[all...]
H A Ddoctools.tcl39 # 5) Name of the interpreter containing the code coming from the format
88 if {![file exists $path]} {return -code error "doctools::search: path does not exist"}
89 if {![file isdirectory $path]} {return -code error "doctools::search: path is not a directory"}
90 if {![file readable $path]} {return -code error "doctools::search: path cannot be read"}
175 return -code error "command \"$name\" already exists, unable to create doctools object"
178 return -code error "wrong # args: doctools::new name ?opt val...??"
243 return -code error "bad option \"$cmd\": must be $optlist"
327 return -code error \
336 return -code error "wrong # args: doctools::_configure name ?opt val...??"
362 return -code erro
[all...]

Completed in 314 milliseconds

<<11121314151617181920>>