Home
last modified time | relevance | path

Searched defs:MAXPATHLEN (Results 1 – 17 of 17) sorted by relevance

/external/python/cpython2/Include/
Dosdefs.h14 #define MAXPATHLEN 260 macro
28 #define MAXPATHLEN 256 macro
49 #define MAXPATHLEN PATH_MAX macro
/external/python/cpython3/Include/
Dosdefs.h13 #define MAXPATHLEN 256 macro
37 #define MAXPATHLEN PATH_MAX macro
/external/python/cpython2/Python/
Dgetcwd.c18 #define MAXPATHLEN PATH_MAX macro
20 #define MAXPATHLEN 1024 macro
/external/mtools/
Dsysincludes.h589 # define MAXPATHLEN PATH_MAX macro
591 # define MAXPATHLEN 1024 macro
Dmtools.h24 #define MAXPATHLEN 1024 macro
/external/oj-libjdwp/src/solaris/back/
Dutil_md.h49 #define MAXPATHLEN PATH_MAX macro
/external/musl/include/sys/
Dparam.h7 #define MAXPATHLEN 4096 macro
/external/python/cpython2/Lib/plat-os2emx/
DIN.py7 MAXPATHLEN = 260 variable
/external/OpenCL-CTS/test_common/harness/
Dcompat.h299 #define MAXPATHLEN _MAX_PATH macro
/external/libxml2/os400/dlfcn/
Ddlfcn.c42 #define MAXPATHLEN 5120 macro
/external/OpenCL-CTS/test_conformance/contractions/
Dcontractions.cpp65 #define MAXPATHLEN 2048 macro
/external/rust/crates/libc/src/unix/bsd/
Dmod.rs256 pub const MAXPATHLEN: ::c_int = PATH_MAX; constant
/external/python/cpython2/Lib/plat-irix6/
DFILE.py432 MAXPATHLEN = 1024 variable
/external/python/cpython2/Modules/
Dposixmodule.c291 #define MAXPATHLEN PATH_MAX macro
293 #define MAXPATHLEN 1024 macro
/external/python/cpython3/Modules/
Dposixmodule.c445 # define MAXPATHLEN PATH_MAX macro
447 # define MAXPATHLEN 1024 macro
/external/python/cpython2/Lib/plat-sunos5/
DIN.py108 MAXPATHLEN = 1024 variable
DSTROPTS.py105 MAXPATHLEN = 1024 variable