Searched refs:ENAMETOOLONG (Results 1 - 25 of 229) sorted by relevance

12345678910

/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dxgethostname.c41 #ifndef ENAMETOOLONG
42 # define ENAMETOOLONG 0 macro
75 else if (errno != 0 && errno != ENAMETOOLONG && errno != EINVAL
H A Dchdir-long.c1 /* provide a chdir function that tries not to fail due to ENAMETOOLONG
115 Note that this function may still fail with errno == ENAMETOOLONG, but
124 if (e == 0 || errno != ENAMETOOLONG)
156 errno = ENAMETOOLONG;
185 errno = ENAMETOOLONG;
/netbsd-current/sys/lib/libkern/
H A Dcopystr.c53 return ENAMETOOLONG;
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dsftp-realpath.c102 errno = ENAMETOOLONG;
117 errno = ENAMETOOLONG;
127 errno = ENAMETOOLONG;
158 errno = ENAMETOOLONG;
197 errno = ENAMETOOLONG;
205 errno = ENAMETOOLONG;
/netbsd-current/sys/arch/arm/arm/
H A Dcopystr.S73 moveq r0, #ENAMETOOLONG
98 movne r0, #ENAMETOOLONG
120 moveq r0, #ENAMETOOLONG
145 movne r0, #ENAMETOOLONG
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/cris/c/
H A Dreadlink4.c54 if (errno != ENAMETOOLONG)
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/cris/c/
H A Dreadlink4.c54 if (errno != ENAMETOOLONG)
/netbsd-current/usr.sbin/sysinst/
H A Daout2elf.c344 errno = ENAMETOOLONG;
395 errno = ENAMETOOLONG;
418 errno = ENAMETOOLONG;
423 errno = ENAMETOOLONG;
427 errno = ENAMETOOLONG;
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dchdir-long.c1 /* provide a chdir function that tries not to fail due to ENAMETOOLONG
104 Note that this function may still fail with errno == ENAMETOOLONG, but
113 if (e == 0 || errno != ENAMETOOLONG)
145 errno = ENAMETOOLONG;
174 errno = ENAMETOOLONG;
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dchdir-long.c1 /* provide a chdir function that tries not to fail due to ENAMETOOLONG
104 Note that this function may still fail with errno == ENAMETOOLONG, but
113 if (e == 0 || errno != ENAMETOOLONG)
145 errno = ENAMETOOLONG;
174 errno = ENAMETOOLONG;
/netbsd-current/lib/librumpuser/
H A Drumpuser_errtrans.c216 #ifdef ENAMETOOLONG
217 case ENAMETOOLONG : return 63;
/netbsd-current/sys/rump/include/rump/
H A Drumperrno2host.h268 #ifdef ENAMETOOLONG
270 return ENAMETOOLONG;
/netbsd-current/sbin/mount_portal/
H A Dpt_filter.c138 return ENAMETOOLONG;
185 return ENAMETOOLONG;
/netbsd-current/external/apache2/llvm/dist/libcxx/include/
H A Derrno.h303 #ifndef ENAMETOOLONG
304 #define ENAMETOOLONG 9957 macro
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dtarget-newlib-errno.c146 #ifdef ENAMETOOLONG
147 { "ENAMETOOLONG", ENAMETOOLONG, 91 },
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
H A Dcanonicalize.c55 # ifndef ENAMETOOLONG
56 # define ENAMETOOLONG EINVAL macro
93 set to ENAMETOOLONG; if the name fits in fewer than PATH_MAX chars,
200 __set_errno (ENAMETOOLONG);
280 __set_errno (ENAMETOOLONG);
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dcanonicalize.c55 # ifndef ENAMETOOLONG
56 # define ENAMETOOLONG EINVAL macro
93 set to ENAMETOOLONG; if the name fits in fewer than PATH_MAX chars,
200 __set_errno (ENAMETOOLONG);
280 __set_errno (ENAMETOOLONG);
/netbsd-current/external/gpl2/gettext/dist/gnulib-local/lib/
H A Dcanonicalize.c55 # ifndef ENAMETOOLONG
56 # define ENAMETOOLONG EINVAL macro
93 set to ENAMETOOLONG; if the name fits in fewer than PATH_MAX chars,
200 __set_errno (ENAMETOOLONG);
280 __set_errno (ENAMETOOLONG);
/netbsd-current/sys/external/mit/xen-include-public/dist/xen/include/public/
H A Derrno.h92 XEN_ERRNO(ENAMETOOLONG, 36) /* File name too long */
/netbsd-current/sys/sys/
H A Derrno.h115 #define ENAMETOOLONG 63 /* File name too long */ macro
/netbsd-current/external/bsd/ntp/dist/lib/isc/unix/
H A Derrno2result.c46 case ENAMETOOLONG:
/netbsd-current/external/bsd/ntp/dist/lib/isc/win32/
H A Derrno2result.c45 case ENAMETOOLONG:
/netbsd-current/sys/arch/powerpc/ibm4xx/
H A Dcopyoutstr.c111 return ENAMETOOLONG;
H A Dcopyinstr.c110 return ENAMETOOLONG;
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32/
H A Derror_constants.h65 filename_too_long = ENAMETOOLONG,

Completed in 269 milliseconds

12345678910