WARNINGS
The dirname function returns a pointer to internal static storage space that will be overwritten by subsequent calls (each function has its own separate storage). Other vendor implementations of dirname may modify the contents of the string passed to dirname; this should be taken into account when writing code which calls this function if portability is desired.
SEE ALSO
basename(1), dirname(1), basename(3)
STANDARDS
HISTORY
AUTHORS