Searched refs:new_shell (Results 1 – 3 of 3) sorted by relevance
44 pub new_shell: Option<String>, field
255 if let Some(shell) = &info.new_shell { in check()331 info.new_shell = Some(arg.clone()); in parse_options()
349 if let Some(new_shell) = &info.new_shell { in update_passwd_file()350 fields[6] = new_shell; in update_passwd_file()