Home
last modified time | relevance | path

Searched refs:truncate64 (Results 1 - 11 of 11) sorted by relevance

/third_party/musl/src/unistd/
H A Dtruncate.c9 weak_alias(truncate, truncate64);
/third_party/musl/porting/liteos_a/user/include/
H A Dunistd.h223 #define truncate64 truncate macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dunistd.h199 #define truncate64 truncate macro
/third_party/musl/porting/linux/user/include/
H A Dunistd.h226 #define truncate64 truncate macro
/third_party/musl/porting/liteos_m/user/include/
H A Dunistd.h223 #define truncate64 truncate macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dunistd.h199 #define truncate64 truncate macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dunistd.h204 int truncate64(const char *, off64_t);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dunistd.h199 #define truncate64 truncate macro
/third_party/musl/include/
H A Dunistd.h265 #define truncate64 truncate macro
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1734 pub fn truncate64(path: *const c_char, length: off64_t) -> ::c_int; in truncate64() functions
/third_party/ltp/testcases/kernel/fs/fsstress/
H A Dfsstress.c1333 rval = truncate64(name->path, length); in truncate64_path()

Completed in 18 milliseconds