HomeSort by: relevance | last modified time | path
    Searched refs:NAME_MAX (Results 1 - 25 of 68) sorted by relevancy

1 2 3

  /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/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
limits.d 87 enum NAME_MAX = 255;
101 enum NAME_MAX = 255;
114 enum NAME_MAX = 255;
127 enum NAME_MAX = 255;
140 enum NAME_MAX = 511;
153 enum NAME_MAX = 255;
166 enum NAME_MAX = 255;
179 enum NAME_MAX = 256;
  /src/external/mpl/dhcp/bind/include/isc/
platform.h 35 #ifndef NAME_MAX
36 #define NAME_MAX 256
  /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/sys/sys/
memfd.h 35 #include <sys/syslimits.h> /* for NAME_MAX */
39 char mfd_name[NAME_MAX+1];
syslimits.h 53 #define NAME_MAX 511 /* max bytes in a file name, must be */
  /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
platform.h.in 35 #ifndef NAME_MAX
36 #define NAME_MAX 256
  /src/external/gpl3/gdb/dist/readline/readline/examples/rlfe/
config.h.in 275 * characters, you may need to enforce that by setting NAME_MAX to 14
277 #undef NAME_MAX /* KEEP_UNDEF_HERE override system value */
278 #undef NAME_MAX
  /src/external/mpl/dhcp/bind/dist/lib/isc/unix/include/isc/
dir.h 31 char name[NAME_MAX];
  /src/external/gpl3/gdb.old/dist/readline/readline/examples/rlfe/
config.h.in 275 * characters, you may need to enforce that by setting NAME_MAX to 14
277 #undef NAME_MAX /* KEEP_UNDEF_HERE override system value */
278 #undef NAME_MAX
  /src/crypto/external/apache2/openssl/dist/crypto/
LPdir_unix.c 55 * NAME_MAX. However, some operating systems use PATH_MAX instead.
57 * if it doesn't exist, use NAME_MAX.
61 #elif defined(NAME_MAX)
62 #define LP_ENTRY_SIZE NAME_MAX
66 * Of course, there's the possibility that neither PATH_MAX nor NAME_MAX
67 * exist. It's also possible that NAME_MAX exists but is define to a very
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_unix.c 55 * NAME_MAX. However, some operating systems use PATH_MAX instead.
57 * if it doesn't exist, use NAME_MAX.
61 #elif defined(NAME_MAX)
62 # define LP_ENTRY_SIZE NAME_MAX
66 * Of course, there's the possibility that neither PATH_MAX nor NAME_MAX
67 * exist. It's also possible that NAME_MAX exists but is define to a very
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_unix.c 55 * NAME_MAX. However, some operating systems use PATH_MAX instead.
57 * if it doesn't exist, use NAME_MAX.
61 #elif defined(NAME_MAX)
62 # define LP_ENTRY_SIZE NAME_MAX
66 * Of course, there's the possibility that neither PATH_MAX nor NAME_MAX
67 * exist. It's also possible that NAME_MAX exists but is define to a very
LPdir_win.c 58 #ifndef NAME_MAX
59 # define NAME_MAX 255
71 char entry_name[NAME_MAX + 1];
  /src/sys/stand/
ls.c 99 if (((DP *)dp)->d_namlen > NAME_MAX + 1) {
  /src/lib/libc/gen/
extattr.c 134 char aname[NAME_MAX + 1];
204 char aname[NAME_MAX + 1];
274 char aname[NAME_MAX + 1];
  /src/sbin/dump/
dump.h 271 #ifndef NAME_MAX
272 #define NAME_MAX 511
281 char dd_name[NAME_MAX+3];
  /src/usr.bin/pathchk/
pathchk.c 107 namemax = NAME_MAX;
  /src/usr.sbin/lpr/lpd/
recvjob.c 71 static char dfname[NAME_MAX]; /* data files */
74 static char tfname[NAME_MAX]; /* tmp copy of cf before linking */
  /src/tests/kernel/
t_memfd_create.c 45 char name_buf[NAME_MAX];
83 "Checks memfd_create fails for names longer than NAME_MAX-6");
90 name_buf[NAME_MAX-6] = '\0';
96 name_buf[NAME_MAX-7] = '\0';
  /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

Completed in 27 milliseconds

1 2 3