Searched refs:__ftruncate (Results 1 – 13 of 13) sorted by relevance
/glibc-2.36/misc/ |
D | ftruncate.c | 24 __ftruncate (int fd, off_t length) in __ftruncate() function 30 weak_alias (__ftruncate, ftruncate)
|
D | ftruncate64.c | 31 return __ftruncate (fd, (off_t) length); in __ftruncate64()
|
/glibc-2.36/sysdeps/mach/hurd/ |
D | ftruncate.c | 26 __ftruncate (int fd, __off_t length) in __ftruncate() function 34 weak_alias (__ftruncate, ftruncate)
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | ftruncate.c | 25 __ftruncate (int fd, off_t length) in __ftruncate() function 34 weak_alias (__ftruncate, ftruncate)
|
D | ftruncate64.c | 35 weak_alias (__ftruncate64, __ftruncate)
|
/glibc-2.36/sysdeps/posix/ |
D | truncate.c | 37 ret = __ftruncate (fd, length); in __truncate()
|
D | posix_fallocate.c | 64 int ret = __ftruncate (fd, offset); in posix_fallocate()
|
/glibc-2.36/include/ |
D | unistd.h | 180 extern int __ftruncate (int __fd, __off_t __length) attribute_hidden;
|
/glibc-2.36/sysdeps/unix/ |
D | syscalls.list | 22 ftruncate - ftruncate i:ii __ftruncate ftruncate
|
/glibc-2.36/posix/ |
D | tst-regex.input | 2328 * sysdeps/generic/ftruncate.c: Define function as __ftruncate and 2331 __ftruncate. 3222 * sysdeps/mach/hurd/ftruncate.c (__ftruncate): Rename from old 4747 __ftruncate the strong symbol, and add weak alias. 5811 * login/utmp_file.c: use __ftruncate not ftruncate. 5812 * sysdeps/unix/common/syscalls.list: Add __ftruncate as real name 5814 * posix/unistd.h: Add prototype for __ftruncate.
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.8 | 2328 * sysdeps/generic/ftruncate.c: Define function as __ftruncate and 2331 __ftruncate. 3222 * sysdeps/mach/hurd/ftruncate.c (__ftruncate): Rename from old 4747 __ftruncate the strong symbol, and add weak alias. 5811 * login/utmp_file.c: use __ftruncate not ftruncate. 5812 * sysdeps/unix/common/syscalls.list: Add __ftruncate as real name 5814 * posix/unistd.h: Add prototype for __ftruncate.
|
D | ChangeLog.19 | 33043 (__ftruncate): Likewise.
|
D | ChangeLog.18 | 28283 * sysdeps/mach/hurd/ftruncate.c (__ftruncate): Likewise. 28945 * misc/ftruncate.c (__ftruncate): Likewise.
|