Home
last modified time | relevance | path

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

/dragonfly/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()
/dragonfly/contrib/gdb-7/gdb/
H A Dxml-support.c580 const char *error_string; in gdb_xml_parse() local
593 error_string = parser->error.message; in gdb_xml_parse()
599 error_string = XML_ErrorString (err); in gdb_xml_parse()
609 parser->last_line, error_string); in gdb_xml_parse()
611 warning (_("while parsing %s: %s"), parser->name, error_string); in gdb_xml_parse()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgodump.c656 unsigned int index, const char *error_string) in go_force_record_alignment() argument
661 obstack_grow (ob, error_string, strlen (error_string)); in go_force_record_alignment()
/dragonfly/contrib/binutils-2.27/gas/
H A Dsymbols.c485 const char *error_string; in symbol_table_insert() local
492 error_string = hash_jam (local_hash, S_GET_NAME (symbolP), in symbol_table_insert()
494 if (error_string != NULL) in symbol_table_insert()
496 S_GET_NAME (symbolP), error_string); in symbol_table_insert()
500 if ((error_string = hash_jam (sy_hash, S_GET_NAME (symbolP), (void *) symbolP))) in symbol_table_insert()
503 S_GET_NAME (symbolP), error_string); in symbol_table_insert()
H A Ddw2gencfi.c330 const char *error_string; in dwcfi_hash_insert() local
332 if ((error_string = hash_jam (dwcfi_hash, name, (char *) item))) in dwcfi_hash_insert()
334 name, error_string); in dwcfi_hash_insert()
/dragonfly/contrib/binutils-2.34/gas/
H A Dsymbols.c619 const char *error_string; in symbol_table_insert() local
626 error_string = hash_jam (local_hash, S_GET_NAME (symbolP), in symbol_table_insert()
628 if (error_string != NULL) in symbol_table_insert()
630 S_GET_NAME (symbolP), error_string); in symbol_table_insert()
634 if ((error_string = hash_jam (sy_hash, S_GET_NAME (symbolP), (void *) symbolP))) in symbol_table_insert()
637 S_GET_NAME (symbolP), error_string); in symbol_table_insert()
H A Ddw2gencfi.c331 const char *error_string; in dwcfi_hash_insert() local
333 if ((error_string = hash_jam (dwcfi_hash, name, (char *) item))) in dwcfi_hash_insert()
335 name, error_string); in dwcfi_hash_insert()
/dragonfly/sbin/camcontrol/
H A Dcamcontrol.c931 const char error_string[] = "error getting transfer settings"; in scsixferrate() local
934 warn(error_string); in scsixferrate()
936 warnx(error_string); in scsixferrate()