HomeSort by: relevance | last modified time | path
    Searched refs:dist_postfix (Results 1 - 5 of 5) sorted by relevancy

  /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...]
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];
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 39 milliseconds