Searched refs:error_msg (Results 1 - 22 of 22) sorted by relevance

/macosx-10.9.5/libxml2-26/libxml2/
H A Dcheck-xinclude-test-suite.py28 error_msg = '' variable
32 global error_msg
36 if len(error_msg) < 300:
37 if len(error_msg) == 0 or error_msg[-1] == '\n':
38 error_msg = error_msg + " >>" + str
40 error_msg = error_msg + str
46 global error_msg
[all...]
H A Dcheck-xml-test-suite.py26 error_msg = '' variable
29 global error_msg
32 if len(error_msg) < 300:
33 if len(error_msg) == 0 or error_msg[-1] == '\n':
34 error_msg = error_msg + " >>" + str
36 error_msg = error_msg + str
75 global error_msg
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dcheck-xinclude-test-suite.py28 error_msg = '' variable
32 global error_msg
36 if len(error_msg) < 300:
37 if len(error_msg) == 0 or error_msg[-1] == '\n':
38 error_msg = error_msg + " >>" + str
40 error_msg = error_msg + str
46 global error_msg
[all...]
H A Dcheck-xml-test-suite.py26 error_msg = '' variable
29 global error_msg
32 if len(error_msg) < 300:
33 if len(error_msg) == 0 or error_msg[-1] == '\n':
34 error_msg = error_msg + " >>" + str
36 error_msg = error_msg + str
75 global error_msg
[all...]
/macosx-10.9.5/ntp-88/sntp/
H A Dlog.c57 char error_msg[80]; local
63 snprintf(error_msg, 80, "init_log(): Cannot open logfile %s", logfile);
64 debug_msg(error_msg);
/macosx-10.9.5/Heimdal-323.92.1/lib/kadm5/
H A Dpassword_quality.c472 static char error_msg[1024]; local
491 error_msg[0] = '\0';
503 error_msg, sizeof(error_msg));
507 proc->name, error_msg);
508 msg = error_msg;
/macosx-10.9.5/swig-10/Lib/php/
H A Dphp.swg401 char error_msg[256];
402 sprintf(error_msg, "C++ $1_type exception thrown, value: %d", $1);
403 SWIG_PHP_Error(E_ERROR, error_msg);
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/framework/src/ruby/osx/objc/
H A Dactive_record.rb349 error_msg = ''
351 error_msg += "#{self.record_class} #{key.to_s} #{err}\n"
354 error.assign( OSX::NSError.alloc.initWithDomain_code_userInfo( OSX::NSCocoaErrorDomain, -1, { OSX::NSLocalizedDescriptionKey => error_msg } ) )
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/png/
H A Dpng.c100 tk_png_error(png_ptr, error_msg)
102 png_const_charp error_msg;
105 Tcl_AppendResult(info->interp, error_msg, (char *) NULL);
110 tk_png_warning(png_ptr, error_msg)
112 png_const_charp error_msg;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/clients/tools/
H A Dldapmodify.c245 char *matched_msg, *error_msg; local
357 error_msg = NULL;
358 ldap_get_option(ld, LDAP_OPT_DIAGNOSTIC_MESSAGE, &error_msg);
359 if ( error_msg != NULL ) {
360 if ( *error_msg != '\0' ) {
361 fprintf( rejfp, _(", additional info: %s"), error_msg );
363 ldap_memfree( error_msg );
/macosx-10.9.5/Heimdal-323.92.1/kdc/
H A Dkdc-private.h232 krb5_data *error_msg);
H A Dfast.c253 krb5_data *error_msg)
339 error_msg);
243 _kdc_fast_mk_error(krb5_context context, kdc_request_t r, METHOD_DATA *error_method, krb5_crypto armor_crypto, const KDC_REQ_BODY *req_body, krb5_error_code outer_error, const char *e_text, krb5_principal error_client, krb5_principal error_server, time_t *csec, int *cusec, krb5_data *error_msg) argument
/macosx-10.9.5/xnu-2422.115.4/osfmk/profiling/
H A Dprofile-internal.h255 const char *error_msg; /* error message for perror */ member in struct:profile_vars
/macosx-10.9.5/swig-10/Lib/csharp/
H A Dcsharp.swg540 %{ char error_msg[256];
541 sprintf(error_msg, "C++ $1_type exception thrown, value: %d", $1);
542 SWIG_CSharpSetPendingException(SWIG_CSharpApplicationException, error_msg);
/macosx-10.9.5/swig-10/Lib/modula3/
H A Dmodula3.swg570 char error_msg[256];
571 sprintf(error_msg, "C++ $1_type exception thrown, value: %d", $1);
572 SWIG_JavaThrowException(jenv, SWIG_JavaRuntimeException, error_msg);
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/
H A DDbg.c897 #define breakpoint_fail(msg) {error_msg = msg; goto break_fail;}
909 char *error_msg; local
1079 Tcl_SetResult(interp,error_msg,TCL_STATIC);
/macosx-10.9.5/swig-10/Lib/java/
H A Djava.swg916 %{ char error_msg[256];
917 sprintf(error_msg, "C++ $1_type exception thrown, value: %d", $1);
918 SWIG_JavaThrowException(jenv, SWIG_JavaRuntimeException, error_msg);
/macosx-10.9.5/vim-53/src/
H A Dterm.c1606 char_u *error_msg = NULL; local
1675 if ((error_msg = tgetent_error(tbuf, term)) == NULL)
1786 if (error_msg != NULL)
1788 mch_errmsg((char *)error_msg);
2248 char_u *error_msg = NULL; local
2316 error_msg = tgetent_error(tbuf, term);
2317 if (error_msg == NULL)
2333 if (error_msg != NULL)
2334 EMSG(error_msg);
/macosx-10.9.5/CPANInternal-140/Sub-Exporter/lib/Sub/
H A DExporter.pm535 my $error_msg = "collection $name failed validation";
537 Carp::croak $error_msg unless $class->$$hook($value, $arg);
539 Carp::croak $error_msg unless $hook->($value, $arg);
/macosx-10.9.5/ruby-104/ruby/ext/win32ole/
H A Dwin32ole.c1156 VALUE error_msg; local
1172 error_msg = rb_str_new2(error_code);
1174 rb_str_cat(error_msg, pSource, strlen(pSource));
1177 rb_str_cat(error_msg, "<Unknown>", 9);
1179 rb_str_cat2(error_msg, "\n ");
1181 rb_str_cat2(error_msg, pDescription);
1184 rb_str_cat2(error_msg, "<No Description>");
1189 return error_msg;
/macosx-10.9.5/emacs-92/emacs/src/
H A Dxterm.c7716 static char *error_msg;
7725 fprintf (stderr, "%s\n", error_msg);
7740 error_msg = (char *) alloca (strlen (error_message) + 1);
7741 strcpy (error_msg, error_message);
7820 fprintf (stderr, "%s\n", error_msg);
7833 error ("%s", error_msg);
7691 static char *error_msg; variable
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dphpcomplete.vim4159 \ 'sqlite_exec(': 'resource dbhandle, string query [, string &#38;error_msg] | bool',
4180 \ 'sqlite_query(': 'resource dbhandle, string query [, int result_type [, string &#38;error_msg]] | resource',
4186 \ 'sqlite_unbuffered_query(': 'resource dbhandle, string query [, int result_type [, string &#38;error_msg]] | resource',
4589 \ 'trigger_error(': 'string error_msg [, int error_type] | bool',

Completed in 690 milliseconds