POSIX specification:
https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/fnmatch.h.html
Gnulib module: fnmatch-h, fnmatch-gnu
Portability problems fixed by Gnulib module fnmatch-h
:
Portability problems fixed by Gnulib module fnmatch-gnu
, together with module fnmatch-h
:
FNM_LEADING_DIR
and FNM_CASEFOLD
are not defined
on some platforms:
AIX 7.2, HP-UX 11.31, Solaris 10.
FNM_EXTMATCH
is not defined on all non-glibc platforms:
musl libc, macOS 14, FreeBSD 14.0, NetBSD 10.0, OpenBSD 7.2, Minix 3.3, AIX 7.2, HP-UX 11.31, Solaris 11.4, Cygwin 3.4.6, Android 13.
FNM_FILE_NAME
is not defined on some platforms:
NetBSD 10.0, AIX 7.2, HP-UX 11.31, Solaris 10.
Portability problems not fixed by Gnulib: