Symbol: ENAMETOOLONG
bin/ln/ln.c
264
errno = ENAMETOOLONG;
bin/pax/ftree.c
440
curdir, strerror(ENAMETOOLONG));
bin/rm/rm.c
81
((x) == ENOENT || (x) == ENAMETOOLONG || (x) == ENOTDIR)
bin/sh/error.c
360
#ifdef ENAMETOOLONG
bin/sh/error.c
361
{ ENAMETOOLONG, ALL, "file name too long" },
bin/sh/exec.c
206
case ENAMETOOLONG:
common/lib/libprop/prop_extern.c
593
errno = ENAMETOOLONG;
lib/libc/db/db/dbfile.c
95
errno = ENAMETOOLONG;
lib/libc/gen/fts.c
1150
errno = ENAMETOOLONG;
lib/libc/gen/fts.c
753
errno = ENAMETOOLONG;
lib/libc/gen/fts.c
815
errno = ENAMETOOLONG;
lib/libc/gen/getcwd.c
160
errno = ENAMETOOLONG;
lib/libc/gen/getcwd.c
194
errno = ENAMETOOLONG;
lib/libc/gen/sysctlgetmibinfo.c
493
errno = ENAMETOOLONG;
lib/libc/gen/sysctlgetmibinfo.c
499
errno = ENAMETOOLONG;
lib/libc/nameser/ns_name.c
837
errno = ENAMETOOLONG;
lib/libc/stdio/gettemp.c
101
errno = ENAMETOOLONG;
lib/libc/time/localtime.c
1106
return ENAMETOOLONG;
lib/libc/time/private.h
266
#ifndef ENAMETOOLONG
lib/libc/time/zic.c
4350
if (err == ELOOP || err == ENAMETOOLONG
lib/libcompat/4.3/ruserpass.c
113
warnx("%s/.netrc: %s", hdir, strerror(ENAMETOOLONG));
lib/librt/shm.c
115
errno = ENAMETOOLONG;
lib/librumpuser/rumpuser_errtrans.c
216
#ifdef ENAMETOOLONG
lib/librumpuser/rumpuser_errtrans.c
217
case ENAMETOOLONG : return 63;
lib/librumpuser/sp_common.c
648
return ENAMETOOLONG;
lib/librumpuser/sp_common.c
668
return ENAMETOOLONG;
lib/libutil/efun.c
71
errno = ENAMETOOLONG;
lib/libutil/efun.c
84
errno = ENAMETOOLONG;
lib/libutil/passwd.c
107
errno = ENAMETOOLONG;
lib/libutil/passwd.c
90
errno = ENAMETOOLONG;
lib/libutil/pidlock.c
83
errno = ENAMETOOLONG;
libexec/httpd/bozohttpd.c
1855
case ENAMETOOLONG:
sbin/ifconfig/env.c
141
errno = ENAMETOOLONG;
sbin/ifconfig/env.c
162
errno = ENAMETOOLONG;
sbin/mount_portal/pt_filter.c
138
return ENAMETOOLONG;
sbin/mount_portal/pt_filter.c
185
return ENAMETOOLONG;
sbin/newfs_udf/udf_core.c
1903
error = ENAMETOOLONG;
sbin/newfs_udf/udf_core.c
1927
error = ENAMETOOLONG;
sys/arch/powerpc/booke/copyin.c
353
rv = ENAMETOOLONG;
sys/arch/powerpc/booke/copyout.c
437
rv = ENAMETOOLONG;
sys/arch/powerpc/ibm4xx/copyinstr.c
110
return ENAMETOOLONG;
sys/arch/powerpc/ibm4xx/copyoutstr.c
111
return ENAMETOOLONG;
sys/arch/powerpc/powerpc/trap.c
1130
rv = ENAMETOOLONG;
sys/arch/powerpc/powerpc/trap.c
1169
rv = ENAMETOOLONG;
sys/arch/prep/pnpbus/nvram_pnpbus.c
358
return ENAMETOOLONG;
sys/arch/riscv/riscv/trap.c
214
error = ENAMETOOLONG;
sys/arch/riscv/riscv/trap.c
250
error = ENAMETOOLONG;
sys/arch/sparc/sparc/openprom.c
120
return (ENAMETOOLONG);
sys/arch/xen/xen/privcmd.c
206
return ENAMETOOLONG;
sys/arch/xen/xenbus/xenbus_xs.c
386
err = ENAMETOOLONG;
sys/coda/coda_vnops.c
1616
error = ENAMETOOLONG;
sys/coda/coda_vnops.c
1632
error = ENAMETOOLONG;
sys/coda/coda_vnops.c
1655
if (uiop->uio_resid < initial_resid && error == ENAMETOOLONG)
sys/compat/common/uipc_syscalls_40.c
77
error = ENAMETOOLONG;
sys/compat/linux/common/linux_misc.c
2049
if (error == ENAMETOOLONG)
sys/compat/linux/common/linux_socket.c
1223
error = ENAMETOOLONG;
sys/compat/linux32/common/linux32_socket.c
454
error = ENAMETOOLONG;
sys/dev/ofw/openfirmio.c
113
return (ENAMETOOLONG);
sys/fs/nfs/client/nfs_clrpcops.c
1206
return (ENAMETOOLONG);
sys/fs/nfs/client/nfs_clrpcops.c
1773
return (ENAMETOOLONG);
sys/fs/nfs/client/nfs_clrpcops.c
1917
return (ENAMETOOLONG);
sys/fs/nfs/client/nfs_clrpcops.c
1978
return (ENAMETOOLONG);
sys/fs/nfs/client/nfs_clrpcops.c
2211
return (ENAMETOOLONG);
sys/fs/nfs/client/nfs_clrpcops.c
2292
return (ENAMETOOLONG);
sys/fs/nfs/client/nfs_clrpcops.c
2445
return (ENAMETOOLONG);
sys/fs/nfs/client/nfs_clrpcops.c
2512
return (ENAMETOOLONG);
sys/fs/nfs/client/nfs_clrpcops.c
2575
return (ENAMETOOLONG);
sys/fs/nfs/client/nfs_clrpcops.c
2647
return (ENAMETOOLONG);
sys/fs/nfs/client/nfs_clvfsops.c
1304
error = ENAMETOOLONG;
sys/fs/nfs/server/nfs_nfsdport.c
491
error = ENAMETOOLONG;
sys/fs/udf/udf_vnops.c
1657
error = ENAMETOOLONG;
sys/fs/udf/udf_vnops.c
1681
error = ENAMETOOLONG;
sys/fs/union/union_subr.c
818
return ENAMETOOLONG;
sys/fs/v7fs/v7fs_file_util.c
96
return ENAMETOOLONG;
sys/fs/v7fs/v7fs_vnops.c
1291
return ENAMETOOLONG;
sys/kern/kern_core.c
328
return SET_ERROR(ENAMETOOLONG);
sys/kern/kern_exec.c
1724
if (error == ENAMETOOLONG)
sys/kern/kern_exec.c
705
error = SET_ERROR(ENAMETOOLONG);
sys/kern/kern_prot.c
627
return (error == ENAMETOOLONG ? SET_ERROR(EINVAL) : error);
sys/kern/kern_sysctl.c
2011
error = SET_ERROR(ENAMETOOLONG);
sys/kern/kern_sysctl.c
2033
return SET_ERROR(ENAMETOOLONG);
sys/kern/kern_sysctl.c
2233
return SET_ERROR(ENAMETOOLONG);
sys/kern/kern_sysctl.c
973
if (error != ENAMETOOLONG) {
sys/kern/subr_msan.c
884
if (ret == 0 || ret == ENAMETOOLONG)
sys/kern/sys_lwp.c
683
case ENAMETOOLONG:
sys/kern/tty_conf.c
306
return (ENAMETOOLONG);
sys/kern/uipc_sem.c
460
return SET_ERROR(ENAMETOOLONG);
sys/kern/vfs_lookup.c
2119
return SET_ERROR(ENAMETOOLONG);
sys/kern/vfs_lookup.c
793
return SET_ERROR(ENAMETOOLONG);
sys/kern/vfs_lookup.c
865
return SET_ERROR(ENAMETOOLONG);
sys/lib/libkern/copystr.c
53
return ENAMETOOLONG;
sys/lib/libsa/dosfs.c
495
return ENAMETOOLONG;
sys/lib/libsa/nfs.c
390
return ENAMETOOLONG;
sys/miscfs/procfs/procfs_linux.c
227
int i, error = ENAMETOOLONG;
sys/miscfs/procfs/procfs_linux.c
294
error = ENAMETOOLONG;
sys/miscfs/procfs/procfs_linux.c
366
error = ENAMETOOLONG;
sys/net/if.c
1765
error = ENAMETOOLONG;
sys/net/if.c
3288
return ENAMETOOLONG;
sys/net/if.c
3638
error = ENAMETOOLONG;
sys/net/if_ethersubr.c
1303
return (*cp == '\0') ? 0 : ENAMETOOLONG;
sys/net/if_spppsubr.c
5896
return (ENAMETOOLONG);
sys/net/if_spppsubr.c
5916
return (ENAMETOOLONG);
sys/net/if_spppsubr.c
5955
return (ENAMETOOLONG);
sys/net/if_spppsubr.c
5971
return (ENAMETOOLONG);
sys/net/if_spppsubr.c
5989
return (ENAMETOOLONG);
sys/net/if_spppsubr.c
6005
return (ENAMETOOLONG);
sys/net/npf/npf_tableset.c
485
return ENAMETOOLONG;
sys/nfs/nfs_clntsocket.c
861
error = ENAMETOOLONG;
sys/nfs/nfs_serv.c
2309
error = ENAMETOOLONG;
sys/nfs/nfs_srvsubs.c
133
return (ENAMETOOLONG);
sys/nfs/nfs_vnops.c
1099
error = ENAMETOOLONG;
sys/nfs/nfsm_subs.h
421
error = ENAMETOOLONG; \
sys/rump/include/rump/rumperrno2host.h
268
#ifdef ENAMETOOLONG
sys/rump/include/rump/rumperrno2host.h
270
return ENAMETOOLONG;
sys/rump/librump/rumpkern/rumpcopy.c
113
return ENAMETOOLONG;
sys/rump/librump/rumpkern/rumpcopy.c
140
return ENAMETOOLONG;
tests/fs/vfs/t_vnops.c
595
if (val != 0 && (fd != -1 || errno != ENAMETOOLONG))
tests/fs/vfs/t_vnops.c
665
if (val != 0 && (res != -1 || errno != ENAMETOOLONG))
tests/fs/vfs/t_vnops.c
696
ATF_REQUIRE_ERRNO(ENAMETOOLONG, r);
tests/include/t_errno.c
354
#ifdef ENAMETOOLONG
tests/kernel/t_memfd_create.c
94
ATF_REQUIRE_ERRNO(ENAMETOOLONG, true);
tests/lib/libc/net/t_ether_aton.c
63
{ ZERO, "0:1:2-3:04:05:06", ENAMETOOLONG },
tests/lib/libc/stdio/t_fopen.c
201
ATF_REQUIRE_ERRNO(ENAMETOOLONG, fopen(buf, "r+") == NULL);
tests/lib/libc/sys/t_access.c
195
ATF_REQUIRE(errno == ENAMETOOLONG);
tests/lib/libc/sys/t_chroot.c
124
ATF_REQUIRE_ERRNO(ENAMETOOLONG, chroot(buf) == -1);
tests/lib/libc/sys/t_link.c
127
ATF_REQUIRE_ERRNO(ENAMETOOLONG, link(buf, "xxx") == -1);
tests/lib/libc/sys/t_mkdir.c
77
ATF_REQUIRE_ERRNO(ENAMETOOLONG, mkdir(buf, 0500) == -1);
tests/lib/libc/sys/t_mkfifo.c
140
ATF_REQUIRE_ERRNO(ENAMETOOLONG, mkfifo(buf, 0600) == -1);
tests/lib/libc/sys/t_mknod.c
65
ATF_REQUIRE_ERRNO(ENAMETOOLONG, mknod(buf, S_IFCHR, 0) == -1);
tests/lib/libc/sys/t_revoke.c
114
ATF_REQUIRE_ERRNO(ENAMETOOLONG, revoke(buf) == -1);
tests/lib/libc/sys/t_stat.c
172
ATF_REQUIRE_ERRNO(ENAMETOOLONG, stat(buf, &st) == -1);
tests/lib/libc/sys/t_stat.c
175
ATF_REQUIRE_ERRNO(ENAMETOOLONG, lstat(buf, &st) == -1);
tests/lib/libc/sys/t_unlink.c
91
ATF_REQUIRE_ERRNO(ENAMETOOLONG, unlink(buf) == -1);
tests/modules/t_modctl.c
367
ATF_CHECK(load(NULL, false, "%s", longname) == ENAMETOOLONG);
tests/rump/rumpkern/t_copy.c
90
ATF_REQUIRE_EQ(thefun(TESTSTR, buf, sizeof(buf)-2, NULL), ENAMETOOLONG);
usr.bin/csplit/csplit.c
250
errx(1, "%s: %s", currfile, strerror(ENAMETOOLONG));
usr.bin/diff/diffdir.c
61
warnc(ENAMETOOLONG, "%s", p1);
usr.bin/diff/diffdir.c
71
warnc(ENAMETOOLONG, "%s", p2);
usr.bin/ftp/main.c
209
errx(1, "$NETRC `%s': %s", cp, strerror(ENAMETOOLONG));
usr.bin/ftp/main.c
331
strerror(ENAMETOOLONG));
usr.bin/ftp/main.c
495
strerror(ENAMETOOLONG));
usr.bin/nc/netcat.c
815
errno = ENAMETOOLONG;
usr.bin/nc/netcat.c
916
errno = ENAMETOOLONG;
usr.sbin/autofs/automountd.c
546
else if (errno == ENAMETOOLONG)
usr.sbin/autofs/autounmountd.c
315
else if (errno == ENAMETOOLONG)
usr.sbin/sysinst/aout2elf.c
344
errno = ENAMETOOLONG;
usr.sbin/sysinst/aout2elf.c
395
errno = ENAMETOOLONG;
usr.sbin/sysinst/aout2elf.c
418
errno = ENAMETOOLONG;
usr.sbin/sysinst/aout2elf.c
423
errno = ENAMETOOLONG;
usr.sbin/sysinst/aout2elf.c
427
errno = ENAMETOOLONG;
usr.sbin/wakeonlan/wakeonlan.c
101
errno = ENAMETOOLONG;