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

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
H A Dftruncate.c8 int ftruncate(int fd, off_t length) { function
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dfuse.h220 // Called by ftruncate()
221 int (*ftruncate)(const char* path, off_t, struct fuse_file_info*); member in struct:fuse_operations
H A Dkernel_proxy.cc606 int KernelProxy::ftruncate(int fd, off_t length) { function in class:nacl_io::KernelProxy
738 int result = ftruncate(fd, len);
/external/bison/darwin-lib/
H A Dunistd.h882 <http://pubs.opengroup.org/onlinepubs/9699919799/functions/ftruncate.html>. */
885 # undef ftruncate
886 # define ftruncate rpl_ftruncate
888 _GL_FUNCDECL_RPL (ftruncate, int, (int fd, off_t length));
889 _GL_CXXALIAS_RPL (ftruncate, int, (int fd, off_t length));
892 _GL_FUNCDECL_SYS (ftruncate, int, (int fd, off_t length));
894 _GL_CXXALIAS_SYS (ftruncate, int, (int fd, off_t length));
896 _GL_CXXALIASWARN (ftruncate);
898 # undef ftruncate macro
900 _GL_WARN_ON_USE (ftruncate, "ftruncat
[all...]
/external/bison/linux-lib/
H A Dunistd.h882 <http://pubs.opengroup.org/onlinepubs/9699919799/functions/ftruncate.html>. */
885 # undef ftruncate
886 # define ftruncate rpl_ftruncate
888 _GL_FUNCDECL_RPL (ftruncate, int, (int fd, off_t length));
889 _GL_CXXALIAS_RPL (ftruncate, int, (int fd, off_t length));
892 _GL_FUNCDECL_SYS (ftruncate, int, (int fd, off_t length));
894 _GL_CXXALIAS_SYS (ftruncate, int, (int fd, off_t length));
896 _GL_CXXALIASWARN (ftruncate);
898 # undef ftruncate macro
900 _GL_WARN_ON_USE (ftruncate, "ftruncat
[all...]
/external/qemu/include/
H A Dqemu-common.h102 #if !defined(ftruncate)
103 # define ftruncate qemu_ftruncate64 macro

Completed in 766 milliseconds