Searched refs:xmlwrite_time (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_write_set_format_xar.c | 928 xmlwrite_time(struct archive_write *a, struct xml_writer *writer, in xmlwrite_time() function 1435 r = xmlwrite_time(a, writer, "ctime", in make_file_entry() 1445 r = xmlwrite_time(a, writer, "mtime", in make_file_entry() 1455 r = xmlwrite_time(a, writer, "atime", in make_file_entry() 1636 r = xmlwrite_time(a, writer, "creation-time", time(NULL), 0); in make_toc()
|