Home
last modified time | relevance | path

Searched defs:ftruncate (Results 1 - 14 of 14) sorted by relevance

/third_party/curl/src/
H A Dtool_cb_see.h32 #undef ftruncate macro
33 #define ftruncate(fd,where) tool_ftruncate64(fd,where) macro
/third_party/musl/src/unistd/
H A Dftruncate.c4 int ftruncate(int fd, off_t length) in ftruncate() function
/third_party/NuttX/fs/vfs/
H A Dfs_truncate.c121 int ftruncate(int fd, off_t length) in ftruncate() function
/third_party/rust/crates/rustix/src/fs/
H A Dfd.rs336 pub fn ftruncate<Fd: AsFd>(fd: Fd, length: u64) -> io::Result<()> { in ftruncate() functions
/third_party/node/test/parallel/
H A Dtest-trace-events-fs-async.js107 function ftruncate() { function
/third_party/ntfs-3g/include/fuse-lite/
H A Dfuse.h355 int (*ftruncate) (const char *, off_t, struct fuse_file_info *); member
/third_party/node/lib/
H A Dfs.js1106 function ftruncate(fd, len = 0, callback) { function
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsundelete.c102 #define ftruncate(fd, size) ntfs_win32_ftruncate(fd, size) macro
H A Dntfsclone.c123 #define ftruncate(fd, size) ntfs_device_win32_ftruncate(dev_out, size) macro
/third_party/rust/crates/nix/src/
H A Dunistd.rs1212 pub fn ftruncate(fd: RawFd, len: off_t) -> Result<()> { in ftruncate() functions
/third_party/rust/crates/libc/src/
H A Dwasi.rs667 pub fn ftruncate(fd: ::c_int, length: off_t) -> ::c_int; in ftruncate() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs1045 pub fn ftruncate(fd: ::c_int, length: off_t) -> ::c_int; in ftruncate() functions
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1362 pub fn ftruncate(fd: ::c_int, length: off_t) -> ::c_int; in ftruncate() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3673 pub fn ftruncate(fd: ::c_int, length: off_t) -> ::c_int; in ftruncate() functions

Completed in 35 milliseconds