HomeSort by: relevance | last modified time | path
    Searched defs:ENAMETOOLONG (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl2/xcvs/dist/lib/
xgethostname.c 41 #ifndef ENAMETOOLONG
42 # define ENAMETOOLONG 0
75 else if (errno != 0 && errno != ENAMETOOLONG && errno != EINVAL
  /src/tests/rump/rumpkern/
t_copy.c 90 ATF_REQUIRE_EQ(thefun(TESTSTR, buf, sizeof(buf)-2, NULL), 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/gdb.old/dist/sim/common/
syscall.c 48 #ifndef ENAMETOOLONG
49 #define ENAMETOOLONG EINVAL
91 return ENAMETOOLONG;
  /src/external/gpl3/gdb/dist/sim/common/
syscall.c 48 #ifndef ENAMETOOLONG
49 #define ENAMETOOLONG EINVAL
91 return ENAMETOOLONG;
  /src/external/apache2/llvm/dist/libcxx/include/
errno.h 303 #ifndef ENAMETOOLONG
304 #define ENAMETOOLONG 9957
  /src/sys/sys/
errno.h 115 #define ENAMETOOLONG 63 /* File name too long */
  /src/external/gpl3/gdb/dist/readline/readline/examples/rlfe/
os.h 40 # ifdef ENAMETOOLONG
41 # undef ENAMETOOLONG
  /src/external/gpl3/gdb.old/dist/readline/readline/examples/rlfe/
os.h 40 # ifdef ENAMETOOLONG
41 # undef ENAMETOOLONG
  /src/lib/libc/time/
private.h 266 #ifndef ENAMETOOLONG
267 # define ENAMETOOLONG EINVAL

Completed in 29 milliseconds