Searched refs:arg_root_password (Results 1 - 1 of 1) sorted by relevance

/systemd/src/firstboot/
H A Dfirstboot.c50 static char *arg_root_password = NULL; variable
446 if (arg_root_password)
483 arg_root_password = a;
571 if (!arg_root_password)
587 item.sp_pwdp = crypt(arg_root_password, salt);
738 r = free_and_strdup(&arg_root_password, optarg);
744 arg_root_password = mfree(arg_root_password);
746 r = read_one_line_file(optarg, &arg_root_password);
866 string_erase(arg_root_password);
[all...]

Completed in 9 milliseconds