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 in typeref:typename:char[]
152 {"dist tgz postfix", ".tgz", dist_tgz_postfix, sizeof dist_tgz_postfix},
defs.h 643 extern char dist_tgz_postfix[SSTRSIZE];
net.c 1003 force_tgz ? dist_tgz_postfix : dist_postfix);
util.c 2255 return use_tgz_for_set(set_name) ? dist_tgz_postfix : dist_postfix;

Completed in 14 milliseconds