poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / dirname.texi
blob502fe9dfa62c18aa4a1de7adc41b955b9b501b1d
1 @node dirname
2 @section @code{dirname}
3 @findex dirname
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/dirname.html}
7 Gnulib module: ---
9 Portability problems fixed by Gnulib:
10 @itemize
11 @end itemize
13 Portability problems not fixed by Gnulib:
14 @itemize
15 @item
16 This function is missing on some platforms:
17 IRIX 6.5, mingw, MSVC 14.
18 @item
19 @code{dirname} assumes file names in POSIX syntax; it does not work with file
20 names in Windows syntax.
21 @end itemize
23 The Gnulib module @code{dirname} provides similar API, with functions
24 @code{dir_name} and @code{mdir_name}, that also works with Windows
25 file names.