Searched refs:ftruncate (Results 1 – 11 of 11) sorted by relevance
/toolchain/binutils/binutils-2.25/gold/ |
D | ftruncate.c | 31 extern int ftruncate (int, off_t); 36 ftruncate (int fd, off_t length) in ftruncate() function 50 ftruncate (int fd, off_t length) in ftruncate() function 93 ftruncate (int fd, off_t length) in ftruncate() function 103 ftruncate (int fd, off_t length) in ftruncate() function
|
D | system.h | 156 extern "C" int ftruncate(int, off_t);
|
D | config.in | 91 /* Define to 1 if you have the `ftruncate' function. */
|
D | Makefile.in | 76 mremap.c pread.c ftruncate.c yyscript.h yyscript.c \
|
D | configure.ac | 531 AC_REPLACE_FUNCS(pread ftruncate ffsll)
|
D | output.cc | 138 if (::ftruncate(o, offset + len) < 0) in gold_fallocate()
|
D | ChangeLog | 2490 * ftruncate.c: Likewise. 13658 * ftruncate.c (ftruncate): Declare before definition. 13816 ftruncate. 13817 * ftruncate.c: New file, from gnulib. 13822 * gold.h (ftruncate): Declare if not HAVE_FTRUNCATE.
|
D | configure | 6833 for ac_func in pread ftruncate ffsll
|
/toolchain/binutils/binutils-2.25/include/gdb/ |
D | callback.h | 94 int (*ftruncate) (host_callback *, int, long); member
|
D | ChangeLog | 179 * callback.h (struct host_callback_struct): New members ftruncate
|
/toolchain/binutils/binutils-2.25/gold/po/ |
D | gold.pot | 2202 msgid "Use fallocate or ftruncate to reserve space."
|