Searched refs:ENAMETOOLONG (Results 1 – 13 of 13) sorted by relevance
58 errno = ENAMETOOLONG; in tempnam()70 errno = ENAMETOOLONG; in tempnam()80 errno = ENAMETOOLONG; in tempnam()89 errno = ENAMETOOLONG; in tempnam()
99 errno = ENAMETOOLONG; in realpath()116 errno = ENAMETOOLONG; in realpath()128 errno = ENAMETOOLONG; in realpath()161 errno = ENAMETOOLONG; in realpath()204 errno = ENAMETOOLONG; in realpath()215 errno = ENAMETOOLONG; in realpath()
42 errno = ENAMETOOLONG; in gethostname()
135 errno = ENAMETOOLONG; in __dirname_r()
151 case ENAMETOOLONG: in execvpe()
698 errno = ENAMETOOLONG; in fts_build()965 errno = ENAMETOOLONG; in fts_palloc()
24 #define ENAMETOOLONG 36 macro
66 #define ENAMETOOLONG 78 macro
114 #ifndef ENAMETOOLONG115 # define ENAMETOOLONG EINVAL macro
412 return ENAMETOOLONG; in tzloadbody()
75 __BIONIC_ERRDEF( ENAMETOOLONG , 36, "File name too long" )
839 errno = ENAMETOOLONG; in ns_name_map()
657 ASSERT_EQ(ENAMETOOLONG, errno); in TEST()