Home
last modified time | relevance | path

Searched refs:dist_postfix (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/usr.sbin/sysinst/
H A Dmenus.mi381 option {src_legend(menu, MSG_Dist_postfix, dist_postfix);},
382 action { src_prompt(MSG_Dist_postfix, dist_postfix, sizeof dist_postfix); };
433 option {src_legend(menu, MSG_Dist_postfix, dist_postfix);},
434 action { src_prompt(MSG_Dist_postfix, dist_postfix, sizeof dist_postfix); };
481 option {src_legend(menu, MSG_Dist_postfix, dist_postfix);},
482 action { src_prompt(MSG_Dist_postfix, dist_postfix, sizeof dist_postfix); };
499 option {src_legend(menu, MSG_Dist_postfix, dist_postfix);},
500 action { src_prompt(MSG_Dist_postfix, dist_postfix, sizeof dist_postfix); };
512 option {src_legend(menu, MSG_Dist_postfix, dist_postfix);},
513 action { src_prompt(MSG_Dist_postfix, dist_postfix, 60); };
H A Dmain.c90 char dist_postfix[SSTRSIZE]; variable
151 {"dist postfix", "." SETS_TAR_SUFF, dist_postfix, sizeof dist_postfix},
H A Ddefs.h642 extern char dist_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()