Home
last modified time | relevance | path

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

/third_party/musl/src/conf/
Dfpathconf.c27 [_PC_SYMLINK_MAX] = -1, in fpathconf()
/third_party/musl/porting/uniproton/kernel/include/
Dunistd.h273 #define _PC_SYMLINK_MAX 19 macro
/third_party/musl/porting/liteos_m/user/include/
Dunistd.h301 #define _PC_SYMLINK_MAX 19 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dunistd.h273 #define _PC_SYMLINK_MAX 19 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dunistd.h277 #define _PC_SYMLINK_MAX 19 macro
/third_party/musl/porting/liteos_a/user/include/
Dunistd.h301 #define _PC_SYMLINK_MAX 19 macro
/third_party/musl/porting/linux/user/include/
Dunistd.h278 #define _PC_SYMLINK_MAX 19 macro
/third_party/musl/ndk_musl_include/
Dunistd.h264 #define _PC_SYMLINK_MAX 19 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dunistd.h273 #define _PC_SYMLINK_MAX 19 macro
/third_party/musl/include/
Dunistd.h277 #define _PC_SYMLINK_MAX 19 macro
/third_party/musl/libc-test/src/api/
Dunistd.c115 C(_PC_SYMLINK_MAX) in f()
/third_party/python/Modules/
Dposixmodule.c11532 #ifdef _PC_SYMLINK_MAX
11533 {"PC_SYMLINK_MAX", _PC_SYMLINK_MAX},