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

  /src/usr.sbin/sysinst/
menus.entropy 67 option {src_legend(menu, MSG_entropy_file, entropy_file);},
68 action { src_prompt(MSG_set_entropy_file, entropy_file, sizeof entropy_file); };
84 option {src_legend(menu, MSG_entropy_path_and_file, entropy_file);},
86 entropy_file, sizeof entropy_file); };
130 option {src_legend(menu, MSG_entropy_path_and_file, entropy_file);},
131 action { src_prompt(MSG_entropy_path_and_file, entropy_file, sizeof entropy_file);};
msg.entropy.de 88 message entropy_file
msg.entropy.en 87 message entropy_file
msg.entropy.es 87 message entropy_file
msg.entropy.fr 87 message entropy_file
msg.entropy.pl 87 message entropy_file
util.c 1133 char entropy_file[PATH_MAX]; variable in typeref:typename:char[]
1233 strcpy(entropy_file, use_netbsd_seed ?
1251 make_url(url, &server, entropy_file);
1276 entropy_file[0] != 0) {
1281 sprintf(path, "%s/%s", mountpt, entropy_file);
1301 entropy_file[0] != 0) {
1306 sprintf(path, "%s/%s", mountpt, entropy_file);
defs.h 628 extern char entropy_file[PATH_MAX];

Completed in 36 milliseconds