Home
last modified time | relevance | path

Searched refs:posix_ftruncate (Results 1 – 18 of 18) sorted by relevance

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp446 bool posix_ftruncate(const FileDescriptor& fd, off_t to_size, error_code& ec) { in posix_ftruncate() function
821 if (detail::posix_ftruncate(to_fd, 0, m_ec)) in __copy_file()
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/src/filesystem/
H A Doperations.cpp446 bool posix_ftruncate(const FileDescriptor& fd, off_t to_size, error_code& ec) { in posix_ftruncate() function
821 if (detail::posix_ftruncate(to_fd, 0, m_ec)) in __copy_file()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/src/filesystem/
H A Doperations.cpp453 bool posix_ftruncate(const FileDescriptor& fd, off_t to_size, error_code& ec) { in posix_ftruncate() function
828 if (detail::posix_ftruncate(to_fd, 0, m_ec)) in __copy_file()
/dports/devel/libc++/libcxx-10.0.1.src/src/filesystem/
H A Doperations.cpp446 bool posix_ftruncate(const FileDescriptor& fd, off_t to_size, error_code& ec) { in posix_ftruncate() function
821 if (detail::posix_ftruncate(to_fd, 0, m_ec)) in __copy_file()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/src/filesystem/
H A Doperations.cpp434 bool posix_ftruncate(const FileDescriptor& fd, off_t to_size, error_code& ec) { in posix_ftruncate() function
796 if (detail::posix_ftruncate(to_fd, 0, m_ec)) in __copy_file()
/dports/devel/emscripten/emscripten-2.0.3/system/lib/libcxx/filesystem/
H A Doperations.cpp446 bool posix_ftruncate(const FileDescriptor& fd, off_t to_size, error_code& ec) { in posix_ftruncate() function
821 if (detail::posix_ftruncate(to_fd, 0, m_ec)) in __copy_file()
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/src/filesystem/
H A Doperations.cpp521 bool posix_ftruncate(const FileDescriptor& fd, off_t to_size, error_code& ec) { in posix_ftruncate() function
893 if (detail::posix_ftruncate(to_fd, 0, m_ec)) in __copy_file()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/src/filesystem/
H A Doperations.cpp521 bool posix_ftruncate(const FileDescriptor& fd, off_t to_size, error_code& ec) { in posix_ftruncate() function
893 if (detail::posix_ftruncate(to_fd, 0, m_ec)) in __copy_file()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/src/filesystem/
H A Doperations.cpp599 bool posix_ftruncate(const FileDescriptor& fd, off_t to_size, error_code& ec) { in posix_ftruncate() function
971 if (detail::posix_ftruncate(to_fd, 0, m_ec)) in __copy_file()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/src/filesystem/
H A Doperations.cpp599 bool posix_ftruncate(const FileDescriptor& fd, off_t to_size, error_code& ec) { in posix_ftruncate() function
971 if (detail::posix_ftruncate(to_fd, 0, m_ec)) in __copy_file()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/src/filesystem/
H A Doperations.cpp599 bool posix_ftruncate(const FileDescriptor& fd, off_t to_size, error_code& ec) { in posix_ftruncate() function
971 if (detail::posix_ftruncate(to_fd, 0, m_ec)) in __copy_file()
/dports/lang/zig/zig-0.9.0/lib/libcxx/src/filesystem/
H A Doperations.cpp599 bool posix_ftruncate(const FileDescriptor& fd, off_t to_size, error_code& ec) { in posix_ftruncate() function
971 if (detail::posix_ftruncate(to_fd, 0, m_ec)) in __copy_file()
/dports/lang/zig-devel/zig-0.9.0/lib/libcxx/src/filesystem/
H A Doperations.cpp599 bool posix_ftruncate(const FileDescriptor& fd, off_t to_size, error_code& ec) { in posix_ftruncate() function
971 if (detail::posix_ftruncate(to_fd, 0, m_ec)) in __copy_file()
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/src/filesystem/
H A Doperations.cpp599 bool posix_ftruncate(const FileDescriptor& fd, off_t to_size, error_code& ec) { in posix_ftruncate() function
971 if (detail::posix_ftruncate(to_fd, 0, m_ec)) in __copy_file()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Efi/
H A Dedk2module.c5233 posix_ftruncate(PyObject *self, PyObject *args) in posix_ftruncate() function
7033 {"ftruncate", posix_ftruncate, METH_VARARGS, posix_ftruncate__doc__},
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dposixmodule.c6886 posix_ftruncate(PyObject *self, PyObject *args) in posix_ftruncate() function
8897 {"ftruncate", posix_ftruncate, METH_VARARGS, posix_ftruncate__doc__},
/dports/lang/python27/Python-2.7.18/Modules/
H A Dposixmodule.c7147 posix_ftruncate(PyObject *self, PyObject *args) in posix_ftruncate() function
9097 {"ftruncate", posix_ftruncate, METH_VARARGS, posix_ftruncate__doc__},
/dports/lang/python-legacy/Python-2.7.18/Modules/
H A Dposixmodule.c7147 posix_ftruncate(PyObject *self, PyObject *args) in posix_ftruncate() function
9097 {"ftruncate", posix_ftruncate, METH_VARARGS, posix_ftruncate__doc__},