Searched refs:dist_postfix (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/usr.sbin/sysinst/ |
H A D | menus.mi | 381 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 D | main.c | 90 char dist_postfix[SSTRSIZE]; variable 151 {"dist postfix", "." SETS_TAR_SUFF, dist_postfix, sizeof dist_postfix},
|
H A D | defs.h | 642 extern char dist_postfix[SSTRSIZE];
|
H A D | net.c | 1003 force_tgz ? dist_tgz_postfix : dist_postfix); in do_ftp_fetch()
|
H A D | util.c | 2256 return use_tgz_for_set(set_name) ? dist_tgz_postfix : dist_postfix; in set_postfix()
|