Home
last modified time | relevance | path

Searched refs:_POSIX_NAME_MAX (Results 1 – 11 of 11) sorted by relevance

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_unlink/
D10-2.c28 #define COMPONENT_SIZE _POSIX_NAME_MAX
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
D39-2.c28 #define COMPONENT_SIZE _POSIX_NAME_MAX
/third_party/musl/porting/liteos_a/user/include/
Dlimits.h127 #define _POSIX_NAME_MAX 14 macro
/third_party/musl/porting/liteos_m/user/include/
Dlimits.h127 #define _POSIX_NAME_MAX 14 macro
/third_party/musl/porting/uniproton/kernel/include/
Dlimits.h129 #define _POSIX_NAME_MAX 14 macro
/third_party/musl/include/
Dlimits.h136 #define _POSIX_NAME_MAX 14 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dlimits.h129 #define _POSIX_NAME_MAX 14 macro
/third_party/musl/libc-test/src/api/
Dlimits.c31 C(_POSIX_NAME_MAX) in f()
/third_party/musl/porting/liteos_a/kernel/include/
Dlimits.h158 #define _POSIX_NAME_MAX 14 macro
/third_party/toybox/toys/posix/
Dgetconf.c146 CONF(_POSIX_MAX_INPUT), CONF(_POSIX_NAME_MAX), CONF(_POSIX_NGROUPS_MAX),
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs3375 pub const _POSIX_NAME_MAX: ::c_int = 14; constant