Home
last modified time | relevance | path

Searched refs:error_string (Results 1 – 25 of 25) sorted by relevance

/freebsd-13.1/crypto/heimdal/lib/krb5/
H A Derror_string.c51 if (context->error_string) in krb5_clear_error_message()
52 free(context->error_string); in krb5_clear_error_message()
54 context->error_string = NULL; in krb5_clear_error_message()
109 if (context->error_string) { in krb5_vset_error_message()
110 free(context->error_string); in krb5_vset_error_message()
111 context->error_string = NULL; in krb5_vset_error_message()
116 context->error_string = NULL; in krb5_vset_error_message()
178 if (context->error_string) { in krb5_vprepend_error_message()
182 free(context->error_string); in krb5_vprepend_error_message()
189 context->error_string = str; in krb5_vprepend_error_message()
[all …]
H A DMakefile.am147 error_string.c \
262 error_string.c \
H A Dkrb5_locl.h284 char *error_string; member
H A DMakefile.in165 libkrb5_la-eai_to_heim_errno.lo libkrb5_la-error_string.lo \
226 librfc3961_la-data.lo librfc3961_la-error_string.lo \
836 error_string.c \
944 error_string.c \
1332 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkrb5_la-error_string.Plo@am__quote@
1746 libkrb5_la-error_string.lo: error_string.c
1747error_string.lo -MD -MP -MF $(DEPDIR)/libkrb5_la-error_string.Tpo -c -o libkrb5_la-error_string.lo…
1748 …am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libkrb5_la-error_string.Tpo $(DEPDIR)/libkrb5_la-error_str…
2432 librfc3961_la-error_string.lo: error_string.c
2433error_string.lo -MD -MP -MF $(DEPDIR)/librfc3961_la-error_string.Tpo -c -o librfc3961_la-error_str…
[all …]
/freebsd-13.1/crypto/openssl/apps/
H A Dtsget.in101 my $error_string;
104 $error_string = "could not get timestamp";
105 $error_string .= ", http code: $http_code" unless $http_code == 0;
106 $error_string .= ", curl code: $error_code";
107 $error_string .= " ($::error_buf)" if defined($::error_buf);
112 $error_string = "unexpected content type returned: $ct";
115 return ($ts_body, $error_string);
/freebsd-13.1/contrib/libarchive/libarchive/
H A Darchive_util.c161 archive_string_empty(&a->error_string); in archive_clear_error()
177 archive_string_empty(&(a->error_string)); in archive_set_error()
179 archive_string_vsprintf(&(a->error_string), fmt, ap); in archive_set_error()
181 a->error = a->error_string.s; in archive_set_error()
189 archive_string_copy(&dest->error_string, &src->error_string); in archive_copy_error()
190 dest->error = dest->error_string.s; in archive_copy_error()
H A Darchive_write_disk_posix.c2262 struct archive_string error_string; in create_filesystem_object() local
2282 &error_string, a->flags); in create_filesystem_object()
2285 error_string.s); in create_filesystem_object()
2295 &error_string, a->flags, 1); in create_filesystem_object()
2298 error_string.s); in create_filesystem_object()
2787 (void)error_string; /* UNUSED */ in check_symlinks_fsobj()
3094 struct archive_string error_string; in check_symlinks() local
3097 archive_string_init(&error_string); in check_symlinks()
3102 error_string.s); in check_symlinks()
3104 archive_string_free(&error_string); in check_symlinks()
[all …]
H A Darchive_private.h120 struct archive_string error_string; member
H A Darchive_write.c684 archive_string_free(&a->archive.error_string); in _archive_write_free()
H A Darchive_read.c1122 archive_string_free(&a->archive.error_string); in _archive_read_free()
H A Darchive_read_disk_posix.c493 archive_string_free(&a->archive.error_string); in _archive_read_free()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/python/
H A Dpython-wrapper.swig285 std::string &error_string
298 error_string.append("could not find script class: ");
299 error_string.append(python_class_name);
316 error_string.append(E.ReadBacktrace());
319 error_string.append(E.message());
327 error_string.assign("args passed, but __init__ does not take an args dictionary");
350 std::string &error_string,
364 error_string.append("could not find script class: ");
365 error_string.append(python_class_name);
382 error_string.append(E.ReadBacktrace());
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DSWIGPythonBridge.h47 std::string &error_string);
H A DScriptedProcessPythonInterface.cpp32 std::string error_string; in CreatePluginObject() local
48 args_impl, error_string); in CreatePluginObject()
H A DScriptInterpreterPython.cpp121 std::string &error_string,
/freebsd-13.1/crypto/heimdal/
H A DChangeLog91 * lib/krb5/error_string.c (krb5_free_error_message): constify
93 * lib/krb5/error_string.c: Add krb5_get_error_message().
163 * lib/krb5/error_string.c: Cast krb5_error_code to int to avoid
H A DChangeLog.2001769 * lib/krb5/warn.c (_warnerr): print error_string in context in
775 * lib/krb5/krb5.h (krb5_context_data): add error_string and
777 * lib/krb5/Makefile.am (libkrb5_la_SOURCES): add error_string.c
778 * lib/krb5/error_string.c: new file
H A DChangeLog.20033 * lib/krb5/error_string.c: protect error_string with mutex
7 * lib/krb5/krb5.h (krb5_context_data): add mutex for error_string
H A DChangeLog.20061962 * lib/krb5/error_string.c: Change indentation, update (c)
1991 * lib/krb5/error_string.c (krb5_get_error_message): new function,
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp259 std::string error_string; in GetRunnableInfo() local
279 .setErrorStr(&error_string) in GetRunnableInfo()
300 error_string.c_str()); in GetRunnableInfo()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp2510 const char *error_string = error.AsCString(); in Launch() local
2511 if (error_string == nullptr) in Launch()
2512 error_string = "launch failed"; in Launch()
2513 SetExitStatus(-1, error_string); in Launch()
2841 const char *error_string = error.AsCString(); in Attach() local
2842 if (error_string == nullptr) in Attach()
2843 error_string = "attach failed"; in Attach()
2845 SetExitStatus(-1, error_string); in Attach()
/freebsd-13.1/kerberos5/lib/libkrb5/
H A DMakefile532 error_string.c \
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1577 std::string error_string; in GetMemoryRegionInfo() local
1579 error_extractor.GetHexByteString(error_string); in GetMemoryRegionInfo()
1580 error.SetErrorString(error_string.c_str()); in GetMemoryRegionInfo()
H A DProcessGDBRemote.cpp3442 const char *error_string = error.AsCString(); in EstablishConnectionIfNeeded() local
3443 if (error_string == nullptr) in EstablishConnectionIfNeeded()
3444 error_string = "unable to launch " DEBUGSERVER_BASENAME; in EstablishConnectionIfNeeded()
/freebsd-13.1/sbin/camcontrol/
H A Dcamcontrol.c1229 const char error_string[] = "error getting transfer settings"; in camxferrate() local
1232 warn(error_string); in camxferrate()
1234 warnx(error_string); in camxferrate()