Home
last modified time | relevance | path

Searched refs:ENAMETOOLONG (Results 1 – 9 of 9) sorted by relevance

/sysdeps/posix/
A Dgethostname.c40 __set_errno (ENAMETOOLONG); in __gethostname()
A Dgetcwd.c225 if (errno != ERANGE && errno != ENAMETOOLONG && errno != ENOENT) in __getcwd_generic()
/sysdeps/mach/hurd/
A Duname.c35 if (errno == ENAMETOOLONG) in __uname()
/sysdeps/unix/sysv/linux/
A Dreaddir_r.c51 dirp->errcode = ENAMETOOLONG; in __readdir_r()
A Dreaddir64_r.c93 dirp->errcode = ENAMETOOLONG; in __readdir64_r()
198 dirp->errcode = ENAMETOOLONG;
A Dgetcwd.c100 if (retval >= 0 || errno == ENAMETOOLONG) in __getcwd()
A Dttyname_r.c126 if (__glibc_unlikely (ret == -1 && errno == ENAMETOOLONG)) in __ttyname_r()
/sysdeps/mach/hurd/bits/
A Derrno.h99 ENAMETOOLONG = 0x4000003f, /* File name too long */ enumerator
296 #define ENAMETOOLONG 0x4000003f macro
/sysdeps/gnu/
A Derrlist.h430 #ifdef ENAMETOOLONG
435 _S(ENAMETOOLONG, N_("File name too long"))

Completed in 12 milliseconds