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

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_write_set_format_shar.c59 struct archive_string quoted_name; member in struct:shar
120 archive_string_init(&shar->quoted_name);
204 archive_string_empty(&shar->quoted_name);
205 shar_quote(&shar->quoted_name, name, 1);
208 archive_string_sprintf(&shar->work, "echo x %s\n", shar->quoted_name.s);
253 shar->quoted_name.s);
258 shar->quoted_name.s);
266 shar->quoted_name.s, shar->quoted_name.s);
271 shar->quoted_name
[all...]

Completed in 94 milliseconds