Home
last modified time | relevance | path

Searched refs:_PC_MAX_INPUT (Results 1 – 13 of 13) sorted by relevance

/third_party/musl/src/conf/
Dfpathconf.c10 [_PC_MAX_INPUT] = _POSIX_MAX_INPUT, in fpathconf()
/third_party/ltp/testcases/kernel/syscalls/fpathconf/
Dfpathconf01.c56 {"_PC_MAX_INPUT", _PC_MAX_INPUT},
/third_party/musl/porting/uniproton/kernel/include/
Dunistd.h256 #define _PC_MAX_INPUT 2 macro
/third_party/musl/porting/liteos_m/user/include/
Dunistd.h284 #define _PC_MAX_INPUT 2 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dunistd.h256 #define _PC_MAX_INPUT 2 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dunistd.h260 #define _PC_MAX_INPUT 2 macro
/third_party/musl/porting/liteos_a/user/include/
Dunistd.h284 #define _PC_MAX_INPUT 2 macro
/third_party/musl/porting/linux/user/include/
Dunistd.h261 #define _PC_MAX_INPUT 2 macro
/third_party/musl/ndk_musl_include/
Dunistd.h247 #define _PC_MAX_INPUT 2 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dunistd.h256 #define _PC_MAX_INPUT 2 macro
/third_party/musl/include/
Dunistd.h260 #define _PC_MAX_INPUT 2 macro
/third_party/musl/libc-test/src/api/
Dunistd.c105 C(_PC_MAX_INPUT) in f()
/third_party/python/Modules/
Dposixmodule.c11484 #ifdef _PC_MAX_INPUT
11485 {"PC_MAX_INPUT", _PC_MAX_INPUT},