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

12

/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/bison/lib/
H A Dpathmax.h1 /* 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
56 # define PATH_MAX macro
64 # undef PATH_MAX macro
65 # define PATH_MAX macro
79 # undef PATH_MAX macro
80 # define PATH_MAX macro
[all...]
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
H A Dsunos4.h49 #define PATH_MAX _POSIX_PATH_MAX macro
/external/linux-tools-perf/perf-3.12.0/tools/lib/lk/
H A Ddebugfs.h11 #ifndef PATH_MAX
12 #define PATH_MAX 4096 macro
/external/qemu/android/utils/
H A Dpath.h40 /* get MAX_PATH, note that PATH_MAX is set to 260 on Windows for
47 # undef PATH_MAX macro
48 # define PATH_MAX MAX_PATH macro
51 # define MAX_PATH PATH_MAX
/external/chromium_org/third_party/libxml/src/
H A DtestModule.c26 #define PATH_MAX _MAX_PATH macro
33 #ifndef PATH_MAX
35 #define PATH_MAX _POSIX_PATH_MAX macro
37 #define PATH_MAX 4096 macro
44 xmlChar filename[PATH_MAX];
/external/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_decls.h50 # define PATH_MAX 1024 macro
/external/kernel-headers/original/uapi/linux/
H A Dlimits.h12 #define PATH_MAX 4096 /* # chars in a path name including nul */ macro
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dtools_common.h54 #ifndef PATH_MAX
55 #define PATH_MAX 512 macro
/external/e2fsprogs/util/
H A Dsymlinks.c28 #ifndef PATH_MAX
29 #define PATH_MAX 1024 macro
119 static char dir[PATH_MAX];
164 static char lpath[PATH_MAX], new[PATH_MAX], abspath[PATH_MAX];
321 static char path[PATH_MAX+2];
324 static char path[PATH_MAX+2], cwd[PATH_MAX+2];
338 if (NULL == getcwd(cwd,PATH_MAX)) {
[all...]
/external/libvpx/libvpx/
H A Dtools_common.h60 #ifndef PATH_MAX
61 #define PATH_MAX 512 macro
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dutil.h90 #ifndef PATH_MAX
91 #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/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-profiler.cc75 #ifndef PATH_MAX
77 #define PATH_MAX MAXPATHLEN macro
79 #define PATH_MAX 4096 // seems conservative for max filename len! macro
529 char fname[PATH_MAX];
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-profiler.cc76 #ifndef PATH_MAX
78 #define PATH_MAX MAXPATHLEN macro
80 #define PATH_MAX 4096 // seems conservative for max filename len! macro
669 char fname[PATH_MAX];
/external/chromium_org/third_party/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/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dport.h62 #include <limits.h> /* for PATH_MAX */
347 #ifndef PATH_MAX
348 #define PATH_MAX 1024 macro
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dport.h59 #include <limits.h> /* for PATH_MAX */
344 #ifndef PATH_MAX
345 #define PATH_MAX 1024 macro
/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
86 char FileName [PATH_MAX+1];
/external/tcpdump/
H A Dtcpdump.c90 #ifndef PATH_MAX
91 #define PATH_MAX 1024 macro
605 char *filename = malloc(PATH_MAX + 1);
621 strftime(filename, PATH_MAX, orig_name, local_tm);
623 strncpy(filename, orig_name, PATH_MAX);
627 strncpy(buffer, filename, PATH_MAX + 1);
629 if (snprintf(buffer, PATH_MAX + 1, "%s%0*d", filename, max_chars, cnt) > PATH_MAX)
631 error("too many output files or filename is too long (> %d)", PATH_MAX);
677 ret = fgets(ptr, PATH_MAX, VFil
[all...]
/external/mksh/src/
H A Dsh.h312 #undef PATH_MAX macro
314 #ifndef PATH_MAX
315 #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 ...
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...

Completed in 508 milliseconds

12