Searched refs:root_passwd_1 (Results 1 – 1 of 1) sorted by relevance
250 const char *root_passwd_1, *root_passwd_2; in fn_root_passwd() local293 root_passwd_1 = dfui_dataset_get_value(new_ds, "root_passwd_1"); in fn_root_passwd()296 if (strlen(root_passwd_1) == 0) { in fn_root_passwd()299 } else if (strcmp(root_passwd_1, root_passwd_2) != 0) { in fn_root_passwd()302 } else if (setenv(passwd_env, root_passwd_1, 1) != 0) { in fn_root_passwd()