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

1234567891011>>

/macosx-10.10/tcl-105/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dftpd.tcl11 proc bgerror msg { tclLog ${::errorInfo} }
/macosx-10.10/tcl-105/tcl_ext/tclae/tclae/tests/
H A Dall.tcl57 if {[catch {source $file} msg]} {
58 puts $chan $msg
/macosx-10.10/tcl-105/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
H A Dftrunc.test35 list [catch {ftruncate} msg] $msg
39 list [catch {ftruncate TRUNCATE.TMP 10 1000 200} msg] $msg
43 list [catch {ftruncate -fileid 10} msg] $msg
47 list [catch {ftruncate -fileid TRUNCATE.TMP 10 1000 200} msg] $msg
51 list [catch {ftruncate NOTHERE.TMP 10} msg] [string tolower $msg]
[all...]
H A Dunixcmds.test64 list [catch {link LINK1.TMP LINK2.TMP} msg] [string tolower $msg]
68 list [catch {link} msg] $msg
94 list [catch {times foo} msg] $msg
108 list [catch {umask 999} msg] $msg
112 list [catch {umask 7 7} msg] $msg
[all...]
/macosx-10.10/tcl-105/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.10/tcl-105/tcl_ext/tktable/tktable/tests/
H A Dall.tcl50 if {[catch {source $file} msg]} {
51 puts $chan $msg
/macosx-10.10/tcl-105/tcl_ext/tktreectrl/tktreectrl/tests/
H A Dall.tcl51 if {[catch {source $file} msg]} {
52 puts $chan $msg
/macosx-10.10/OpenSSL098-52/src/crypto/bio/
H A Dbss_rtcp.c88 struct rpc_msg msg; member in struct:rpc_ctx
185 memmove ( out, &ctx->msg.data[ctx->pos], length );
192 ctx->msg.channel = 'R';
193 ctx->msg.function = 'G';
194 ctx->msg.length = sizeof(ctx->msg.data);
195 status = put ( b->num, (char *) &ctx->msg, RPC_HDR_SIZE );
203 status = get ( b->num, (char *) &ctx->msg, sizeof(ctx->msg), &length );
205 if ( ctx->msg
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/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.10/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.10/swig-12/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.10/ruby-106/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.10/ICU-531.30/icuSources/test/intltest/
H A Dsvccoll.h32 int32_t checkStringEnumeration(const char* msg,
37 int32_t checkAvailable(const char* msg);
/macosx-10.10/ICU-531.30/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, ...);
H A Derrmsg.c23 U_CFUNC void error(uint32_t linenumber, const char *msg, ...) argument
27 va_start(va, msg);
29 vfprintf(stderr, msg, va);
59 U_CFUNC void warning(uint32_t linenumber, const char *msg, ...) argument
65 va_start(va, msg);
67 vfprintf(stderr, msg, va);
/macosx-10.10/MITKerberosShim-66/mittestcc/
H A Dtest_ccapi_log.h17 void test_header(const char *msg);
18 void test_footer(const char *msg, int err);
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/admin/
H A Dcheck-style-c.awk30 function warn(msg) {
31 print FILENAME "[" FNR "]: " msg > "/dev/stderr"
/macosx-10.10/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.10/srm-7/srm/src/
H A Dsrm.h17 void error(char *msg, ...);
18 void errorp(char *msg, ...);
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/logger/
H A Dlogtofile.tcl18 set msg "\[[clock format [clock seconds]]\] $txt"
21 puts $f $msg
/macosx-10.10/webdavfs-367/mount.tproj/
H A DLogMessage.h33 extern void logDebugCFString(const char *msg, CFStringRef str);
34 extern void logDebugCFURL(const char *msg, CFURLRef url);
/macosx-10.10/xnu-2782.1.97/libsyscall/wrappers/legacy/
H A Dsendmsg.c46 sendmsg(int s, const struct msghdr *msg, int flags) argument
48 int ret = __sendmsg_nocancel(s, msg, flags);
/macosx-10.10/libxml2-26/libxml2/python/tests/
H A DpushSAX.py31 def warning(self, msg):
33 log = log + "warning: %s:" % (msg)
35 def error(self, msg):
37 log = log + "error: %s:" % (msg)
39 def fatalError(self, msg):
41 log = log + "fatalError: %s:" % (msg)
H A DpushSAXhtml.py31 def warning(self, msg):
33 log = log + "warning: %s:" % (msg)
35 def error(self, msg):
37 log = log + "error: %s:" % (msg)
39 def fatalError(self, msg):
41 log = log + "fatalError: %s:" % (msg)

Completed in 164 milliseconds

1234567891011>>