Lines Matching refs:arg_root_password
50 static char *arg_root_password = NULL;
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);
867 free(arg_root_password);