Home
last modified time | relevance | path

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

123456

/illumos-gate/usr/src/lib/libc/port/gen/
H A D_xftw.c279 if ((vp->odepth > 1) && (fdd == NULL) && (errno == ENAMETOOLONG)) { in nocdopendir()
285 errno = ENAMETOOLONG; in nocdopendir()
291 errno = ENAMETOOLONG; in nocdopendir()
298 errno = ENAMETOOLONG; in nocdopendir()
308 errno = ENAMETOOLONG; in nocdopendir()
329 (errno == ENAMETOOLONG)) { in nocdstat()
332 errno = ENAMETOOLONG; in nocdstat()
338 errno = ENAMETOOLONG; in nocdstat()
347 errno = ENAMETOOLONG; in nocdstat()
361 errno = ENAMETOOLONG; in nocdstat()
H A Dnftw.c543 errno = ENAMETOOLONG; in nftw()
693 if (((fdd = opendir(path)) == NULL) && (errno == ENAMETOOLONG)) { in nocdopendir()
695 errno = ENAMETOOLONG; in nocdopendir()
701 errno = ENAMETOOLONG; in nocdopendir()
708 errno = ENAMETOOLONG; in nocdopendir()
718 errno = ENAMETOOLONG; in nocdopendir()
H A Dfattach.c78 errno = ENAMETOOLONG; in fattach()
H A Drealpath.c111 errno = ENAMETOOLONG; in realpath_impl()
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_realpath.c106 errno = ENAMETOOLONG; in s_realpath()
121 errno = ENAMETOOLONG; in s_realpath()
131 errno = ENAMETOOLONG; in s_realpath()
162 errno = ENAMETOOLONG; in s_realpath()
216 errno = ENAMETOOLONG; in s_realpath()
225 errno = ENAMETOOLONG; in s_realpath()
/illumos-gate/usr/src/cmd/make/lib/vroot/
H A Dvroot.cc200 errno = ENAMETOOLONG; in translate_with_thunk()
215 errno = ENAMETOOLONG; in translate_with_thunk()
234 errno = ENAMETOOLONG; in translate_with_thunk()
267 errno = ENAMETOOLONG; in translate_with_thunk()
276 errno = ENAMETOOLONG; in translate_with_thunk()
287 errno = ENAMETOOLONG; in translate_with_thunk()
307 errno = ENAMETOOLONG; in translate_with_thunk()
316 errno = ENAMETOOLONG; in translate_with_thunk()
326 errno = ENAMETOOLONG; in translate_with_thunk()
/illumos-gate/usr/src/cmd/tsol/updatehome/
H A Dsetupfiles.c156 errno = ENAMETOOLONG; in __setupfiles()
209 errno = ENAMETOOLONG; in __setupfiles()
286 errno = ENAMETOOLONG; in mkdirs()
356 errno = ENAMETOOLONG; in copyfile()
393 errno = ENAMETOOLONG; in copyfile()
466 errno = ENAMETOOLONG; in linkfile()
497 errno = ENAMETOOLONG; in linkfile()
/illumos-gate/usr/src/uts/sun4/ml/
H A Dcopy.S68 mov ENAMETOOLONG, %o0
92 mov ENAMETOOLONG, %o0 ! ret code = ENAMETOOLONG
117 mov ENAMETOOLONG, %o0
145 mov ENAMETOOLONG, %o0 ! ret code = ENAMETOOLONG
/illumos-gate/usr/src/contrib/ast/src/lib/libast/path/
H A Dpathcd.c46 errno = ENAMETOOLONG; in vchdir()
88 #ifdef ENAMETOOLONG in pathcd()
89 if (errno != ENAMETOOLONG) in pathcd()
/illumos-gate/usr/src/uts/common/fs/
H A Dpathname.c173 return (ENAMETOOLONG); in pn_insert()
187 return (ENAMETOOLONG); in pn_insert()
218 error = ENAMETOOLONG; in pn_getsymlink()
245 return (ENAMETOOLONG); in pn_getcomponent()
325 return (ENAMETOOLONG); in pn_addslash()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dresolvepath.c54 #ifdef ENAMETOOLONG in resolvepath()
55 errno = ENAMETOOLONG; in resolvepath()
/illumos-gate/usr/src/uts/intel/os/
H A Dcopy_subr.c51 error = ENAMETOOLONG; in copystr_nofault()
58 error = ENAMETOOLONG; in copystr_nofault()
/illumos-gate/usr/src/lib/libxcurses/src/libc/mks/
H A Dm_pathca.c99 #ifdef ENAMETOOLONG
100 errno = ENAMETOOLONG;
/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dcopy.c48 return (ENAMETOOLONG); in copystr()
52 return (ENAMETOOLONG); in copystr()
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dpathname.c112 return (ENAMETOOLONG); in stpn_combine()
141 return (ENAMETOOLONG); in stpn_getcomponent()
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dpathchk.c186 #ifdef ENAMETOOLONG in pathchk()
187 else if(errno==ENAMETOOLONG) in pathchk()
/illumos-gate/usr/src/lib/libproc/common/
H A Dproc_names.c512 errno = ENAMETOOLONG; /* Output was truncated */ in proc_fltset2str()
557 errno = ENAMETOOLONG; /* Output was truncated */ in proc_sigset2str()
598 errno = ENAMETOOLONG; /* Output was truncated */ in proc_sysset2str()
/illumos-gate/usr/src/lib/lib9p/common/
H A Drfuncs.c129 errno = ENAMETOOLONG; in r_basename()
215 errno = ENAMETOOLONG; in r_dirname()
/illumos-gate/usr/src/test/util-tests/tests/demangle/
H A Dafl-fast.c2945 VERIFY(errno == EINVAL || errno == ENAMETOOLONG); in test()
/illumos-gate/usr/src/uts/common/syscall/
H A Dgetcwd.c81 if (err == ENAMETOOLONG || err == ERANGE) { in getcwd()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzcp_global.c70 {"ENAMETOOLONG", ENAMETOOLONG},
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_traverse.c362 errno = ENAMETOOLONG; in traverse_post()
465 rv = ENAMETOOLONG; in traverse_post()
708 rv = -ENAMETOOLONG; in traverse_level_nondir()
779 errno = ENAMETOOLONG; in traverse_level()
933 rv = ENAMETOOLONG; in traverse_level()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Drepval.c466 return (ENAMETOOLONG); in repvals_to_file()
657 return (ENAMETOOLONG); in add_remove_contract()
752 return (ENAMETOOLONG); in iterate_repository_contracts()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_errno.c85 { ENAMETOOLONG, NT_STATUS_NAME_TOO_LONG },
/illumos-gate/usr/src/lib/libzoneinfo/common/
H A Dlibzone.c140 sav_errno = ENAMETOOLONG; in get_tz_continents()
531 sav_errno = ENAMETOOLONG; in get_timezones_by_country()
559 sav_errno = ENAMETOOLONG; in get_timezones_by_country()
951 errno = ENAMETOOLONG; in get_system_tz()
1014 errno = ENAMETOOLONG; in set_system_tz()

123456