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

1 2 3 4 5 6 7 8 910

  /src/external/gpl2/xcvs/dist/lib/
xgethostname.c 41 #ifndef ENAMETOOLONG
42 # define ENAMETOOLONG 0
75 else if (errno != 0 && errno != ENAMETOOLONG && errno != EINVAL
chdir-long.c 1 /* 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;
  /src/sys/lib/libkern/
copystr.c 53 return ENAMETOOLONG;
  /src/external/bsd/ntp/dist/libntp/
ntp_realpath.c 68 errno = ENAMETOOLONG;
72 errno = ENAMETOOLONG;
128 errno = ENAMETOOLONG;
156 errno = ENAMETOOLONG;
186 errno = ENAMETOOLONG;
203 errno = ENAMETOOLONG;
226 errno = ENAMETOOLONG;
235 errno = ENAMETOOLONG;
  /src/crypto/external/bsd/openssh/dist/
sftp-realpath.c 102 errno = ENAMETOOLONG;
117 errno = ENAMETOOLONG;
127 errno = ENAMETOOLONG;
158 errno = ENAMETOOLONG;
197 errno = ENAMETOOLONG;
205 errno = ENAMETOOLONG;
  /src/sys/arch/arm/arm/
copystr.S 73 moveq r0, #ENAMETOOLONG
98 movne r0, #ENAMETOOLONG
120 moveq r0, #ENAMETOOLONG
145 movne r0, #ENAMETOOLONG
  /src/external/gpl3/gdb/dist/sim/testsuite/cris/c/
readlink4.c 54 if (errno != ENAMETOOLONG)
  /src/external/gpl3/gdb.old/dist/sim/testsuite/cris/c/
readlink4.c 54 if (errno != ENAMETOOLONG)
  /src/usr.sbin/sysinst/
aout2elf.c 344 errno = ENAMETOOLONG;
395 errno = ENAMETOOLONG;
418 errno = ENAMETOOLONG;
423 errno = ENAMETOOLONG;
427 errno = ENAMETOOLONG;
  /src/external/gpl3/gdb/dist/gnulib/import/
chdir-long.c 1 /* 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;
  /src/external/gpl3/gdb.old/dist/gnulib/import/
chdir-long.c 1 /* 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;
  /src/lib/librumpuser/
rumpuser_errtrans.c 216 #ifdef ENAMETOOLONG
217 case ENAMETOOLONG : return 63;
  /src/sbin/mount_portal/
pt_filter.c 138 return ENAMETOOLONG;
185 return ENAMETOOLONG;
  /src/sys/rump/include/rump/
rumperrno2host.h 268 #ifdef ENAMETOOLONG
270 return ENAMETOOLONG;
  /src/external/apache2/llvm/dist/libcxx/include/
errno.h 303 #ifndef ENAMETOOLONG
304 #define ENAMETOOLONG 9957
  /src/sys/arch/powerpc/ibm4xx/
copyinstr.c 110 return ENAMETOOLONG;
copyoutstr.c 111 return ENAMETOOLONG;
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/
errno.h 92 XEN_ERRNO(ENAMETOOLONG, 36) /* File name too long */
  /src/sys/sys/
errno.h 115 #define ENAMETOOLONG 63 /* File name too long */
  /src/external/bsd/ntp/dist/libntp/lib/isc/unix/
errno2result.c 46 case ENAMETOOLONG:
  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
canonicalize.c 55 # ifndef ENAMETOOLONG
56 # define ENAMETOOLONG EINVAL
93 set to ENAMETOOLONG; if the name fits in fewer than PATH_MAX chars,
200 __set_errno (ENAMETOOLONG);
280 __set_errno (ENAMETOOLONG);
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
canonicalize.c 55 # ifndef ENAMETOOLONG
56 # define ENAMETOOLONG EINVAL
93 set to ENAMETOOLONG; if the name fits in fewer than PATH_MAX chars,
200 __set_errno (ENAMETOOLONG);
280 __set_errno (ENAMETOOLONG);
  /src/external/gpl2/gettext/dist/gnulib-local/lib/
canonicalize.c 55 # ifndef ENAMETOOLONG
56 # define ENAMETOOLONG EINVAL
93 set to ENAMETOOLONG; if the name fits in fewer than PATH_MAX chars,
200 __set_errno (ENAMETOOLONG);
280 __set_errno (ENAMETOOLONG);
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32/
error_constants.h 65 filename_too_long = ENAMETOOLONG,
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32/
error_constants.h 65 filename_too_long = ENAMETOOLONG,

Completed in 26 milliseconds

1 2 3 4 5 6 7 8 910