| /freebsd-12.1/crypto/heimdal/lib/krb5/ |
| H A D | error_string.c | 51 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 D | Makefile.am | 147 error_string.c \ 262 error_string.c \
|
| H A D | krb5_locl.h | 284 char *error_string; member
|
| H A D | Makefile.in | 165 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 1747 …error_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 2433 …error_string.lo -MD -MP -MF $(DEPDIR)/librfc3961_la-error_string.Tpo -c -o librfc3961_la-error_str… [all …]
|
| /freebsd-12.1/crypto/openssl/apps/ |
| H A D | tsget.in | 101 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-12.1/contrib/libarchive/libarchive/ |
| H A D | archive_util.c | 161 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 D | archive_write_disk_posix.c | 2171 struct archive_string error_string; in create_filesystem_object() local 2191 &error_string, a->flags); in create_filesystem_object() 2194 error_string.s); in create_filesystem_object() 2204 &error_string, a->flags); in create_filesystem_object() 2207 error_string.s); in create_filesystem_object() 2607 (void)error_string; /* UNUSED */ in check_symlinks_fsobj() 2891 struct archive_string error_string; in check_symlinks() local 2894 archive_string_init(&error_string); in check_symlinks() 2899 error_string.s); in check_symlinks() 2901 archive_string_free(&error_string); in check_symlinks() [all …]
|
| H A D | archive_private.h | 116 struct archive_string error_string; member
|
| H A D | archive_write.c | 598 archive_string_free(&a->archive.error_string); in _archive_write_free()
|
| H A D | archive_read.c | 1133 archive_string_free(&a->archive.error_string); in _archive_read_free()
|
| H A D | archive_read_disk_posix.c | 496 archive_string_free(&a->archive.error_string); in _archive_read_free()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | PythonExceptionState.cpp | 108 std::string error_string; in Format() local 109 llvm::raw_string_ostream error_stream(error_string); in Format()
|
| /freebsd-12.1/contrib/binutils/gas/ |
| H A D | symbols.c | 484 register const char *error_string; in symbol_table_insert() local 491 error_string = hash_jam (local_hash, S_GET_NAME (symbolP), in symbol_table_insert() 493 if (error_string != NULL) in symbol_table_insert() 495 S_GET_NAME (symbolP), error_string); in symbol_table_insert() 499 if ((error_string = hash_jam (sy_hash, S_GET_NAME (symbolP), (PTR) symbolP))) in symbol_table_insert() 502 S_GET_NAME (symbolP), error_string); in symbol_table_insert()
|
| /freebsd-12.1/crypto/heimdal/ |
| H A D | ChangeLog | 91 * 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 D | ChangeLog.2001 | 769 * 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 D | ChangeLog.2003 | 3 * 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 D | ChangeLog.2006 | 1962 * lib/krb5/error_string.c: Change indentation, update (c) 1991 * lib/krb5/error_string.c (krb5_get_error_message): new function,
|
| /freebsd-12.1/contrib/binutils/gas/config/ |
| H A D | obj-coff.c | 130 const char *error_string; in tag_insert() local 132 if ((error_string = hash_jam (tag_hash, name, (char *) symbolP))) in tag_insert() 134 name, error_string); in tag_insert()
|
| H A D | tc-ia64.c | 11882 const char *error_string; in dot_alias() local 11965 error_string = hash_jam (ahash, alias, (PTR) h); in dot_alias() 11966 if (error_string) in dot_alias() 11969 alias, kind, error_string); in dot_alias() 11973 error_string = hash_jam (nhash, name, (PTR) alias); in dot_alias() 11974 if (error_string) in dot_alias() 11977 alias, kind, error_string); in dot_alias()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/ |
| H A D | IRExecutionUnit.cpp | 249 std::string error_string; in GetRunnableInfo() local 277 .setErrorStr(&error_string) in GetRunnableInfo() 301 error_string.c_str()); in GetRunnableInfo()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | Process.cpp | 2761 const char *error_string = error.AsCString(); in Launch() local 2762 if (error_string == nullptr) in Launch() 2763 error_string = "launch failed"; in Launch() 2764 SetExitStatus(-1, error_string); in Launch() 3095 const char *error_string = error.AsCString(); in Attach() local 3096 if (error_string == nullptr) in Attach() 3097 error_string = "attach failed"; in Attach() 3099 SetExitStatus(-1, error_string); in Attach()
|
| /freebsd-12.1/kerberos5/lib/libkrb5/ |
| H A D | Makefile | 530 error_string.c \
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.cpp | 1502 std::string error_string; in GetMemoryRegionInfo() local 1504 error_extractor.GetHexByteString(error_string); in GetMemoryRegionInfo() 1505 error.SetErrorString(error_string.c_str()); in GetMemoryRegionInfo()
|
| H A D | ProcessGDBRemote.cpp | 3487 const char *error_string = error.AsCString(); in EstablishConnectionIfNeeded() local 3488 if (error_string == nullptr) in EstablishConnectionIfNeeded() 3489 error_string = "unable to launch " DEBUGSERVER_BASENAME; in EstablishConnectionIfNeeded()
|
| /freebsd-12.1/sbin/camcontrol/ |
| H A D | camcontrol.c | 1248 const char error_string[] = "error getting transfer settings"; in camxferrate() local 1251 warn(error_string); in camxferrate() 1253 warnx(error_string); in camxferrate()
|