Searched refs:msg (Results 176 - 200 of 3480) sorted by relevance

1234567891011>>

/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/dlopen-local-and-global/
H A Dmain.c37 const char* msg = dlerror(); local
38 if ( ((mode & RTLD_LOCAL) != 0) && (strstr(msg, "RTLD_LOCAL") != NULL) )
39 XFAIL("dlopen(\"%s\") failed: %s", path, msg);
41 FAIL("dlopen(\"%s\") failed: %s", path, msg);
/macosx-10.9.5/eap8021x-180/EAPOLController.bproj/
H A Dserver.h40 server_handle_request(CFMachPortRef port, void *msg, CFIndex size, void *info);
/macosx-10.9.5/postfix-252/postfix/src/global/
H A Dtimed_ipc.c37 #include <msg.h>
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Ddummy_read.c50 #include <msg.h>
H A Ddummy_write.c50 #include <msg.h>
/macosx-10.9.5/rsync-42/rsync/support/
H A Dlogfilter22 my($pid,$msg) = /^(?:$syslog_prefix|$rsyncd_prefix)\[(\d+)\]:? (.*)/o;
24 my($mod_spec) = $msg =~ /^rsync (?:on|to) (\S+) from /;
/macosx-10.9.5/swig-10/Lib/typemaps/
H A Dexception.swg27 #define %error(code,msg...) SWIG_Error(code, msg)
28 #define %type_error(msg...) SWIG_Error(SWIG_TypeError, msg)
34 %define_as(SWIG_exception_fail(code, msg), %block(%error(code, msg); SWIG_fail))
36 %define_as(SWIG_contract_assert(expr, msg), if (!(expr)) { %error(SWIG_RuntimeError, msg); SWIG_fail; } else)
/macosx-10.9.5/tcl-102/tcl_ext/memchan/memchan/tea.tests/
H A Dall.tcl49 if {[catch {source $file} msg]} {
50 puts $chan $msg
/macosx-10.9.5/tcl-102/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dftpd.tcl11 proc bgerror msg { tclLog ${::errorInfo} }
/macosx-10.9.5/tcl-102/tcl_ext/tclae/tclae/tests/
H A Dall.tcl57 if {[catch {source $file} msg]} {
58 puts $chan $msg
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/tests/
H A Darrayproc.test43 } msg] $msg [crange $errorInfo 0 7] $errorCode
53 } msg] $msg $cnt
64 } msg] $msg $cnt
76 list [catch {for_array_keys_test testArray cnt} msg] $msg $cnt
/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/extensions/tnc/tests/
H A Dall.tcl42 if {[catch {source $file} msg]} {
43 puts stdout $msg
70 if {[catch {source $file} msg]} {
71 puts stdout $msg
/macosx-10.9.5/tcl-102/tcl_ext/tktable/tktable/tests/
H A Dall.tcl50 if {[catch {source $file} msg]} {
51 puts $chan $msg
/macosx-10.9.5/tcl-102/tcl_ext/tktreectrl/tktreectrl/tests/
H A Dall.tcl51 if {[catch {source $file} msg]} {
52 puts $chan $msg
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma_3/Exceptions/
H A Dregress-181914.js57 function _Error(msg)
59 this.message = msg;
66 function MyApplyError(msg)
71 return new MyApplyError(msg);
78 function MyCallError(msg)
81 _Error.call(this, msg);
83 return new MyCallError(msg);
89 function otherScope(msg)
91 return MyApplyError(msg);
161 function examineThis(err, msg)
[all...]
/macosx-10.9.5/libunwind-35.3/src/
H A DInternalMacros.h53 #define ABORT(msg) __assert_rtn(__func__, __FILE__, __LINE__, msg)
56 #define DEBUG_MESSAGE(msg, ...)
57 #define DEBUG_PRINT_API(msg, ...)
59 #define DEBUG_PRINT_UNWINDING(msg, ...)
64 #define DEBUG_MESSAGE(msg, ...) fprintf(stderr, "libuwind: " msg, __VA_ARGS__)
74 #define DEBUG_PRINT_API(msg, ...) do { if ( logAPIs() ) fprintf(stderr, msg, __VA_ARGS__); } while(0)
75 #define DEBUG_PRINT_UNWINDING(msg,
[all...]
/macosx-10.9.5/swig-10/Lib/
H A Dexception.i21 # define SWIG_exception(code, msg) { zend_error(E_ERROR, msg); }
24 # define SWIG_exception(code, msg) { zend_throw_exception(NULL, (char*)msg, code TSRMLS_CC); }
31 SWIGINTERN void SWIG_exception_ (int code, const char *msg,
35 (char *) subr, (char *) msg, \
66 SWIGINTERN void SWIG_exception_ (int code, const char *msg) {
68 scheme_signal_error(errname " (%s)", msg);
97 SWIGINTERN void SWIG_JavaException(JNIEnv *jenv, int code, const char *msg) {
127 SWIG_JavaThrowException(jenv, exception_code, msg);
[all...]
/macosx-10.9.5/ruby-104/ruby/test/webrick/
H A Dtest_httprequest.rb7 msg = <<-_end_of_message_
11 req.parse(StringIO.new(msg))
16 msg = <<-_end_of_message_
21 req.parse(StringIO.new(msg.gsub(/^ {6}/, "")))
33 msg = <<-_end_of_message_
38 req.parse(StringIO.new(msg.gsub(/^ {6}/, "")))
50 msg = <<-_end_of_message_
55 req.parse(StringIO.new(msg.gsub(/^ {6}/, "")))
69 msg = <<-_end_of_message_
74 req.parse(StringIO.new(msg
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dsvccoll.h32 int32_t checkStringEnumeration(const char* msg,
37 int32_t checkAvailable(const char* msg);
/macosx-10.9.5/ICU-511.35/icuSources/tools/genrb/
H A Derrmsg.h25 U_CFUNC void error(uint32_t linenumber, const char *msg, ...);
26 U_CFUNC void warning(uint32_t linenumber, const char *msg, ...);
/macosx-10.9.5/MITKerberosShim-62.1/mittestcc/
H A Dtest_ccapi_log.h17 void test_header(const char *msg);
18 void test_footer(const char *msg, int err);
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/admin/
H A Dcheck-style-c.awk30 function warn(msg) {
31 print FILENAME "[" FNR "]: " msg > "/dev/stderr"
/macosx-10.9.5/iodbc-42.5/iodbc/iodbcadm/
H A Derror.c120 char msg[4096]; local
122 if (SQLInstallerError (1, NULL, msg, sizeof (msg), NULL) == SQL_SUCCESS)
123 create_error (hwnd, szDSN, szText, msg);
133 wchar_t msg[4096]; local
135 if (SQLInstallerErrorW (1, NULL, msg, sizeof (msg) / sizeof(wchar_t), NULL) == SQL_SUCCESS)
136 create_errorw (hwnd, szDSN, szText, msg);
/macosx-10.9.5/srm-7/srm/src/
H A Dsrm.h17 void error(char *msg, ...);
18 void errorp(char *msg, ...);
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/examples/logger/
H A Dlogtofile.tcl18 set msg "\[[clock format [clock seconds]]\] $txt"
21 puts $f $msg

Completed in 231 milliseconds

1234567891011>>