/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/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/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/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/valgrind/main/none/tests/x86/ |
D | faultstatus.c | 127 ftruncate(fd, FILESIZE); in main()
|
/external/valgrind/main/none/tests/amd64/ |
D | faultstatus.c | 109 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/tcpdump/lbl/ |
D | os-sunos4.h | 89 int ftruncate(int, off_t);
|
/external/libpcap/lbl/ |
D | os-sunos4.h | 89 int ftruncate(int, off_t);
|
/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()
|
D | shared_memory_posix.cc | 145 if (HANDLE_EINTR(ftruncate(fileno(fp), size)) != 0) in CreateNamed()
|
/external/webkit/Source/WebKit2/Platform/unix/ |
D | SharedMemoryUnix.cpp | 131 while (ftruncate(fileDescriptor, size) == -1) { in create()
|
/external/chromium/chrome/browser/chromeos/ |
D | external_metrics.cc | 206 result = ftruncate(fd, 0); in CollectEvents()
|
/external/webkit/Source/WebCore/platform/posix/ |
D | FileSystemPOSIX.cpp | 117 return !ftruncate(handle, offset); in truncateFile()
|
/external/iproute2/misc/ |
D | nstat.c | 571 ftruncate(fileno(hist_fp), 0); in main() 615 ftruncate(fileno(hist_fp), 0); in main()
|
/external/stressapptest/ |
D | configure.ac | 135 AC_CHECK_FUNCS([ftruncate gettimeofday memset munmap select socket strtol strtoull])
|
/external/qemu/block/ |
D | cow.c | 274 ret = ftruncate(cow_fd, sizeof(cow_header) + ((image_sectors + 7) >> 3)); in cow_create()
|
/external/chromium/net/disk_cache/ |
D | file_posix.cc | 259 return 0 == ftruncate(platform_file_, length); in SetLength()
|
/external/protobuf/ |
D | config.h.in | 24 /* Define to 1 if you have the `ftruncate' function. */
|