Site icon EfmSoft

What does errno 78 (ENAMETOOLONG) mean?

 
Could be also:
ConstantTypeOS
EREMCHGerrnoLinux
ENOSYSerrnoMac
PFN_LIST_CORRUPTBugCheck CodeWindows
Previous Next
ENOSYS ELIBACC

ENAMETOOLONG

Pathname length limit

On Solaris, ENAMETOOLONG is errno value 78. The base message is path name is too long, but the useful diagnostic context is narrower than the short message: Solaris rejected a pathname or component that exceeded PATH_MAX or NAME_MAX.

Use the Solaris-specific errno table first, then compare with POSIX only for portable behavior. Some Solaris values share names with other UNIX systems but have different numbers or more specific historical meanings.

What to check

References


Looking for a different code? Search another status or error code.

Exit mobile version