/third_party/musl/src/unistd/ |
D | ftruncate.c | 4 int ftruncate(int fd, off_t length) in ftruncate() function
|
/third_party/curl/src/ |
D | tool_cb_see.h | 33 #define ftruncate(fd,where) tool_ftruncate64(fd,where) macro
|
/third_party/NuttX/fs/vfs/ |
D | fs_truncate.c | 121 int ftruncate(int fd, off_t length) in ftruncate() function
|
/third_party/rust/crates/rustix/src/fs/ |
D | fd.rs | 336 pub fn ftruncate<Fd: AsFd>(fd: Fd, length: u64) -> io::Result<()> { in ftruncate() function
|
/third_party/node/test/parallel/ |
D | test-trace-events-fs-async.js | 107 function ftruncate() { function
|
/third_party/ntfs-3g/include/fuse-lite/ |
D | fuse.h | 355 int (*ftruncate) (const char *, off_t, struct fuse_file_info *); member
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstfilesink.c | 62 #define ftruncate _chsize macro
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_fileio.js | 432 ftruncate: function (...args) { method
|
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/ |
D | syscalls.rs | 255 pub(crate) fn ftruncate(fd: BorrowedFd<'_>, length: u64) -> io::Result<()> { in ftruncate() function
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfsundelete.c | 102 #define ftruncate(fd, size) ntfs_win32_ftruncate(fd, size) macro
|
D | ntfsclone.c | 123 #define ftruncate(fd, size) ntfs_device_win32_ftruncate(dev_out, size) macro
|
/third_party/node/lib/internal/fs/ |
D | promises.js | 720 async function ftruncate(handle, len = 0) { function
|
/third_party/rust/crates/rustix/src/backend/libc/fs/ |
D | syscalls.rs | 1237 pub(crate) fn ftruncate(fd: BorrowedFd<'_>, length: u64) -> io::Result<()> { in ftruncate() function
|
/third_party/node/lib/ |
D | fs.js | 1113 function ftruncate(fd, len = 0, callback) { function
|
/third_party/rust/crates/libc/src/unix/ |
D | mod.rs | 1045 pub fn ftruncate(fd: ::c_int, length: off_t) -> ::c_int; in ftruncate() function
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | gstqtmux.c | 82 #define ftruncate g_win32_ftruncate macro
|
/third_party/rust/crates/libc/src/ |
D | wasi.rs | 667 pub fn ftruncate(fd: ::c_int, length: off_t) -> ::c_int; in ftruncate() function
|
/third_party/rust/crates/libc/src/vxworks/ |
D | mod.rs | 1362 pub fn ftruncate(fd: ::c_int, length: off_t) -> ::c_int; in ftruncate() function
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 3673 pub fn ftruncate(fd: ::c_int, length: off_t) -> ::c_int; in ftruncate() function
|