/third_party/musl/src/unistd/ |
H A D | pread.c | 4 ssize_t pread(int fd, void *buf, size_t size, off_t ofs) in pread() function
|
/third_party/musl/porting/linux/user/include/fortify/ |
H A D | unistd.h | 42 ssize_t __pread_real(int, void*, size_t, off_t) __DIAGNOSE_RENAME(pread); variable
|
/third_party/musl/include/fortify/linux/ |
H A D | unistd.h | 42 ssize_t __pread_real(int, void*, size_t, off_t) __DIAGNOSE_RENAME(pread); variable
|
/third_party/rust/crates/rustix/src/io/ |
H A D | read_write.rs | 59 pub fn pread<Fd: AsFd>(fd: Fd, buf: &mut [u8], offset: u64) -> io::Result<usize> { in pread() functions
|
/third_party/NuttX/fs/vfs/ |
H A D | fs_pread.c | 128 ssize_t pread(int fd, void *buf, size_t nbytes, off_t offset) in pread() function
|
/third_party/rust/crates/nix/src/sys/ |
H A D | uio.rs | 116 pub fn pread(fd: RawFd, buf: &mut [u8], offset: off_t) -> Result<usize> { in pread() functions
|
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | device.h | 109 s64 (*pread)(struct ntfs_device *dev, void *buf, s64 count, s64 offset); member
|
/third_party/mesa3d/src/glx/ |
H A D | driwindows_glx.c | 86 struct driwindows_drawable *pdraw, *pread; in driwindows_bind_context() local
|
H A D | dri2_glx.c | 120 struct dri2_drawable *pdraw, *pread; in dri2_bind_context() local
|
H A D | dri3_glx.c | 193 struct dri3_drawable *pdraw, *pread; in dri3_bind_context() local
|
H A D | drisw_glx.c | 277 __GLXDRIdrawable *pread = &(prp->base); in swrastGetImage2() local 314 __GLXDRIdrawable *pread = &(prp->base); in swrastGetImageShm2() local 436 struct drisw_drawable *pdraw, *pread; in drisw_bind_context() local [all...] |
/third_party/libdrm/intel/ |
H A D | intel_bufmgr_gem.c | 1836 struct drm_i915_gem_pread pread; in drm_intel_gem_bo_get_subdata() local
|
/third_party/rust/crates/libc/src/ |
H A D | wasi.rs | 656 pub fn pread(fd: ::c_int, buf: *mut ::c_void, count: ::size_t, offset: off_t) -> ::ssize_t; in pread() functions
|
/third_party/rust/crates/libc/src/unix/ |
H A D | mod.rs | 966 pub fn pread(fd: ::c_int, buf: *mut ::c_void, count: ::size_t, offset: off_t) -> ::ssize_t; in pread() functions
|
/third_party/rust/crates/libc/src/vxworks/ |
H A D | mod.rs | 1853 pub fn pread(_fd: ::c_int, _buf: *mut ::c_void, _count: ::size_t, _offset: off64_t) -> ::ssize_t { in pread() functions
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
H A D | pngvalid.c | 777 png_structp pread; /* Used to read a saved file */ member [all...] |
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 3638 pub fn pread(fd: ::c_int, buf: *mut ::c_void, count: ::size_t, offset: off_t) -> ::ssize_t; in pread() functions
|