Searched refs:ftruncate (Results 1 – 10 of 10) sorted by relevance
/posix/ |
A D | tst-truncate-common.c | 61 if (ftruncate (temp_fd, offset + 800) < 0) in do_test_with_offset() 69 if (ftruncate (temp_fd, offset + 1200) < 0) in do_test_with_offset()
|
A D | bug-getopt1.c | 15 if (ftruncate (fileno (stderr), 0) != 0) in one_test()
|
A D | bug-getopt2.c | 13 if (ftruncate (fileno (stderr), 0) != 0) in one_test()
|
A D | bug-getopt5.c | 23 if (ftruncate (fileno (stderr), 0) != 0) in one_test()
|
A D | bug-getopt3.c | 24 if (ftruncate (fileno (stderr), 0) != 0) in one_test()
|
A D | bug-getopt4.c | 22 if (ftruncate (fileno (stderr), 0) != 0) in one_test()
|
A D | tst-getopt-cancel.c | 51 ftruncate (fileno (stderr_trapped), 0); in check_stderr()
|
A D | unistd.h | 1049 extern int ftruncate (int __fd, __off_t __length) __THROW __wur; 1052 extern int __REDIRECT_NTH (ftruncate, (int __fd, __off64_t __length), 1055 # define ftruncate ftruncate64 macro
|
A D | test-errno.c | 122 fails |= test_wrp (EBADF, ftruncate, -1, 0); in do_test()
|
A D | tst-regex.input | 164 * manual/filesys.texi: Document truncate and ftruncate. 2328 * sysdeps/generic/ftruncate.c: Define function as __ftruncate and 2329 make ftruncate a weak alias. 2330 * sysdeps/mach/hurd/ftruncate.c: Really define function as 3222 * sysdeps/mach/hurd/ftruncate.c (__ftruncate): Rename from old 3223 ftruncate function, and create a weak alias to ftruncate. 4746 * sysdeps/unix/sysv/linux/alpha/syscalls.list (ftruncate): Make 5811 * login/utmp_file.c: use __ftruncate not ftruncate. 5813 for system call and make ftruncate weak alias. 10729 fstatfs, statfs, getrlimit, setrlimit, ftruncate and truncate.
|
Completed in 26 milliseconds