Searched refs:err_msg (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10/sudo-73/src/
H A Dvasgroups.c63 static char *err_msg = NULL; variable
115 err_msg ? err_msg
179 if (err_msg)
180 free(err_msg);
184 if (vasprintf(&err_msg, msg, ap) == -1)
185 err_msg = NULL;
200 if (err_msg) {
201 free(err_msg);
202 err_msg
[all...]
/macosx-10.10/llvmCore-3425.0.34/tools/llvm-ranlib/
H A Dllvm-ranlib.cpp77 std::string err_msg; local
79 AutoArchive(Archive::OpenAndLoad(ArchivePath, Context, &err_msg));
82 throw err_msg;
84 if (TheArchive->writeToDisk(true, false, &err_msg ))
85 throw err_msg;
/macosx-10.10/swig-12/Lib/chicken/
H A Dchicken.swg245 char err_msg[256];
255 snprintf(err_msg, sizeof(err_msg), "Type error in argument #%i: expected %s", $argnum, ($descriptor->str ? $descriptor->str : $descriptor->name));
256 SWIG_Chicken_Barf(SWIG_BARF1_BAD_ARGUMENT_TYPE, err_msg);
259 snprintf(err_msg, sizeof(err_msg), "Type error in argument #%i: expected %s", $argnum, ($descriptor->str ? $descriptor->str : $descriptor->name));
260 SWIG_Chicken_Barf(SWIG_BARF1_BAD_ARGUMENT_TYPE, err_msg);
263 snprintf(err_msg, sizeof(err_msg), "Type error in argument #%i: expected %s", $argnum, ($descriptor->str ? $descriptor->str : $descriptor->name));
264 SWIG_Chicken_Barf(SWIG_BARF1_BAD_ARGUMENT_TYPE, err_msg);
[all...]
H A Dchickenrun.swg304 char err_msg[256];
307 snprintf(err_msg, sizeof(err_msg), "Type error in argument #%i: expected %s", argnum, (type->str ? type->str : type->name));
308 SWIG_Chicken_Barf(SWIG_BARF1_BAD_ARGUMENT_TYPE, err_msg);
/macosx-10.10/apr-32/apr/apr/dso/unix/
H A Ddso.c90 const char* err_msg = NULL;
103 NSLinkEditError(&errors, &errorNumber, &fileName, &err_msg);
116 err_msg = "cannot create object file image or add library";
150 (*res_handle)->errormsg = (err_msg) ? err_msg : "link failed";
/macosx-10.10/rsync-45/rsync/
H A Dclientserver.c280 char *p, *err_msg = NULL; local
617 err_msg = finish_pre_exec(pre_exec_pid,
626 if (!err_msg)
633 err_msg = finish_pre_exec(pre_exec_pid, pre_exec_fd, request,
666 else if (!ret || err_msg) {
692 if (!ret || err_msg) {
693 if (err_msg)
694 rprintf(FERROR, "%s", err_msg);
/macosx-10.10/ntp-92/include/
H A Dntp_config.h205 char err_msg[MAXLINE]; member in struct:REMOTE_CONFIG_INFO
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dssh.c869 char *err_msg; local
871 &err_msg, NULL, 0);
872 infof(data, "SSH public key authentication failed: %s\n", err_msg);
1075 char *err_msg; local
1078 &err_msg, NULL, 0);
1079 failf(data, "Failure initializing sftp session: %s", err_msg);
2290 char *err_msg; local
2293 &err_msg, NULL, 0));
2294 failf(conn->data, "%s", err_msg);
2349 char *err_msg; local
[all...]
/macosx-10.10/ntp-92/ntpd/
H A Dntp_control.c2463 snprintf(remote_config.err_msg,
2464 sizeof(remote_config.err_msg),
2466 ctl_putdata(remote_config.err_msg,
2467 strlen(remote_config.err_msg), 0);
2511 retval = snprintf(remote_config.err_msg,
2512 sizeof(remote_config.err_msg),
2518 ctl_putdata(remote_config.err_msg, remote_config.err_pos, 0);
2521 DPRINTF(1, ("Reply: %s\n", remote_config.err_msg));
H A Dntp_parser.y1129 retval = snprintf(remote_config.err_msg + remote_config.err_pos,
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/smbk5pwd/
H A Dsmbk5pwd.c1023 char *err_str, *err_msg = "<unknown error>"; local
1026 err_msg = (char *)krb5_get_err_text( context, ret );
1029 err_str ? err_str : err_msg, ret, 0 );
/macosx-10.10/ruby-106/ruby/lib/minitest/
H A Dunit.rb339 err_msg = Regexp === stderr ? :assert_match : :assert_equal if stderr
342 y = send err_msg, stderr, err, "In stderr" if err_msg
/macosx-10.10/libxml2-26/libxml2/
H A Drngparser.c171 xmlCRNGErr(xmlCRelaxNGParserCtxtPtr ctxt, int err_no, const char *err_msg) { argument
180 if (err_msg != NULL) {
181 fprintf(stderr, "error: %s\n", err_msg);
H A Dxmlregexp.c5803 xmlChar err_msg[200]; local
5833 snprintf((char *) err_msg, 199, "not %s", (const char *) atom->valuep);
5834 err_msg[199] = 0;
5835 atom->valuep2 = xmlStrdup(err_msg);
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlregexp.c5789 xmlChar err_msg[200]; local
5819 snprintf((char *) err_msg, 199, "not %s", (const char *) atom->valuep);
5820 err_msg[199] = 0;
5821 atom->valuep2 = xmlStrdup(err_msg);
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Delf64-alpha.c417 char **err_msg)
451 *err_msg = _("GPDISP relocation did not find ldah and lda instructions");
410 elf64_alpha_reloc_gpdisp(bfd *abfd, arelent *reloc_entry, asymbol *sym ATTRIBUTE_UNUSED, PTR data, asection *input_section, bfd *output_bfd, char **err_msg) argument
/macosx-10.10/ruby-106/ruby/ext/win32ole/
H A Dwin32ole.c1197 VALUE err_msg; local
1202 err_msg = ole_hresult2msg(hr);
1203 if(err_msg != Qnil) {
1205 rb_str_append(msg, err_msg);
/macosx-10.10/mDNSResponder-561.1.1/mDNSShared/
H A Duds_daemon.c341 mDNSlocal void my_throttled_perror(char *err_msg) argument
345 my_perror(err_msg);

Completed in 429 milliseconds