Searched defs:ftruncate (Results 1 - 14 of 14) sorted by relevance
/third_party/curl/src/ |
H A D | tool_cb_see.h | 32 #undef ftruncate macro 33 #define ftruncate(fd,where) tool_ftruncate64(fd,where) macro
|
/third_party/musl/src/unistd/ |
H A D | ftruncate.c | 4 int ftruncate(int fd, off_t length) in ftruncate() function
|
/third_party/NuttX/fs/vfs/ |
H A D | fs_truncate.c | 121 int ftruncate(int fd, off_t length) in ftruncate() function
|
/third_party/rust/crates/rustix/src/fs/ |
H A D | fd.rs | 336 pub fn ftruncate<Fd: AsFd>(fd: Fd, length: u64) -> io::Result<()> { in ftruncate() functions
|
/third_party/node/test/parallel/ |
H A D | test-trace-events-fs-async.js | 107 function ftruncate() { function
|
/third_party/ntfs-3g/include/fuse-lite/ |
H A D | fuse.h | 355 int (*ftruncate) (const char *, off_t, struct fuse_file_info *); member
|
/third_party/node/lib/ |
H A D | fs.js | 1106 function ftruncate(fd, len = 0, callback) { function
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsundelete.c | 102 #define ftruncate(fd, size) ntfs_win32_ftruncate(fd, size) macro
|
H A D | ntfsclone.c | 123 #define ftruncate(fd, size) ntfs_device_win32_ftruncate(dev_out, size) macro
|
/third_party/rust/crates/nix/src/ |
H A D | unistd.rs | 1212 pub fn ftruncate(fd: RawFd, len: off_t) -> Result<()> { in ftruncate() functions
|
/third_party/rust/crates/libc/src/ |
H A D | wasi.rs | 667 pub fn ftruncate(fd: ::c_int, length: off_t) -> ::c_int; in ftruncate() functions
|
/third_party/rust/crates/libc/src/unix/ |
H A D | mod.rs | 1045 pub fn ftruncate(fd: ::c_int, length: off_t) -> ::c_int; in ftruncate() functions
|
/third_party/rust/crates/libc/src/vxworks/ |
H A D | mod.rs | 1362 pub fn ftruncate(fd: ::c_int, length: off_t) -> ::c_int; in ftruncate() functions
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 3673 pub fn ftruncate(fd: ::c_int, length: off_t) -> ::c_int; in ftruncate() functions
|
Completed in 35 milliseconds