Searched defs:PATH_MAX (Results 1 - 21 of 21) sorted by relevance

/external/ppp/pppd/plugins/radius/
H A Dincludes.h35 #ifndef PATH_MAX
36 #define PATH_MAX 1024 macro
H A Dradiusclient.h369 #ifndef PATH_MAX
370 #define PATH_MAX 1024 macro
/external/qemu/android/utils/
H A Dpath.h37 /* get MAX_PATH, note that PATH_MAX is set to 260 on Windows for
44 # undef PATH_MAX macro
45 # define PATH_MAX MAX_PATH macro
48 # define MAX_PATH PATH_MAX
/external/kernel-headers/original/linux/
H A Dlimits.h14 #define PATH_MAX 4096 /* # chars in a path name including nul */ macro
/external/valgrind/main/coregrind/
H A Dlauncher-linux.c57 #define PATH_MAX 4096 /* POSIX refers to this a lot but I dunno macro
88 static char fullname[PATH_MAX];
240 char launcher_name[PATH_MAX+1];
315 memset(launcher_name, 0, PATH_MAX+1);
316 r = readlink("/proc/self/exe", launcher_name, PATH_MAX);
/external/webkit/Tools/WebKitTestRunner/
H A DTestInvocation.cpp44 #define PATH_MAX _MAX_PATH macro
79 buffer = adoptArrayPtr(new char[prefixLength + PATH_MAX + length + 2]); // 1 for the separator
81 if (!getcwd(buffer.get() + prefixLength, PATH_MAX))
/external/linux-tools-perf/util/
H A Dutil.h116 #ifndef PATH_MAX
117 #define PATH_MAX 4096 macro
/external/netperf/
H A Dnetserver.c171 #ifndef PATH_MAX
172 #define PATH_MAX MAX_PATH macro
174 char FileName[PATH_MAX]; /* for opening the debug log file */
794 #ifndef PATH_MAX
795 #define PATH_MAX MAX_PATH macro
797 char FileName[PATH_MAX]; /* for opening the debug log file */
/external/webkit/Tools/DumpRenderTree/chromium/
H A DImageDiff.cpp49 #define PATH_MAX MAX_PATH macro
376 const size_t bufferSize = PATH_MAX;
/external/grub/stage2/
H A Dfsys_minix.c156 #define PATH_MAX 1024 /* include/linux/limits.h */ macro
308 char linkbuf[PATH_MAX]; /* buffer for following sym-links */
H A Dfsys_ext2fs.c200 #define PATH_MAX 1024 /* include/linux/limits.h */ macro
510 char linkbuf[PATH_MAX]; /* buffer for following symbolic links */
H A Dfsys_reiserfs.c290 #define PATH_MAX 1024 /* include/linux/limits.h */ macro
1002 char linkbuf[PATH_MAX]; /* buffer for following symbolic links */
/external/e2fsprogs/intl/
H A Ddcigettext.c171 PATH_MAX but might cause redefinition warnings when sys/param.h is
181 #if !defined PATH_MAX && defined _PC_PATH_MAX
182 # define PATH_MAX (pathconf ("/", _PC_PATH_MAX) < 1 ? 1024 : pathconf ("/", _PC_PATH_MAX)) macro
186 #if defined HAVE_SYS_PARAM_H && !defined PATH_MAX && !defined MAXPATHLEN
190 #if !defined PATH_MAX && defined MAXPATHLEN
191 # define PATH_MAX MAXPATHLEN macro
194 #ifndef PATH_MAX
195 # define PATH_MAX _POSIX_PATH_MAX macro
536 path_max = (unsigned int) PATH_MAX;
/external/jhead/
H A Djhead.h43 #define PATH_MAX _MAX_PATH macro
74 char FileName [PATH_MAX+1];
/external/libvpx/
H A Dvpxdec.c45 #ifndef PATH_MAX
46 #define PATH_MAX 256 macro
711 char outfile[PATH_MAX];
1051 char out_fn[PATH_MAX];
/external/libxslt/libxslt/
H A Dextensions.c37 #ifndef PATH_MAX
38 #define PATH_MAX _MAX_PATH macro
296 #ifndef PATH_MAX
297 #define PATH_MAX 4096 macro
326 char module_filename[PATH_MAX];
/external/openssh/
H A Ddefines.h91 # ifdef PATH_MAX
92 # define MAXPATHLEN PATH_MAX
93 # else /* PATH_MAX */
99 # endif /* PATH_MAX */
102 #ifndef PATH_MAX
104 # define PATH_MAX _POSIX_PATH_MAX macro
/external/mksh/src/
H A Dsh.h242 #undef PATH_MAX macro
244 #ifndef PATH_MAX
245 #define PATH_MAX 1024 macro
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 260 milliseconds