/src/usr.sbin/sysinst/ |
menus.mi | 390 option {src_legend(menu, MSG_Dist_postfix, dist_postfix);}, 391 action { src_prompt(MSG_Dist_postfix, dist_postfix, sizeof dist_postfix); }; 442 option {src_legend(menu, MSG_Dist_postfix, dist_postfix);}, 443 action { src_prompt(MSG_Dist_postfix, dist_postfix, sizeof dist_postfix); }; 490 option {src_legend(menu, MSG_Dist_postfix, dist_postfix);}, 491 action { src_prompt(MSG_Dist_postfix, dist_postfix, sizeof dist_postfix); }; 508 option {src_legend(menu, MSG_Dist_postfix, dist_postfix);}, [all...] |
menus.mi | 390 option {src_legend(menu, MSG_Dist_postfix, dist_postfix);}, 391 action { src_prompt(MSG_Dist_postfix, dist_postfix, sizeof dist_postfix); }; 442 option {src_legend(menu, MSG_Dist_postfix, dist_postfix);}, 443 action { src_prompt(MSG_Dist_postfix, dist_postfix, sizeof dist_postfix); }; 490 option {src_legend(menu, MSG_Dist_postfix, dist_postfix);}, 491 action { src_prompt(MSG_Dist_postfix, dist_postfix, sizeof dist_postfix); }; 508 option {src_legend(menu, MSG_Dist_postfix, dist_postfix);}, [all...] |
main.c | 90 char dist_postfix[SSTRSIZE]; variable in typeref:typename:char[] 151 {"dist postfix", "." SETS_TAR_SUFF, dist_postfix, sizeof dist_postfix},
|
main.c | 90 char dist_postfix[SSTRSIZE]; variable in typeref:typename:char[] 151 {"dist postfix", "." SETS_TAR_SUFF, dist_postfix, sizeof dist_postfix},
|
defs.h | 642 extern char dist_postfix[SSTRSIZE];
|
defs.h | 642 extern char dist_postfix[SSTRSIZE];
|
net.c | 1003 force_tgz ? dist_tgz_postfix : dist_postfix);
|
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;
|
util.c | 2255 return use_tgz_for_set(set_name) ? dist_tgz_postfix : dist_postfix;
|