OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NAME_MAX
(Results
1 - 16
of
16
) sorted by relevancy
/src/external/gpl2/groff/dist/src/libs/libgroff/
maxfilename.cpp
50
#ifndef
NAME_MAX
52
#define
NAME_MAX
MAXNAMLEN
55
#define
NAME_MAX
MAXNAMELEN
57
#define
NAME_MAX
14
60
#endif /* !
NAME_MAX
*/
64
return
NAME_MAX
;
/src/external/gpl2/gmake/dist/w32/include/
dirent.h
31
#ifndef
NAME_MAX
32
#define
NAME_MAX
255
41
char d_name[
NAME_MAX
+1];
48
char dir_pDirectoryName[
NAME_MAX
+1];
/src/external/mpl/bind/dist/lib/isc/include/isc/
dir.h
27
#ifndef
NAME_MAX
28
#define
NAME_MAX
256
37
char name[
NAME_MAX
];
/src/crypto/external/apache2/openssl/dist/crypto/
LPdir_win.c
58
#ifndef
NAME_MAX
59
#define
NAME_MAX
255
71
char entry_name[
NAME_MAX
+ 1];
/src/crypto/external/bsd/openssl/dist/crypto/
LPdir_win.c
58
#ifndef
NAME_MAX
59
# define
NAME_MAX
255
71
char entry_name[
NAME_MAX
+ 1];
/src/crypto/external/bsd/openssl.old/dist/crypto/
LPdir_win.c
58
#ifndef
NAME_MAX
59
# define
NAME_MAX
255
71
char entry_name[
NAME_MAX
+ 1];
/src/external/mpl/dhcp/bind/include/isc/
platform.h
35
#ifndef
NAME_MAX
36
#define
NAME_MAX
256
/src/sys/sys/
syslimits.h
53
#define
NAME_MAX
511 /* max bytes in a file name, must be */
/src/sbin/dump/
dump.h
271
#ifndef
NAME_MAX
272
#define
NAME_MAX
511
281
char dd_name[
NAME_MAX
+3];
/src/crypto/external/bsd/openssl.old/dist/apps/
rehash.c
49
# ifndef
NAME_MAX
50
# define
NAME_MAX
255
348
buflen +=
NAME_MAX
+ 1 + 1;
/src/external/gpl2/mkhybrid/dist/
mkisofs.h
532
#ifndef
NAME_MAX
534
#define
NAME_MAX
FILENAME_MAX
536
#define
NAME_MAX
128
/src/external/gpl2/xcvs/dist/lib/
glob.c
146
/*
NAME_MAX
is usually defined in <dirent.h> or <limits.h>. */
148
#ifndef
NAME_MAX
149
# define
NAME_MAX
(sizeof (((struct dirent *) 0)->d_name))
1159
+
NAME_MAX
+ 1];
/src/tools/compat/
compat_defs.h
1030
#ifndef
NAME_MAX
1032
#define
NAME_MAX
_XOPEN_NAME_MAX
1034
#error "Both
NAME_MAX
and _XOPEN_NAME_MAX are not defined"
/src/external/gpl3/binutils/dist/binutils/
dlltool.c
274
#ifndef
NAME_MAX
275
#define
NAME_MAX
255
4072
if (input && strlen (input) + sizeof ("_snnnnn.o") - 1 <=
NAME_MAX
)
/src/external/gpl3/binutils.old/dist/binutils/
dlltool.c
274
#ifndef
NAME_MAX
275
#define
NAME_MAX
255
4071
if (input && strlen (input) + sizeof ("_snnnnn.o") - 1 <=
NAME_MAX
)
/src/external/public-domain/sqlite/dist/
shell.c
2250
** We need to define "
NAME_MAX
" if it was not present in "limits.h".
2253
#ifndef
NAME_MAX
2255
# define
NAME_MAX
(FILENAME_MAX)
2257
# define
NAME_MAX
(260)
2284
char d_name[
NAME_MAX
+ 1]; /* Name within the directory. */
2419
strncpy(dirp->d_first.d_name, data.name,
NAME_MAX
);
2420
dirp->d_first.d_name[
NAME_MAX
] = '\0';
2452
strncpy(dirp->d_next.d_name, data.name,
NAME_MAX
);
2453
dirp->d_next.d_name[
NAME_MAX
] = '\0';
2476
strncpy(entry->d_name, dirp->d_first.d_name,
NAME_MAX
);
[
all
...]
Completed in 53 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026