Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_set_format_xar.c838 const char *attrkey, const char *attrvalue) in xmlwrite_string_attr() argument
849 if (attrkey != NULL && attrvalue != NULL) { in xmlwrite_string_attr()
850 r = xml_writer_write_attribute(writer, attrkey, attrvalue); in xmlwrite_string_attr()