Searched refs:xmlwrite_fstring (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/libarchive/libarchive/ |
| H A D | archive_write_set_format_xar.c | 861 xmlwrite_fstring(struct archive_write *a, xmlTextWriterPtr writer, in xmlwrite_fstring() function 953 r = xmlwrite_fstring(a, writer, "length", "%ju", heap->length); in xmlwrite_heap() 956 r = xmlwrite_fstring(a, writer, "offset", "%ju", heap->temp_offset); in xmlwrite_heap() 959 r = xmlwrite_fstring(a, writer, "size", "%ju", heap->size); in xmlwrite_heap() 1264 r = xmlwrite_fstring(a, writer, "major", in make_file_entry() 1268 r = xmlwrite_fstring(a, writer, "minor", in make_file_entry() 1287 r = xmlwrite_fstring(a, writer, "inode", in make_file_entry() 1292 r = xmlwrite_fstring(a, writer, "deviceno", in make_file_entry() 1309 r = xmlwrite_fstring(a, writer, "uid", in make_file_entry() 1335 r = xmlwrite_fstring(a, writer, "gid", in make_file_entry() [all …]
|