Symbol: MAXNAMLEN
crypto/openssh/openbsd-compat/getcwd.c
136
if (bup + 3 + MAXNAMLEN + 1 >= eup) {
lib/libc/gen/ttyname.c
50
static char ttyname_buf[sizeof(_PATH_DEV) + MAXNAMLEN];
lib/libc/tests/secure/fortify_poll_test.c
55
char target[MAXNAMLEN];
lib/libc/tests/secure/fortify_random_test.c
55
char target[MAXNAMLEN];
lib/libc/tests/secure/fortify_select_test.c
55
char target[MAXNAMLEN];
lib/libc/tests/secure/fortify_signal_test.c
55
char target[MAXNAMLEN];
lib/libc/tests/secure/fortify_socket_test.c
55
char target[MAXNAMLEN];
lib/libc/tests/secure/fortify_stdio_test.c
55
char target[MAXNAMLEN];
lib/libc/tests/secure/fortify_stdlib_test.c
55
char target[MAXNAMLEN];
lib/libc/tests/secure/fortify_string_test.c
55
char target[MAXNAMLEN];
lib/libc/tests/secure/fortify_strings_test.c
55
char target[MAXNAMLEN];
lib/libc/tests/secure/fortify_uio_test.c
55
char target[MAXNAMLEN];
lib/libc/tests/secure/fortify_unistd_test.c
55
char target[MAXNAMLEN];
lib/libc/tests/secure/fortify_wchar_test.c
55
char target[MAXNAMLEN];
lib/libutil/uucplock.c
128
char lckname[sizeof(_PATH_UUCPLOCK) + MAXNAMLEN];
lib/libutil/uucplock.c
148
char tbuf[sizeof(_PATH_UUCPLOCK) + MAXNAMLEN];
lib/libutil/uucplock.c
66
char lckname[sizeof(_PATH_UUCPLOCK) + MAXNAMLEN],
lib/libutil/uucplock.c
67
lcktmpname[sizeof(_PATH_UUCPLOCK) + MAXNAMLEN];
stand/libsa/cd9660.c
622
reclen = sizeof(struct dirent) - (MAXNAMLEN+1) + namelen + 1;
sys/compat/linux/linux_stats.c
368
linux_statfs->f_namelen = MAXNAMLEN;
sys/compat/linux/linux_stats.c
407
linux_statfs->f_namelen = MAXNAMLEN;
sys/fs/fuse/fuse_internal.c
640
if (!fudge->namelen || fudge->namelen > MAXNAMLEN) {
sys/fs/fuse/fuse_internal.c
662
MAXNAMLEN - 1,
sys/fs/fuse/fuse_vnops.c
2082
#define DIRCOOKEDSIZE FUSE_DIRENT_ALIGN(FUSE_NAME_OFFSET + MAXNAMLEN + 1)
sys/fs/msdosfs/msdosfs_conv.c
1040
if (newlen > WIN_MAXLEN || newlen > MAXNAMLEN) {
sys/fs/tmpfs/tmpfs_vfsops.c
486
mp->mnt_stat.f_namemax = MAXNAMLEN;
sys/fs/tmpfs/tmpfs_vnops.c
1231
MPASS(tcnp->cn_namelen <= MAXNAMLEN);
sys/fs/udf/udf_vfsops.c
144
udf_zone_trans = uma_zcreate("UDF translation buffer, zone", MAXNAMLEN *
sys/fs/udf/udf_vnops.c
535
size_t destleft = MAXNAMLEN;
sys/fs/udf/udf_vnops.c
562
destlen = MAXNAMLEN - (int)destleft;
sys/kern/vfs_export.c
580
nfs_pub.np_index = malloc(MAXNAMLEN + 1, M_TEMP,
sys/kern/vfs_export.c
583
MAXNAMLEN, (size_t *)0);
sys/kern/vfs_lookup.c
854
_Static_assert(MAXNAMLEN == NAME_MAX,
sys/sys/dirent.h
123
#define _GENERIC_MAXDIRSIZ _GENERIC_DIRLEN(MAXNAMLEN)
sys/sys/dirent.h
73
char d_name[MAXNAMLEN + 1]; /* name must be no longer than this */
tests/sys/fs/fusefs/readdir.cc
386
snprintf(it.d_name, MAXNAMLEN, "file.%d", i);
tests/sys/fs/fusefs/readdir.cc
394
snprintf(it.d_name, MAXNAMLEN, "file.%d", i);
tests/sys/fs/fusefs/readdir.cc
402
snprintf(it.d_name, MAXNAMLEN, "file.%d", i);
usr.bin/tip/tip/uucplock.c
118
char tbuf[sizeof(_PATH_LOCKDIRNAME) + MAXNAMLEN];
usr.bin/tip/tip/uucplock.c
57
char tbuf[sizeof(_PATH_LOCKDIRNAME) + MAXNAMLEN];
usr.bin/wall/ttymsg.c
61
char device[MAXNAMLEN] = _PATH_DEV;
usr.sbin/cron/cron/database.c
155
char fname[MAXNAMLEN+1], tabname[MAXNAMLEN+1];
usr.sbin/lpr/common_source/displayq.c
73
static char current[MAXNAMLEN+1]; /* current file being printed */
usr.sbin/lpr/common_source/displayq.c
74
static char file[MAXNAMLEN+1]; /* print file name */
usr.sbin/lpr/common_source/lp.h
188
char job_cfname[MAXNAMLEN+1]; /* control file name */