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

  /src/usr.sbin/sysinst/
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);
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);

Completed in 46 milliseconds