Home
last modified time | relevance | path

Searched refs:_PC_PATH_MAX (Results 1 – 15 of 15) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/unistd/
A Dpathconf.c109 case _PC_PATH_MAX: in pathconf()
A Dfpathconf.c162 case _PC_PATH_MAX: in fpathconf()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/
A Dconfname.h35 _PC_PATH_MAX, enumerator
36 #define _PC_PATH_MAX _PC_PATH_MAX macro
/l4re-core-master/uclibc/lib/contrib/uclibc/utils/
A Dgetconf.c65 #ifdef _PC_PATH_MAX
66 { "PATH_MAX", _PC_PATH_MAX, PATHCONF },
68 #ifdef _PC_PATH_MAX
69 { "_POSIX_PATH_MAX", _PC_PATH_MAX, PATHCONF },
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/filesystem/
A Dops.cc647 #ifdef _PC_PATH_MAX in current_path()
648 long path_max = pathconf(".", _PC_PATH_MAX); in current_path()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/filesystem/
A Dops.cc647 #ifdef _PC_PATH_MAX in current_path()
648 long path_max = pathconf(".", _PC_PATH_MAX); in current_path()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/filesystem/
A Dops.cc647 #ifdef _PC_PATH_MAX in current_path()
648 long path_max = pathconf(".", _PC_PATH_MAX); in current_path()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++17/
A Dfs_ops.cc747 #ifdef _PC_PATH_MAX in current_path()
748 long path_max = pathconf(".", _PC_PATH_MAX); in current_path()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++17/
A Dfs_ops.cc747 #ifdef _PC_PATH_MAX in current_path()
748 long path_max = pathconf(".", _PC_PATH_MAX); in current_path()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++17/
A Dfs_ops.cc747 #ifdef _PC_PATH_MAX in current_path()
748 long path_max = pathconf(".", _PC_PATH_MAX); in current_path()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/filesystem/
A Dops.cc643 long path_max = pathconf(".", _PC_PATH_MAX); in current_path()
A Dstd-ops.cc882 long path_max = pathconf(".", _PC_PATH_MAX); in current_path()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/filesystem/
A Dops.cc863 long path_max = pathconf(".", _PC_PATH_MAX); in current_path()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/filesystem/
A Dops.cc883 long path_max = pathconf(".", _PC_PATH_MAX); in current_path()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/filesystem/
A Dops.cc881 long path_max = pathconf(".", _PC_PATH_MAX); in current_path()

Completed in 41 milliseconds