HelenOS sources

fnmatch_test      638 uspace/lib/posix/src/fnmatch.c #define match(s1, s2, flags) fnmatch_test(fnmatch(s1, s2, flags) == 0)
fnmatch_test      639 uspace/lib/posix/src/fnmatch.c #define nomatch(s1, s2, flags) fnmatch_test(fnmatch(s1, s2, flags) == FNM_NOMATCH)
HelenOS homepage, sources at GitHub