Lines Matching refs:SeekFrom
123 guard.group_file.seek(std::io::SeekFrom::Start(0)).unwrap(); in write_group_file()
166 .seek(std::io::SeekFrom::Start(0)) in write_gshadow_file()
211 guard.passwd_file.seek(std::io::SeekFrom::Start(0)).unwrap(); in update_passwd_file()
240 guard.group_file.seek(std::io::SeekFrom::Start(0)).unwrap(); in update_group_file()
258 guard.shadow_file.seek(std::io::SeekFrom::Start(0)).unwrap(); in update_shadow_file()
289 .seek(std::io::SeekFrom::Start(0)) in update_gshadow_file()
358 guard.passwd_file.seek(std::io::SeekFrom::Start(0)).unwrap(); in update_passwd_file()
406 guard.group_file.seek(std::io::SeekFrom::Start(0)).unwrap(); in update_group_file()
428 guard.shadow_file.seek(std::io::SeekFrom::Start(0)).unwrap(); in update_shadow_file()
481 .seek(std::io::SeekFrom::Start(0)) in update_gshadow_file()
522 guard.passwd_file.seek(std::io::SeekFrom::Start(0)).unwrap(); in update_passwd_file()
541 guard.shadow_file.seek(std::io::SeekFrom::Start(0)).unwrap(); in update_shadow_file()
607 guard.group_file.seek(std::io::SeekFrom::Start(0)).unwrap(); in update_group_file()
627 .seek(std::io::SeekFrom::Start(0)) in update_gshadow_file()
670 guard.group_file.seek(std::io::SeekFrom::Start(0)).unwrap(); in update_group_file()
693 .seek(std::io::SeekFrom::Start(0)) in update_gshadow_file()
718 guard.passwd_file.seek(std::io::SeekFrom::Start(0)).unwrap(); in update_passwd_file()
725 file.seek(std::io::SeekFrom::Start(0)).unwrap(); in read_to_string()