Home
last modified time | relevance | path

Searched refs:_POSIX_FSYNC (Results 1 – 12 of 12) sorted by relevance

/third_party/musl/libc-test/src/common/
Doptions.h.in15 #if defined _POSIX_FSYNC && _POSIX_FSYNC >= 0
16 POSIX_FSYNC _POSIX_FSYNC
/third_party/musl/ndk_musl_include/
Dunistd.h210 #define _POSIX_FSYNC _POSIX_VERSION macro
/third_party/musl/porting/liteos_m/user/include/
Dunistd.h247 #define _POSIX_FSYNC _POSIX_VERSION macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dunistd.h223 #define _POSIX_FSYNC _POSIX_VERSION macro
/third_party/musl/porting/linux/user/include/
Dunistd.h250 #define _POSIX_FSYNC _POSIX_VERSION macro
/third_party/musl/porting/liteos_a/user/include/
Dunistd.h247 #define _POSIX_FSYNC _POSIX_VERSION macro
/third_party/musl/porting/liteos_m/kernel/include/
Dunistd.h223 #define _POSIX_FSYNC _POSIX_VERSION macro
/third_party/musl/porting/uniproton/kernel/include/
Dunistd.h223 #define _POSIX_FSYNC _POSIX_VERSION macro
/third_party/musl/porting/liteos_a/kernel/include/
Dunistd.h229 #define _POSIX_FSYNC _POSIX_VERSION macro
/third_party/musl/include/
Dunistd.h229 #define _POSIX_FSYNC _POSIX_VERSION macro
/third_party/musl/libc-test/src/api/
Dunistd.c46 A(_POSIX_FSYNC >= 0) in f()
/third_party/rust/crates/nix/src/
Dunistd.rs2268 _POSIX_FSYNC = libc::_SC_FSYNC,