Searched refs:archive_string_sprintf (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/bsd/libarchive/dist/libarchive/ |
H A D | archive_write_set_format_warc.c | 367 archive_string_sprintf(tgt, "WARC-Type: %s\r\n", _typ[hdr.type]); in _popul_ehdr() 383 archive_string_sprintf(tgt, in _popul_ehdr() 417 archive_string_sprintf(tgt, "WARC-Record-ID: %s\r\n", hdr.recid); in _popul_ehdr() 420 archive_string_sprintf(tgt, "Content-Type: %s\r\n", hdr.cnttyp); in _popul_ehdr() 424 archive_string_sprintf(tgt, "Content-Length: %ju\r\n", (uintmax_t)hdr.cntlen); in _popul_ehdr()
|
H A D | archive_write_set_format_mtree.c | 516 archive_string_sprintf(&setstr, " uid=%jd", in write_global() 531 archive_string_sprintf(&setstr, " gid=%jd", in write_global() 536 archive_string_sprintf(&setstr, " mode=%o", in write_global() 556 archive_string_sprintf(&mtree->buf, "/unset%s\n", unsetstr.s); in write_global() 559 archive_string_sprintf(&mtree->buf, "/set%s\n", setstr.s); in write_global() 922 archive_string_sprintf(&mtree->buf, in write_mtree_entry() 926 archive_string_sprintf(&mtree->buf, in write_mtree_entry() 949 archive_string_sprintf(str, " nlink=%u", me->nlink); in write_mtree_entry() 969 archive_string_sprintf(str, " time=%jd.%jd", in write_mtree_entry() 972 archive_string_sprintf(str, " mode=%o", (unsigned int)me->mode); in write_mtree_entry() [all …]
|
H A D | archive_string_sprintf.c | 76 archive_string_sprintf(struct archive_string *as, const char *fmt, ...) in archive_string_sprintf() function
|
H A D | archive_string.h | 192 void archive_string_sprintf(struct archive_string *, const char *, ...)
|
H A D | archive_read_support_format_warc.c | 295 archive_string_sprintf(&w->sver, in _warc_rdhdr()
|