Searched refs:ENAMETOOLONG (Results 1 – 25 of 35) sorted by relevance
12
48 #ifdef ENAMETOOLONG in __uname()49 else if (errno == ENAMETOOLONG) in __uname()
105 errno = ENAMETOOLONG; in __execvpe_common()
93 dirp->errcode = ENAMETOOLONG; in __readdir64_r()198 dirp->errcode = ENAMETOOLONG;
51 dirp->errcode = ENAMETOOLONG; in __readdir_r()
100 if (retval >= 0 || errno == ENAMETOOLONG) in __getcwd()
126 if (__glibc_unlikely (ret == -1 && errno == ENAMETOOLONG)) in __ttyname_r()
91 else if (errno != ENAMETOOLONG) in do_test()103 else if (errno != ENAMETOOLONG) in do_test()
99 ENAMETOOLONG = 0x4000003f, /* File name too long */ enumerator297 #define ENAMETOOLONG 0x4000003f macro
47 TEST_VERIFY (errno == ENAMETOOLONG); in do_test()
68 TEST_VERIFY (errno == ENOMEM || errno == ENAMETOOLONG); in do_test()
402 __set_errno (ENAMETOOLONG); in realpath_stk()
40 __set_errno (ENAMETOOLONG); in __gethostname()
232 if (errno != ERANGE && errno != ENAMETOOLONG && errno != ENOENT) in __getcwd_generic()
35 if (errno == ENAMETOOLONG) in __uname()
46 if (errno == ENAMETOOLONG) in do_test()
182 if (ret != 0 && errno == ENAMETOOLONG) in support_create_and_chdir_toolong_temp_directory()
62 if (errno == ENAMETOOLONG) in check_mkdir()
766 __set_errno (ENAMETOOLONG); in fts_build()1052 __set_errno (ENAMETOOLONG); in fts_palloc()
309 #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()
89 return __hurd_fail (ENAMETOOLONG); in _hurd_get_host_config()
430 #ifdef ENAMETOOLONG435 _S(ENAMETOOLONG, N_("File name too long"))
150 __set_errno (ENAMETOOLONG); in chroot_canon()
167 #ifndef ENAMETOOLONG168 # define ENAMETOOLONG EINVAL macro
178 while (gethostname (name, namelen) < 0 && errno == ENAMETOOLONG) in test_hosts()
61 macro-int-constant ENAMETOOLONG {int} > 0