Home
last modified time | relevance | path

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

/netbsd/usr.sbin/sysinst/
H A Dmenus.mi377 option {src_legend(menu, MSG_Dist_postfix, dist_postfix);},
378 action { src_prompt(MSG_Dist_postfix, dist_postfix, sizeof dist_postfix); };
429 option {src_legend(menu, MSG_Dist_postfix, dist_postfix);},
430 action { src_prompt(MSG_Dist_postfix, dist_postfix, sizeof dist_postfix); };
477 option {src_legend(menu, MSG_Dist_postfix, dist_postfix);},
478 action { src_prompt(MSG_Dist_postfix, dist_postfix, sizeof dist_postfix); };
495 option {src_legend(menu, MSG_Dist_postfix, dist_postfix);},
496 action { src_prompt(MSG_Dist_postfix, dist_postfix, sizeof dist_postfix); };
508 option {src_legend(menu, MSG_Dist_postfix, dist_postfix);},
509 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.h633 extern char dist_postfix[SSTRSIZE];
H A Dnet.c1001 force_tgz ? dist_tgz_postfix : dist_postfix); in do_ftp_fetch()
H A Dutil.c2238 return use_tgz_for_set(set_name) ? dist_tgz_postfix : dist_postfix; in set_postfix()