Searched refs:error_string (Results 1 - 17 of 17) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Derror_string.c53 if (context->error_string)
54 free(context->error_string);
56 context->error_string = NULL;
104 if (context->error_string) {
105 free(context->error_string);
106 context->error_string = NULL;
109 r = vasprintf(&context->error_string, fmt, args);
111 context->error_string = NULL;
165 if (context->error_string) {
168 e = asprintf(&str2, "%s: %s", str, context->error_string);
[all...]
H A DNTMakefile73 $(OBJ)\error_string.obj \
215 error_string.c \
363 $(OBJ)\error_string.obj \
H A Dkrb5_locl.h275 char *error_string; member in struct:krb5_context_data
281 void *mutex; /* protects error_string/error_buf */
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/
H A Darchive_util.c156 archive_string_empty(&a->error_string);
172 archive_string_vsprintf(&(a->error_string), fmt, ap);
174 a->error = a->error_string.s;
182 archive_string_copy(&dest->error_string, &src->error_string);
183 dest->error = dest->error_string.s;
H A Darchive_private.h102 struct archive_string error_string; member in struct:archive
H A Darchive_read_disk.c140 archive_string_free(&a->archive.error_string);
H A Darchive_write.c398 archive_string_free(&a->archive.error_string);
H A Darchive_read.c802 archive_string_free(&a->archive.error_string);
H A Darchive_write_disk.c1310 archive_string_free(&a->archive.error_string);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/apps/
H A Dtsget96 my $error_string;
99 $error_string = "could not get timestamp";
100 $error_string .= ", http code: $http_code" unless $http_code == 0;
101 $error_string .= ", curl code: $error_code";
102 $error_string .= " ($::error_buf)" if defined($::error_buf);
107 $error_string = "unexpected content type returned: $ct";
110 return ($ts_body, $error_string);
/netbsd-6-1-5-RELEASE/usr.sbin/gspa/gspa/
H A Dgspa.c256 char error_string[256]; local
262 vsprintf(error_string, fmt, ap);
264 fprintf(stderr, "%s\n", error_string);
265 list_error(error_string);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dxml-support.c581 const char *error_string; local
594 error_string = parser->error.message;
600 error_string = XML_ErrorString (err);
610 parser->last_line, error_string); local
612 warning (_("while parsing %s: %s"), parser->name, error_string); local
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dobj-coff-seh.c121 const char *error_string;
123 if ((error_string = hash_jam (seh_hash, name, (char *) item)))
125 name, error_string);
120 const char *error_string; local
H A Dobj-coff.c135 const char *error_string;
137 if ((error_string = hash_jam (tag_hash, name, (char *) symbolP)))
139 name, error_string);
133 const char *error_string; local
H A Dtc-ia64.c11583 const char *error_string; local
11666 error_string = hash_jam (ahash, alias, (void *) h);
11667 if (error_string)
11670 alias, kind, error_string);
11674 error_string = hash_jam (nhash, name, (void *) alias);
11675 if (error_string)
11678 alias, kind, error_string);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/
H A Dsymbols.c489 register const char *error_string;
496 error_string = hash_jam (local_hash, S_GET_NAME (symbolP),
498 if (error_string != NULL)
500 S_GET_NAME (symbolP), error_string);
504 if ((error_string = hash_jam (sy_hash, S_GET_NAME (symbolP), (void *) symbolP))) local
507 S_GET_NAME (symbolP), error_string);
486 register const char *error_string; local
497 S_GET_NAME (symbolP), error_string); local
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/lib/libkrb5/
H A DMakefile65 error_string.c \

Completed in 152 milliseconds