Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_set_format_xar.c913 xmlwrite_fstring(struct archive_write *a, struct xml_writer *writer, in xmlwrite_fstring() function
1005 r = xmlwrite_fstring(a, writer, "length", "%ju", (uintmax_t)heap->length); in xmlwrite_heap()
1008 r = xmlwrite_fstring(a, writer, "offset", "%ju", (uintmax_t)heap->temp_offset); in xmlwrite_heap()
1011 r = xmlwrite_fstring(a, writer, "size", "%ju", (uintmax_t)heap->size); in xmlwrite_heap()
1337 r = xmlwrite_fstring(a, writer, "major", in make_file_entry()
1341 r = xmlwrite_fstring(a, writer, "minor", in make_file_entry()
1360 r = xmlwrite_fstring(a, writer, "inode", in make_file_entry()
1365 r = xmlwrite_fstring(a, writer, "deviceno", in make_file_entry()
1382 r = xmlwrite_fstring(a, writer, "uid", in make_file_entry()
1408 r = xmlwrite_fstring(a, writer, "gid", in make_file_entry()
[all …]