/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/ |
D | ftruncate.c | 8 int ftruncate(int fd, off_t length) { in ftruncate() function
|
/external/bison/lib/ |
D | unistd.in.h | 573 # undef ftruncate 574 # define ftruncate rpl_ftruncate 576 _GL_FUNCDECL_RPL (ftruncate, int, (int fd, off_t length)); 577 _GL_CXXALIAS_RPL (ftruncate, int, (int fd, off_t length)); 580 _GL_FUNCDECL_SYS (ftruncate, int, (int fd, off_t length)); 582 _GL_CXXALIAS_SYS (ftruncate, int, (int fd, off_t length)); 584 _GL_CXXALIASWARN (ftruncate); 586 # undef ftruncate 588 _GL_WARN_ON_USE (ftruncate, "ftruncate is unportable - "
|
/external/elfutils/libelf/ |
D | elf_update.c | 84 && unlikely (ftruncate (elf->fildes, size) != 0)) in write_file() 126 && unlikely (ftruncate (elf->fildes, size) != 0)) in write_file()
|
/external/bison/darwin-lib/ |
D | unistd.h | 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 900 _GL_WARN_ON_USE (ftruncate, "ftruncate is unportable - "
|
/external/bison/linux-lib/ |
D | unistd.h | 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 900 _GL_WARN_ON_USE (ftruncate, "ftruncate is unportable - "
|
/external/libffi/src/ |
D | closures.c | 368 if (ftruncate (execfd, offset + length)) in dlmmap_locked() 383 ftruncate (execfd, offset); in dlmmap_locked() 395 ftruncate (execfd, offset); in dlmmap_locked()
|
/external/openssh/openbsd-compat/ |
D | xmmap.c | 74 if (ftruncate(tmpfd, size) != 0) in xmmap()
|
D | bsd-misc.c | 127 ret = ftruncate(fd, length); in truncate()
|
/external/oprofile/libdb/ |
D | db_manage.c | 77 if (ftruncate(data->fd, new_file_size)) in odb_grow_hashtable() 225 if (ftruncate(data->fd, file_size)) { in odb_open()
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/ |
D | sunos4.h | 149 extern int ftruncate(int, off_t);
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
D | fuse.h | 103 int (*ftruncate)(const char* path, off_t, struct fuse_file_info*); member
|
D | kernel_wrap_newlib.cc | 69 OP(dev_fdio, ftruncate); \ 151 int WRAP(ftruncate)(int fd, off_t length) { in WRAP() argument
|
D | mount_fuse.cc | 301 if (!fuse_ops_->ftruncate) in FTruncate() 304 int result = fuse_ops_->ftruncate(path_.c_str(), length, &info_); in FTruncate()
|
/external/valgrind/main/none/tests/amd64/ |
D | faultstatus.c | 109 ftruncate(fd, FILESIZE); in main()
|
/external/valgrind/main/none/tests/x86/ |
D | faultstatus.c | 127 ftruncate(fd, FILESIZE); in main()
|
/external/e2fsprogs/tests/progs/ |
D | random_exercise.c | 110 ftruncate(fd, size); in truncate_file()
|
/external/valgrind/main/none/tests/ |
D | faultstatus.c | 148 ftruncate(fd, FILESIZE);
|
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/ |
D | kernel_proxy_mock.h | 33 MOCK_METHOD2(ftruncate, int(int, off_t));
|
/external/libpcap/lbl/ |
D | os-sunos4.h | 89 int ftruncate(int, off_t);
|
/external/tcpdump/lbl/ |
D | os-sunos4.h | 89 int ftruncate(int, off_t);
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | sysfault.test | 142 test_syscall install {open ftruncate close read pread pread64 write fallocate} 163 test_syscall errno ftruncate EINTR
|
/external/dhcpcd/ |
D | common.c | 245 if (ftruncate(fd, (off_t)0) == -1) in writepid()
|
/external/chromium/base/ |
D | platform_file_posix.cc | 158 return ((file >= 0) && !HANDLE_EINTR(ftruncate(file, length))); in TruncatePlatformFile()
|
/external/chromium_org/net/base/ |
D | file_stream_context_posix.cc | 138 if (ftruncate(file_, bytes) != 0) { in Truncate()
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
D | memfs_malloc.cc | 176 int ret = ftruncate(hugetlb_fd_, hugetlb_base_ + size + extra); in AllocInternal()
|