Home
last modified time | relevance | path

Searched defs:ftruncate (Results 1 – 19 of 19) sorted by relevance

/third_party/musl/src/unistd/
Dftruncate.c4 int ftruncate(int fd, off_t length) in ftruncate() function
/third_party/curl/src/
Dtool_cb_see.h33 #define ftruncate(fd,where) tool_ftruncate64(fd,where) macro
/third_party/NuttX/fs/vfs/
Dfs_truncate.c121 int ftruncate(int fd, off_t length) in ftruncate() function
/third_party/rust/crates/rustix/src/fs/
Dfd.rs336 pub fn ftruncate<Fd: AsFd>(fd: Fd, length: u64) -> io::Result<()> { in ftruncate() function
/third_party/node/test/parallel/
Dtest-trace-events-fs-async.js107 function ftruncate() { function
/third_party/ntfs-3g/include/fuse-lite/
Dfuse.h355 int (*ftruncate) (const char *, off_t, struct fuse_file_info *); member
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstfilesink.c62 #define ftruncate _chsize macro
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_fileio.js432 ftruncate: function (...args) { method
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
Dsyscalls.rs255 pub(crate) fn ftruncate(fd: BorrowedFd<'_>, length: u64) -> io::Result<()> { in ftruncate() function
/third_party/ntfs-3g/ntfsprogs/
Dntfsundelete.c102 #define ftruncate(fd, size) ntfs_win32_ftruncate(fd, size) macro
Dntfsclone.c123 #define ftruncate(fd, size) ntfs_device_win32_ftruncate(dev_out, size) macro
/third_party/node/lib/internal/fs/
Dpromises.js720 async function ftruncate(handle, len = 0) { function
/third_party/rust/crates/rustix/src/backend/libc/fs/
Dsyscalls.rs1237 pub(crate) fn ftruncate(fd: BorrowedFd<'_>, length: u64) -> io::Result<()> { in ftruncate() function
/third_party/node/lib/
Dfs.js1113 function ftruncate(fd, len = 0, callback) { function
/third_party/rust/crates/libc/src/unix/
Dmod.rs1045 pub fn ftruncate(fd: ::c_int, length: off_t) -> ::c_int; in ftruncate() function
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dgstqtmux.c82 #define ftruncate g_win32_ftruncate macro
/third_party/rust/crates/libc/src/
Dwasi.rs667 pub fn ftruncate(fd: ::c_int, length: off_t) -> ::c_int; in ftruncate() function
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs1362 pub fn ftruncate(fd: ::c_int, length: off_t) -> ::c_int; in ftruncate() function
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3673 pub fn ftruncate(fd: ::c_int, length: off_t) -> ::c_int; in ftruncate() function