HomeSort by relevance Sort by last modified time
    Searched defs:PATH_MAX (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/curl/lib/
curl_path.h 28 # undef PATH_MAX
29 # define PATH_MAX MAX_PATH
35 #ifndef PATH_MAX
36 #define PATH_MAX 1024 /* just an extra precaution since there are systems that
  /external/ppp/pppd/plugins/radius/
includes.h 35 #ifndef PATH_MAX
36 #define PATH_MAX 1024
  /external/syslinux/com32/modules/
pwd.c 24 #ifndef PATH_MAX
26 # define PATH_MAX NAME_MAX
28 # define PATH_MAX FILENAME_MAX
30 # define PATH_MAX 256
32 #endif /* PATH_MAX */
37 char pwd[PATH_MAX], *pwdptr;
39 pwdptr = getcwd(pwd, PATH_MAX);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
osdefs.h 42 #ifndef PATH_MAX
43 #define PATH_MAX MAXPATHLEN
48 #if defined(PATH_MAX) && PATH_MAX > 1024
49 #define MAXPATHLEN PATH_MAX
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
osdefs.h 55 # ifndef PATH_MAX
56 # define PATH_MAX MAXPATHLEN
61 #if defined(PATH_MAX) && PATH_MAX > 1024
62 #define MAXPATHLEN PATH_MAX
  /external/libxml2/
testModule.c 26 #define PATH_MAX _MAX_PATH
33 #ifndef PATH_MAX
35 #define PATH_MAX _POSIX_PATH_MAX
37 #define PATH_MAX 4096
44 xmlChar filename[PATH_MAX];
  /external/ltp/include/old/
usctest.h 38 * Ensure that PATH_MAX is defined
40 #ifndef PATH_MAX
42 #define PATH_MAX MAXPATHLEN
44 #define PATH_MAX 1024
  /external/python/cpython2/Include/
osdefs.h 42 #ifndef PATH_MAX
43 #define PATH_MAX MAXPATHLEN
48 #if defined(PATH_MAX) && PATH_MAX > 1024
49 #define MAXPATHLEN PATH_MAX
  /external/python/cpython3/Include/
osdefs.h 26 #ifndef PATH_MAX
27 #define PATH_MAX MAXPATHLEN
32 #if defined(PATH_MAX) && PATH_MAX > 1024
33 #define MAXPATHLEN PATH_MAX
  /prebuilts/gdb/darwin-x86/include/python2.7/
osdefs.h 44 #ifndef PATH_MAX
45 #define PATH_MAX MAXPATHLEN
50 #if defined(PATH_MAX) && PATH_MAX > 1024
51 #define MAXPATHLEN PATH_MAX
  /prebuilts/gdb/linux-x86/include/python2.7/
osdefs.h 44 #ifndef PATH_MAX
45 #define PATH_MAX MAXPATHLEN
50 #if defined(PATH_MAX) && PATH_MAX > 1024
51 #define MAXPATHLEN PATH_MAX
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
osdefs.h 44 #ifndef PATH_MAX
45 #define PATH_MAX MAXPATHLEN
50 #if defined(PATH_MAX) && PATH_MAX > 1024
51 #define MAXPATHLEN PATH_MAX
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
osdefs.h 44 #ifndef PATH_MAX
45 #define PATH_MAX MAXPATHLEN
50 #if defined(PATH_MAX) && PATH_MAX > 1024
51 #define MAXPATHLEN PATH_MAX
  /external/jemalloc/include/jemalloc/internal/
jemalloc_internal_decls.h 54 # define PATH_MAX 1024
  /external/ltp/lib/tests/
tst_tmpdir_test.c 38 #ifndef PATH_MAX
40 #define PATH_MAX MAXPATHLEN
42 #define PATH_MAX 1024
52 char *start_dir = getcwd(NULL, PATH_MAX);
59 changed_dir = getcwd(NULL, PATH_MAX);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_unlink/
5-1.c 20 * name length is greater than PATH_MAX or a component length is greater than
24 * -> If PATH_MAX is positive,
25 * -> create a semaphore with a name bigger than PATH_MAX.
95 long PATH_MAX, NAME_MAX;
101 /* Get PATH_MAX value */
102 PATH_MAX = pathconf("/", _PC_PATH_MAX);
105 output("PATH_MAX: %ld\n", PATH_MAX);
108 if (PATH_MAX > 0) {
109 /* create a semaphore with a name longer than PATH_MAX */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xosdefs.h 91 # ifndef PATH_MAX
92 # define PATH_MAX 4096
100 # ifndef PATH_MAX
101 # define PATH_MAX 1024
Xos.h 136 # define PATH_MAX 4096
  /bionic/libc/kernel/uapi/linux/
limits.h 28 #define PATH_MAX 4096
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
syslimits.h 58 #define PATH_MAX 1024 ///< Maximum bytes in pathname.
  /external/iproute2/include/uapi/linux/
limits.h 13 #define PATH_MAX 4096 /* # chars in a path name including nul */
  /external/kernel-headers/original/uapi/linux/
limits.h 13 #define PATH_MAX 4096 /* # chars in a path name including nul */
  /external/ltp/lib/
tst_resource.c 29 #ifndef PATH_MAX
31 #define PATH_MAX MAXPATHLEN
33 #define PATH_MAX 1024
38 static char dataroot[PATH_MAX];
44 char curdir[PATH_MAX];
52 ret = snprintf(dataroot, PATH_MAX, "%s/testcases/data/%s",
57 if (getcwd(curdir, PATH_MAX) == NULL) {
64 ret = snprintf(dataroot, PATH_MAX, "%s/datafiles", startdir);
67 if (ret < 0 || ret >= PATH_MAX)
  /external/ltp/testcases/network/tcp_cmds/include/
netdefs.h 62 #ifndef PATH_MAX
63 #define PATH_MAX 4096
  /external/mesa3d/src/gallium/auxiliary/pipe-loader/
pipe_loader.c 37 #define PATH_MAX _MAX_PATH
88 char path[PATH_MAX];

Completed in 746 milliseconds

1 2 3 4