Home
last modified time | relevance | path

Searched defs:path_max (Results 1 – 9 of 9) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
D39-2.c32 int fd, i, path_max; in main() local
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_unlink/
D10-2.c32 int result, i, path_max; in main() local
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_solaris.cpp127 unsigned path_max = PATH_MAX; variable
Dsanitizer_platform_limits_freebsd.cpp171 unsigned path_max = PATH_MAX; variable
Dsanitizer_platform_limits_posix.cpp393 unsigned path_max = PATH_MAX; variable
Dsanitizer_platform_limits_netbsd.cpp670 unsigned path_max = PATH_MAX; variable
/external/rust/crates/nix/test/
Dtest_unistd.rs593 let path_max = fpathconf(f.as_raw_fd(), PathconfVar::PATH_MAX); in test_fpathconf_limited() localVariable
600 let path_max = pathconf("/", PathconfVar::PATH_MAX); in test_pathconf_limited() localVariable
/external/e2fsprogs/intl/
Ddcigettext.c533 size_t path_max; in DCIGETTEXT() local
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc394 unsigned path_max = PATH_MAX; variable