Home
last modified time | relevance | path

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

12

/glibc-2.36/posix/
Duname.c48 #ifdef ENAMETOOLONG in __uname()
49 else if (errno == ENAMETOOLONG) in __uname()
Dexecvpe.c105 errno = ENAMETOOLONG; in __execvpe_common()
/glibc-2.36/sysdeps/unix/sysv/linux/
Dreaddir64_r.c93 dirp->errcode = ENAMETOOLONG; in __readdir64_r()
198 dirp->errcode = ENAMETOOLONG;
Dreaddir_r.c51 dirp->errcode = ENAMETOOLONG; in __readdir_r()
Dgetcwd.c100 if (retval >= 0 || errno == ENAMETOOLONG) in __getcwd()
Dttyname_r.c126 if (__glibc_unlikely (ret == -1 && errno == ENAMETOOLONG)) in __ttyname_r()
/glibc-2.36/rt/
Dtst-mqueue4.c91 else if (errno != ENAMETOOLONG) in do_test()
103 else if (errno != ENAMETOOLONG) in do_test()
/glibc-2.36/sysdeps/mach/hurd/bits/
Derrno.h99 ENAMETOOLONG = 0x4000003f, /* File name too long */ enumerator
297 #define ENAMETOOLONG 0x4000003f macro
/glibc-2.36/stdlib/
Dtst-realpath-toolong.c47 TEST_VERIFY (errno == ENAMETOOLONG); in do_test()
Dtest-bz22786.c68 TEST_VERIFY (errno == ENOMEM || errno == ENAMETOOLONG); in do_test()
Dcanonicalize.c402 __set_errno (ENAMETOOLONG); in realpath_stk()
/glibc-2.36/sysdeps/posix/
Dgethostname.c40 __set_errno (ENAMETOOLONG); in __gethostname()
Dgetcwd.c232 if (errno != ERANGE && errno != ENAMETOOLONG && errno != ENOENT) in __getcwd_generic()
/glibc-2.36/sysdeps/mach/hurd/
Duname.c35 if (errno == ENAMETOOLONG) in __uname()
/glibc-2.36/support/
Dtst-xreadlink.c46 if (errno == ENAMETOOLONG) in do_test()
Dtemp_file.c182 if (ret != 0 && errno == ENAMETOOLONG) in support_create_and_chdir_toolong_temp_directory()
/glibc-2.36/io/
Dtst-ftw-bz28126.c62 if (errno == ENAMETOOLONG) in check_mkdir()
Dfts.c766 __set_errno (ENAMETOOLONG); in fts_build()
1052 __set_errno (ENAMETOOLONG); in fts_palloc()
/glibc-2.36/stdio-common/
Dtest-strerr.c309 #ifdef ENAMETOOLONG in do_test()
310 TEST_COMPARE_STRING (strerrordesc_np (ENAMETOOLONG), "File name too long"); in do_test()
311 TEST_COMPARE_STRING (strerrorname_np (ENAMETOOLONG), "ENAMETOOLONG"); in do_test()
/glibc-2.36/hurd/
Dget-host.c89 return __hurd_fail (ENAMETOOLONG); in _hurd_get_host_config()
/glibc-2.36/sysdeps/gnu/
Derrlist.h430 #ifdef ENAMETOOLONG
435 _S(ENAMETOOLONG, N_("File name too long"))
/glibc-2.36/elf/
Dchroot_canon.c150 __set_errno (ENAMETOOLONG); in chroot_canon()
/glibc-2.36/timezone/
Dprivate.h167 #ifndef ENAMETOOLONG
168 # define ENAMETOOLONG EINVAL macro
/glibc-2.36/nss/
Dtest-netdb.c178 while (gethostname (name, namelen) < 0 && errno == ENAMETOOLONG) in test_hosts()
/glibc-2.36/conform/data/
Derrno.h-data61 macro-int-constant ENAMETOOLONG {int} > 0

12