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

1 2 3 4

  /external/ppp/pppd/plugins/radius/
includes.h 35 #ifndef PATH_MAX
36 #define PATH_MAX 1024
  /external/bison/lib/
pathmax.h 1 /* Define PATH_MAX somehow. Requires sys/types.h.
21 /* POSIX:2008 defines PATH_MAX to be the maximum number of bytes in a filename,
24 PATH_MAX is not defined on systems which have no limit on filename length,
27 This file does *not* define PATH_MAX always. Programs that use this file
31 #ifdef PATH_MAX
33 #ifndef PATH_MAX
34 # define PATH_MAX 8192
37 #ifndef PATH_MAX
38 # define PATH_MAX pathconf ("/", _PC_PATH_MAX)
51 # if defined HAVE_SYS_PARAM_H && !defined PATH_MAX && !defined MAXPATHLE
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
pathmax.h 3 /* Define PATH_MAX somehow. Requires sys/types.h.
31 # if !defined PATH_MAX && defined _PC_PATH_MAX && defined HAVE_PATHCONF
32 # define PATH_MAX (pathconf ("/", _PC_PATH_MAX) < 1 ? 1024 \
37 # if defined HAVE_SYS_PARAM_H && !defined PATH_MAX && !defined MAXPATHLEN
41 # if !defined PATH_MAX && defined MAXPATHLEN
42 # define PATH_MAX MAXPATHLEN
45 # ifndef PATH_MAX
46 # define PATH_MAX _POSIX_PATH_MAX
  /external/qemu/android/utils/
path.h 37 /* get MAX_PATH, note that PATH_MAX is set to 260 on Windows for
44 # undef PATH_MAX
45 # define PATH_MAX MAX_PATH
48 # define MAX_PATH PATH_MAX
  /bionic/libc/kernel/common/linux/
limits.h 32 #define PATH_MAX 4096
  /development/ndk/platforms/android-3/include/linux/
limits.h 25 #define PATH_MAX 4096
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
UnixStream.cpp 29 /* Not all systems define PATH_MAX, those who don't generally don't
33 #ifndef PATH_MAX
34 #define PATH_MAX 128
53 char tmp[PATH_MAX]; // temp directory
91 char path[PATH_MAX];
128 char path[PATH_MAX];
  /external/kernel-headers/original/linux/
limits.h 14 #define PATH_MAX 4096 /* # chars in a path name including nul */
  /external/open-vcdiff/gflags/src/windows/
port.h 82 #ifndef PATH_MAX
83 #define PATH_MAX 1024
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/
Xosdefs.h 150 #ifndef PATH_MAX
151 #define PATH_MAX 4096
159 # ifndef PATH_MAX
160 # define PATH_MAX 1024
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xosdefs.h 141 #ifndef PATH_MAX
142 #define PATH_MAX 4096
150 # ifndef PATH_MAX
151 # define PATH_MAX 1024
Xwindows.h 71 #if defined(WIN32) && (!defined(PATH_MAX) || PATH_MAX < 1024)
72 #undef PATH_MAX
73 #define PATH_MAX 1024
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
limits.h 12 #define PATH_MAX 4096 /* # chars in a path name including nul */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/X11/
Xosdefs.h 150 #ifndef PATH_MAX
151 #define PATH_MAX 4096
159 # ifndef PATH_MAX
160 # define PATH_MAX 1024
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xosdefs.h 141 #ifndef PATH_MAX
142 #define PATH_MAX 4096
150 # ifndef PATH_MAX
151 # define PATH_MAX 1024
Xwindows.h 71 #if defined(WIN32) && (!defined(PATH_MAX) || PATH_MAX < 1024)
72 #undef PATH_MAX
73 #define PATH_MAX 1024