Home
last modified time | relevance | path

Searched refs:SYS_ftruncate (Results 1 – 5 of 5) sorted by relevance

/third_party/musl/src/unistd/
Dftruncate.c6 return syscall(SYS_ftruncate, fd, __SYSCALL_LL_O(length)); in ftruncate()
/third_party/musl/src/internal/
Dsyscall.h127 #undef SYS_ftruncate
129 #define SYS_ftruncate SYS_ftruncate64 macro
/third_party/musl/porting/liteos_m/user/src/internal/
Dsyscall.h127 #undef SYS_ftruncate
129 #define SYS_ftruncate SYS_ftruncate64 macro
/third_party/musl/porting/linux/user/src/internal/
Dsyscall.h127 #undef SYS_ftruncate
129 #define SYS_ftruncate SYS_ftruncate64 macro
/third_party/musl/porting/liteos_m/user/include/bits/
Dsyscall.h490 #define SYS_ftruncate 93 macro