Searched refs:hdrcharset (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_write_set_format_pax.c409 const char *hdrcharset = NULL; local
478 hdrcharset = NULL;
485 hdrcharset = "BINARY";
493 hdrcharset = "BINARY";
501 hdrcharset = "BINARY";
515 hdrcharset = "BINARY";
519 if (hdrcharset != NULL)
520 add_pax_attr(&(pax->pax_header), "hdrcharset", hdrcharset);
536 if (path_w == NULL || hdrcharset !
[all...]

Completed in 50 milliseconds