Home
last modified time | relevance | path

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

/third_party/musl/src/unistd/
Dtruncate.c6 return syscall(SYS_truncate, path, __SYSCALL_LL_O(length)); in truncate()
/third_party/musl/src/internal/
Dsyscall.h128 #undef SYS_truncate
130 #define SYS_truncate SYS_truncate64 macro
/third_party/musl/porting/liteos_m/user/src/internal/
Dsyscall.h128 #undef SYS_truncate
130 #define SYS_truncate SYS_truncate64 macro
/third_party/musl/porting/linux/user/src/internal/
Dsyscall.h128 #undef SYS_truncate
130 #define SYS_truncate SYS_truncate64 macro
/third_party/musl/porting/liteos_m/user/include/bits/
Dsyscall.h489 #define SYS_truncate 92 macro