Searched defs:users (Results 1 – 2 of 2) sorted by relevance
108 let mut users = field.last().unwrap().split(",").collect::<Vec<&str>>(); in write_group_file() localVariable150 let mut users = field.last().unwrap().split(",").collect::<Vec<&str>>(); in write_gshadow_file() localVariable223 let mut users = field.last().unwrap().split(",").collect::<Vec<&str>>(); in update_group_file() localVariable232 let users = users.join(","); in update_group_file() localVariable270 let mut users = field.last().unwrap().split(",").collect::<Vec<&str>>(); in update_gshadow_file() localVariable279 let users = users.join(","); in update_gshadow_file() localVariable375 let mut users = fields[3].split(",").collect::<Vec<&str>>(); in update_group_file() localVariable445 let mut users = fields[3].split(",").collect::<Vec<&str>>(); in update_gshadow_file() localVariable
882 let users = field[3].split(",").collect::<Vec<&str>>(); in check_groupname() localVariable