Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/sysinst/
H A Dmain.c91 char dist_tgz_postfix[SSTRSIZE]; variable
152 {"dist tgz postfix", ".tgz", dist_tgz_postfix, sizeof dist_tgz_postfix},
H A Ddefs.h643 extern char dist_tgz_postfix[SSTRSIZE];
H A Dnet.c1003 force_tgz ? dist_tgz_postfix : dist_postfix); in do_ftp_fetch()
H A Dutil.c2256 return use_tgz_for_set(set_name) ? dist_tgz_postfix : dist_postfix; in set_postfix()