Home
last modified time | relevance | path

Searched refs:ftruncate64 (Results 1 – 25 of 28) sorted by relevance

12

/third_party/musl/src/unistd/
Dftruncate.c9 weak_alias(ftruncate, ftruncate64);
/third_party/NuttX/fs/vfs/
Dfs_truncate64.c135 int ftruncate64(int fd, off64_t length) in ftruncate64() function
/third_party/boost/boost/iostreams/detail/config/
Drtl.hpp57 # define BOOST_IOSTREAMS_FD_TRUNCATE ftruncate64
/third_party/ltp/include/lapi/syscalls/
Dsh.in173 ftruncate64 194
Dpowerpc64.in195 ftruncate64 194
Dpowerpc.in195 ftruncate64 194
Ds390.in174 ftruncate64 194
Di386.in195 ftruncate64 194
Dsparc.in84 ftruncate64 84
Dmips_o32.in213 ftruncate64 4212
Darm.in154 ftruncate64 (__NR_SYSCALL_BASE+194)
/third_party/musl/porting/uniproton/kernel/include/
Dunistd.h196 #define ftruncate64 ftruncate macro
/third_party/musl/porting/liteos_m/user/include/
Dunistd.h224 #define ftruncate64 ftruncate macro
/third_party/musl/porting/liteos_m/kernel/include/
Dunistd.h196 #define ftruncate64 ftruncate macro
/third_party/musl/porting/liteos_a/kernel/include/
Dunistd.h199 int ftruncate64(int, off64_t);
/third_party/musl/ndk_musl_include/
Dunistd.h187 #define ftruncate64 ftruncate macro
/third_party/musl/include/
Dunistd.h200 #define ftruncate64 ftruncate macro
/third_party/musl/porting/liteos_a/user/include/
Dunistd.h224 #define ftruncate64 ftruncate macro
/third_party/musl/porting/linux/user/include/
Dunistd.h201 #define ftruncate64 ftruncate macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dunistd.h196 #define ftruncate64 ftruncate macro
/third_party/e2fsprogs/resize/
Dmain.c670 retval = ftruncate64(fd, new_file_size); in main()
/third_party/e2fsprogs/lib/
Dconfig.h.in115 /* Define to 1 if you have the `ftruncate64' function. */
/third_party/musl/
Dlibc.map.txt744 ftruncate64;
/third_party/e2fsprogs/misc/
De2image.c751 if (ftruncate64(fd, offset) < 0) { in output_meta_data_blocks()
/third_party/e2fsprogs/
Dconfigure.ac1199 ftruncate64

12