Home
last modified time | relevance | path

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

/third_party/ltp/testcases/realtime/func/pi-tests/
Dtestpi-0.c79 n = confstr(_CS_GNU_LIBC_VERSION, NULL, (size_t) 0); in main()
83 confstr(_CS_GNU_LIBC_VERSION, pathbuf, n); in main()
/third_party/ltp/testcases/kernel/syscalls/confstr/
Dconfstr01.c67 {_CS_GNU_LIBC_VERSION, "GNU_LIBC_VERSION"},
/third_party/musl/ndk_musl_include/
Dunistd.h412 #define _CS_GNU_LIBC_VERSION 2 macro
/third_party/musl/porting/liteos_m/user/include/
Dunistd.h449 #define _CS_GNU_LIBC_VERSION 2 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dunistd.h425 #define _CS_GNU_LIBC_VERSION 2 macro
/third_party/musl/porting/linux/user/include/
Dunistd.h452 #define _CS_GNU_LIBC_VERSION 2 macro
/third_party/musl/porting/liteos_a/user/include/
Dunistd.h449 #define _CS_GNU_LIBC_VERSION 2 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dunistd.h425 #define _CS_GNU_LIBC_VERSION 2 macro
/third_party/musl/porting/uniproton/kernel/include/
Dunistd.h425 #define _CS_GNU_LIBC_VERSION 2 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dunistd.h431 #define _CS_GNU_LIBC_VERSION 2 macro
/third_party/musl/include/
Dunistd.h431 #define _CS_GNU_LIBC_VERSION 2 macro
/third_party/python/Modules/
Dposixmodule.c11628 #ifdef _CS_GNU_LIBC_VERSION
11629 {"CS_GNU_LIBC_VERSION", _CS_GNU_LIBC_VERSION},