Home
last modified time | relevance | path

Searched defs:write_all (Results 1 – 8 of 8) sorted by relevance

/third_party/rust/crates/nix/test/sys/
Dtest_termios.rs11 fn write_all(f: RawFd, buf: &[u8]) { in write_all() function
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_fs.h58 boolean write_all; member
/third_party/mesa3d/src/util/
Ddisk_cache_os.c416 write_all(int fd, const void *buf, size_t count) in write_all() function
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_blend.c928 boolean write_all = in blend_fallback() local
/third_party/rust/crates/either/src/
Dlib.rs1165 fn write_all(&mut self, buf: &[u8]) -> io::Result<()> { in write_all() function
/third_party/ntfs-3g/ntfsprogs/
Dntfsclone.c279 #define write_all(f, p, n) io_all((f), (p), (n), 1) macro
Dntfsresize.c1844 static int write_all(struct ntfs_device *dev, void *buf, int count) in write_all() function
/third_party/rust/crates/termcolor/src/
Dlib.rs1349 fn write_all(&mut self, buf: &[u8]) -> io::Result<()> { in write_all() method