Searched refs:xmlwrite_fstring (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_write_set_format_xar.c | 911 xmlwrite_fstring(struct archive_write *a, struct xml_writer *writer, in xmlwrite_fstring() function 1003 r = xmlwrite_fstring(a, writer, "length", "%ju", heap->length); in xmlwrite_heap() 1006 r = xmlwrite_fstring(a, writer, "offset", "%ju", heap->temp_offset); in xmlwrite_heap() 1009 r = xmlwrite_fstring(a, writer, "size", "%ju", heap->size); in xmlwrite_heap() 1335 r = xmlwrite_fstring(a, writer, "major", in make_file_entry() 1339 r = xmlwrite_fstring(a, writer, "minor", in make_file_entry() 1358 r = xmlwrite_fstring(a, writer, "inode", in make_file_entry() 1363 r = xmlwrite_fstring(a, writer, "deviceno", in make_file_entry() 1380 r = xmlwrite_fstring(a, writer, "uid", in make_file_entry() 1406 r = xmlwrite_fstring(a, writer, "gid", in make_file_entry() [all …]
|