Symbol: ENAMETOOLONG
bin/cat/cat.c
299
errno = ENAMETOOLONG;
bin/ln/ln.c
246
errno = ENAMETOOLONG;
crypto/libressl/apps/nc/netcat.c
792
errno = ENAMETOOLONG;
crypto/libressl/apps/nc/netcat.c
920
errno = ENAMETOOLONG;
crypto/openssh/channels.c
4667
error("%.100s: %.100s", name, strerror(ENAMETOOLONG));
crypto/openssh/misc.c
1925
errno = ENAMETOOLONG;
crypto/openssh/sftp-realpath.c
102
errno = ENAMETOOLONG;
crypto/openssh/sftp-realpath.c
117
errno = ENAMETOOLONG;
crypto/openssh/sftp-realpath.c
127
errno = ENAMETOOLONG;
crypto/openssh/sftp-realpath.c
158
errno = ENAMETOOLONG;
crypto/openssh/sftp-realpath.c
197
errno = ENAMETOOLONG;
crypto/openssh/sftp-realpath.c
205
errno = ENAMETOOLONG;
crypto/openssh/sftp-server.c
240
case ENAMETOOLONG:
games/tetris/scores.c
117
errc(1, ENAMETOOLONG, "%s/%s", home, ".tetris.scores");
lib/libc/db/btree/bt_open.c
405
errno = ENAMETOOLONG;
lib/libc/db/hash/hash_page.c
856
errno = ENAMETOOLONG;
lib/libc/db/hash/ndbm.c
72
errno = ENAMETOOLONG;
lib/libc/gen/exec.c
211
case ENAMETOOLONG:
lib/libc/gen/gethostname.c
49
errno = ENAMETOOLONG;
lib/libc/gen/glob.c
894
errno = ENAMETOOLONG;
lib/libc/gen/glob.c
908
errno = ENAMETOOLONG;
lib/libc/locale/setlocale.c
385
return (ENAMETOOLONG);
lib/libc/nls/msgcat.c
237
SAVEFAIL(name, lang, ENAMETOOLONG);
lib/libc/nls/msgcat.c
238
NLRETERR(ENAMETOOLONG);
lib/libc/stdlib/realpath.c
113
errno = ENAMETOOLONG;
lib/libc/stdlib/realpath.c
130
errno = ENAMETOOLONG;
lib/libc/stdlib/realpath.c
142
errno = ENAMETOOLONG;
lib/libc/stdlib/realpath.c
174
errno = ENAMETOOLONG;
lib/libc/stdlib/realpath.c
217
errno = ENAMETOOLONG;
lib/libc/stdlib/realpath.c
228
errno = ENAMETOOLONG;
lib/libfetch/common.c
341
errno = ENAMETOOLONG;
lib/libthread_xu/thread/thr_sem.c
423
return (ENAMETOOLONG);
lib/libthread_xu/thread/thr_sem.c
430
return (ENAMETOOLONG);
lib/libthread_xu/thread/thr_sem.c
602
errno = ENAMETOOLONG;
lib/libthread_xu/thread/thr_sem.c
740
if (errno != ENAMETOOLONG && errno != ENOENT)
lib/libutil/efun.c
62
errno = ENAMETOOLONG;
lib/libutil/efun.c
75
errno = ENAMETOOLONG;
lib/libutil/gr_util.c
140
errno = ENAMETOOLONG;
lib/libutil/gr_util.c
65
errno = ENAMETOOLONG;
lib/libutil/gr_util.c
76
errno = ENAMETOOLONG;
lib/libutil/gr_util.c
81
errno = ENAMETOOLONG;
lib/libutil/pidfile.c
114
errno = ENAMETOOLONG;
lib/libutil/pw_util.c
109
errno = ENAMETOOLONG;
lib/libutil/pw_util.c
114
errno = ENAMETOOLONG;
lib/libutil/pw_util.c
220
errno = ENAMETOOLONG;
lib/libutil/pw_util.c
98
errno = ENAMETOOLONG;
sbin/badsect/badsect.c
104
errno = ENAMETOOLONG;
sbin/badsect/badsect.c
96
errno = ENAMETOOLONG;
sbin/ifconfig/ifconfig.c
1275
} else if (errno == ENAMETOOLONG) {
sbin/mount_nfs/mount_nfs.c
499
warnx("%s:%s: %s", hostp, spec, strerror(ENAMETOOLONG));
stand/lib/dosfs.c
515
return ENAMETOOLONG;
stand/lib/nfs.c
319
return (ENAMETOOLONG);
sys/kern/imgact_shell.c
107
return (ENAMETOOLONG);
sys/kern/kern_exec.c
1065
if (error == ENAMETOOLONG)
sys/kern/kern_exec.c
1101
if (error == ENAMETOOLONG)
sys/kern/kern_prot.c
1287
if (error == ENAMETOOLONG)
sys/kern/kern_prot.c
248
if (error != ENAMETOOLONG)
sys/kern/kern_sysctl.c
848
return (ENAMETOOLONG);
sys/kern/subr_sbuf.c
496
case ENAMETOOLONG:
sys/kern/uipc_syscalls.c
1520
return ENAMETOOLONG;
sys/kern/vfs_nlookup.c
1466
error = ENAMETOOLONG;
sys/kern/vfs_nlookup.c
675
error = ENAMETOOLONG;
sys/kern/vfs_nlookup.c
990
error = nlc.nlc_namelen ? ENAMETOOLONG : ENOENT;
sys/kern/vfs_syscalls.c
5435
error = ENAMETOOLONG;
sys/kern/vfs_syscalls.c
5453
error = ENAMETOOLONG;
sys/libprop/prop_object.c
864
errno = ENAMETOOLONG;
sys/net/if.c
2091
error = ENAMETOOLONG;
sys/net/if.c
2115
error = ENAMETOOLONG;
sys/net/if.c
2539
error = ENAMETOOLONG;
sys/platform/pc64/x86_64/genassym.c
92
ASSYM(ENAMETOOLONG, ENAMETOOLONG);
sys/platform/vkernel64/platform/copyio.c
262
return (ENAMETOOLONG);
sys/platform/vkernel64/platform/copyio.c
302
return(ENAMETOOLONG);
sys/vfs/msdosfs/msdosfs_conv.c
1049
return (ENAMETOOLONG);
sys/vfs/msdosfs/msdosfs_conv.c
1056
return (ENAMETOOLONG);
sys/vfs/nfs/nfsm_subs.c
852
return(ENAMETOOLONG);
sys/vfs/smbfs/smbfs_subr.c
271
return ENAMETOOLONG;
sys/vfs/smbfs/smbfs_vnops.c
986
return ENAMETOOLONG;
test/stress/fsstress/fsstress.c
1039
if (rval >= 0 || errno != ENAMETOOLONG)
test/stress/fsstress/fsstress.c
1058
if (rval || errno != ENAMETOOLONG)
test/stress/fsstress/fsstress.c
1099
if (rval >= 0 || errno != ENAMETOOLONG)
test/stress/fsstress/fsstress.c
1121
if (rval >= 0 || errno != ENAMETOOLONG)
test/stress/fsstress/fsstress.c
1173
if (rval >= 0 || errno != ENAMETOOLONG)
test/stress/fsstress/fsstress.c
1246
if (rval >= 0 || errno != ENAMETOOLONG)
test/stress/fsstress/fsstress.c
1270
if (rval >= 0 || errno != ENAMETOOLONG)
test/stress/fsstress/fsstress.c
1289
if (rval >= 0 || errno != ENAMETOOLONG)
test/stress/fsstress/fsstress.c
1308
if (rval >= 0 || errno != ENAMETOOLONG)
test/stress/fsstress/fsstress.c
526
if (rval >= 0 || errno != ENAMETOOLONG)
test/stress/fsstress/fsstress.c
546
if (rval >= 0 || errno != ENAMETOOLONG)
test/stress/fsstress/fsstress.c
566
if (rval >= 0 || errno != ENAMETOOLONG)
test/stress/fsstress/fsstress.c
602
if (rval >= 0 || errno != ENAMETOOLONG)
test/stress/fsstress/fsstress.c
869
if (rval >= 0 || errno != ENAMETOOLONG)
test/stress/fsstress/fsstress.c
891
if (rval >= 0 || errno != ENAMETOOLONG)
test/stress/fsstress/fsstress.c
943
if (rval >= 0 || errno != ENAMETOOLONG)
test/stress/fsstress/fsstress.c
979
if (rval >= 0 || errno != ENAMETOOLONG)
test/stress/fsstress/fsstress.c
998
if (rval >= 0 || errno != ENAMETOOLONG)
test/testcases/posixipc/open_path_too_long/open_path_too_long.c
12
sem_open_should_fail(page, O_RDONLY, 0777, 1, ENAMETOOLONG);
test/testcases/posixipc/unlink_path_too_long/unlink_path_too_long.c
11
retval = sem_unlink_should_fail(page, ENAMETOOLONG);
usr.bin/csplit/csplit.c
238
errc(1, ENAMETOOLONG, NULL);
usr.bin/diff/diffdir.c
59
warnc(ENAMETOOLONG, "%s", p1);
usr.bin/diff/diffdir.c
69
warnc(ENAMETOOLONG, "%s", p2);
usr.bin/mkstr/mkstr.c
101
errno = ENAMETOOLONG;
usr.bin/mkstr/mkstr.c
109
errno = ENAMETOOLONG;