HomeSort by: relevance | last modified time | path
    Searched refs:dist_tgz_postfix (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/sysinst/
main.c 91 char dist_tgz_postfix[SSTRSIZE]; variable
157 {"dist tgz postfix", ".tgz", dist_tgz_postfix, sizeof dist_tgz_postfix},
defs.h 643 extern char dist_tgz_postfix[SSTRSIZE];
net.c 1011 force_tgz ? dist_tgz_postfix : dist_postfix);
util.c 2318 return use_tgz_for_set(set_name) ? dist_tgz_postfix : dist_postfix;

Completed in 19 milliseconds