OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PATH_MAX
(Results
1 - 25
of
558
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
>>
/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
/src/external/gpl2/xcvs/dist/lib/
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
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
/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
...]
chdir-long.h
24
/* On systems without
PATH_MAX
, presume that chdir accepts
26
#ifndef
PATH_MAX
openat-priv.h
39
#if defined
PATH_MAX
40
# define OPENAT_BUFFER_SIZE SAFER_ALLOCA (
PATH_MAX
)
/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
...]
chdir-long.h
24
/* On systems without
PATH_MAX
, presume that chdir accepts
26
#ifndef
PATH_MAX
openat-priv.h
39
#if defined
PATH_MAX
40
# define OPENAT_BUFFER_SIZE SAFER_ALLOCA (
PATH_MAX
)
/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/bsd/mdocml/dist/
test-PATH_MAX.c
2
* POSIX allows
PATH_MAX
to not be defined, see
8
* <limits.h>, overriding an excessive value of
PATH_MAX
from
11
* So far, we encountered no system defining
PATH_MAX
to an
16
*
PATH_MAX
by dynamically allocated buffers. But that is
28
printf("
PATH_MAX
is defined to be %ld\n", (long)
PATH_MAX
);
/src/external/bsd/openldap/dist/include/ac/
param.h
30
# if defined(
PATH_MAX
)
31
# define MAXPATHLEN
PATH_MAX
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
limits.d
89
enum
PATH_MAX
= 1024;
103
enum
PATH_MAX
= 1024;
116
enum
PATH_MAX
= 1024;
129
enum
PATH_MAX
= 4096;
142
enum
PATH_MAX
= 1024;
155
enum
PATH_MAX
= 1024;
168
enum
PATH_MAX
= 1024;
181
enum
PATH_MAX
= 260;
/src/external/mpl/dhcp/bind/include/isc/
platform.h
39
#ifndef
PATH_MAX
40
#define
PATH_MAX
1024
/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/usr.bin/audiocfg/
audiodev.h
47
char path[
PATH_MAX
+1];
48
char ctlpath[
PATH_MAX
+1];
/src/external/cddl/osnet/dist/lib/libuutil/common/
uu_open.c
50
char *fname = uu_zalloc(
PATH_MAX
);
56
(void) snprintf(fname,
PATH_MAX
, "%s/uu%lld", dir,
/src/sys/compat/sys/
uvm.h
57
char se50_path[
PATH_MAX
+1]; /* path name */
72
char se_path[
PATH_MAX
+1]; /* path name */
cpuio.h
39
char fwname[
PATH_MAX
];
/src/crypto/external/cpl/tpm-tools/dist/src/cmds/
tpm_unsealdata.c
40
static char in_filename[
PATH_MAX
] = "", out_filename[
PATH_MAX
] = "";
50
strncpy(in_filename, aArg,
PATH_MAX
);
56
strncpy(out_filename, aArg,
PATH_MAX
);
/src/external/gpl2/lvm2/dist/include/
toolcontext.h
96
char system_dir[
PATH_MAX
];
97
char dev_dir[
PATH_MAX
];
98
char proc_dir[
PATH_MAX
];
99
char sysfs_dir[
PATH_MAX
];
/src/external/gpl2/lvm2/dist/lib/commands/
toolcontext.h
96
char system_dir[
PATH_MAX
];
97
char dev_dir[
PATH_MAX
];
98
char proc_dir[
PATH_MAX
];
99
char sysfs_dir[
PATH_MAX
];
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.multi/
bkpt-multi-exec.c
9
char prog[
PATH_MAX
];
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.multi/
bkpt-multi-exec.c
9
char prog[
PATH_MAX
];
Completed in 23 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>
Indexes created Tue Apr 21 00:23:25 UTC 2026