HomeSort by: relevance | last modified time | path
    Searched defs:PATH_MAX (Results 1 - 25 of 61) sorted by relevancy

1 2 3

  /src/external/gpl2/groff/dist/src/libs/libgroff/
maxpathname.cpp 52 #ifndef PATH_MAX
54 # define PATH_MAX MAXPATHLEN
57 # define PATH_MAX MAX_PATH
60 # define PATH_MAX _MAX_PATH
62 # define PATH_MAX 255
66 #endif /* !PATH_MAX */
70 return PATH_MAX;
  /src/external/gpl2/xcvs/dist/lib/
chdir-long.h 23 #ifndef PATH_MAX
25 # define PATH_MAX MAXPATHLEN
29 /* On systems without PATH_MAX, presume that chdir accepts
31 #ifndef PATH_MAX
pathmax.h 1 /* Define PATH_MAX somehow. Requires sys/types.h.
31 # if !defined PATH_MAX && defined _PC_PATH_MAX
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
  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
pathmax.h 1 /* Define PATH_MAX somehow. Requires sys/types.h.
29 # if !defined PATH_MAX && defined _PC_PATH_MAX
30 # define PATH_MAX (pathconf ("/", _PC_PATH_MAX) < 1 ? 1024 \
35 # if defined HAVE_SYS_PARAM_H && !defined PATH_MAX && !defined MAXPATHLEN
39 # if !defined PATH_MAX && defined MAXPATHLEN
40 # define PATH_MAX MAXPATHLEN
43 # ifndef PATH_MAX
44 # define PATH_MAX _POSIX_PATH_MAX
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
pathmax.h 1 /* Define PATH_MAX somehow. Requires sys/types.h.
29 # if !defined PATH_MAX && defined _PC_PATH_MAX
30 # define PATH_MAX (pathconf ("/", _PC_PATH_MAX) < 1 ? 1024 \
35 # if defined HAVE_SYS_PARAM_H && !defined PATH_MAX && !defined MAXPATHLEN
39 # if !defined PATH_MAX && defined MAXPATHLEN
40 # define PATH_MAX MAXPATHLEN
43 # ifndef PATH_MAX
44 # define PATH_MAX _POSIX_PATH_MAX
clean-temp.c 57 /* GNU Hurd doesn't have PATH_MAX. */
58 #ifndef PATH_MAX
60 # define PATH_MAX MAXPATHLEN
62 # define PATH_MAX 1024
318 template = (char *) xallocsa (PATH_MAX);
319 if (path_search (template, PATH_MAX, parentdir, prefix, parentdir == NULL))
  /src/external/gpl3/gdb/dist/gnulib/import/
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...]
  /src/external/gpl3/gdb.old/dist/gnulib/import/
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...]
  /src/crypto/external/apache2/openssl/dist/fuzz/
test-corpus.c 25 #if defined(_WIN32) && defined(_MAX_PATH) && !defined(PATH_MAX)
26 #define PATH_MAX _MAX_PATH
29 #ifndef PATH_MAX
30 #define PATH_MAX 4096
80 pathname = malloc(PATH_MAX);
  /src/crypto/external/bsd/openssl/dist/fuzz/
test-corpus.c 25 #if defined(_WIN32) && defined(_MAX_PATH) && !defined(PATH_MAX)
26 # define PATH_MAX _MAX_PATH
29 #ifndef PATH_MAX
30 # define PATH_MAX 4096
79 pathname = malloc(PATH_MAX);
  /src/crypto/external/bsd/openssl.old/dist/fuzz/
test-corpus.c 26 # define PATH_MAX _MAX_PATH
29 #ifndef PATH_MAX
30 # define PATH_MAX 4096
79 pathname = malloc(PATH_MAX);
  /src/external/mpl/bind/dist/lib/isc/include/isc/
dir.h 31 #ifndef PATH_MAX
32 #define PATH_MAX 1024
44 char dirname[PATH_MAX];
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
jemalloc_internal_decls.h 80 # define PATH_MAX 1024
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
jemalloc_internal_decls.h 80 # define PATH_MAX 1024
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
jemalloc_internal_decls.h 81 # define PATH_MAX 1024
  /src/external/bsd/jemalloc/include/jemalloc/internal/
jemalloc_internal_decls.h 81 # define PATH_MAX 1024
  /src/external/mpl/dhcp/bind/include/isc/
platform.h 39 #ifndef PATH_MAX
40 #define PATH_MAX 1024
  /src/sys/sys/
syslimits.h 60 #define PATH_MAX 1024 /* max bytes in pathname */
  /src/external/bsd/ntp/dist/include/
ntp_stdlib.h 26 #ifndef PATH_MAX
27 # define PATH_MAX MAX_PATH
  /src/lib/libresolv/
dst_internal.h 30 #ifndef PATH_MAX
32 # define PATH_MAX POSIX_PATH_MAX
34 # define PATH_MAX 255 /*%< this is the value of POSIX_PATH_MAX */
  /src/crypto/external/bsd/openssl/dist/test/
ossl_store_test.c 16 #ifndef PATH_MAX
18 # define PATH_MAX _MAX_PATH
20 # define PATH_MAX 4096
106 char uri[PATH_MAX];
  /src/external/bsd/libbind/dist/dst/
dst_internal.h 30 #ifndef PATH_MAX
32 # define PATH_MAX POSIX_PATH_MAX
34 # define PATH_MAX 255 /*%< this is the value of POSIX_PATH_MAX */
  /src/external/bsd/libarchive/dist/libarchive/test/
test_sparse_basic.c 87 #if !defined(PATH_MAX)
88 #define PATH_MAX MAX_PATH
586 #if defined(PATH_MAX) && !defined(__GLIBC__)
587 cwd = getcwd(NULL, PATH_MAX);/* Solaris getcwd needs the size. */
675 #if defined(PATH_MAX) && !defined(__GLIBC__)
676 cwd = getcwd(NULL, PATH_MAX);/* Solaris getcwd needs the size. */
  /src/external/bsd/nsd/dist/simdzone/src/
zone.c 45 #ifndef PATH_MAX
46 #define PATH_MAX 4096
135 char buffer[PATH_MAX + 1];
  /src/external/bsd/ntp/dist/sntp/libopts/compat/
compat.h 232 #if !defined (MAXPATHLEN) && defined (PATH_MAX)
233 # define MAXPATHLEN PATH_MAX
234 #endif /* !MAXPATHLEN && PATH_MAX */
237 # define PATH_MAX _MAX_PATH

Completed in 64 milliseconds

1 2 3