Lines Matching defs:read
522 /// // create new directory and give read, write and execute rights to the owner
560 /// // create new fifo and give read, write and execute rights to the owner
649 /// Err is returned if the current user doesn't have the permission to read or search a component
1070 /// See also [read(2)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/read.html)
1071 pub fn read(fd: RawFd, buf: &mut [u8]) -> Result<usize> {
1073 libc::read(fd, buf.as_mut_ptr() as *mut c_void, buf.len() as size_t)
1128 /// Move the read/write file offset.
1532 // This prevents a potential buffer over-read if the number of groups
2323 /// The implementation supports read-write locks.
2892 /// Test for read permission.