Searched refs:fnmatch (Results 1 - 8 of 8) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/include/
H A Dfnmatch.h17 int fnmatch(const char*, const char*, int);
/fuchsia/zircon/system/uapp/psutils/
H A Dkillall.c5 #include <fnmatch.h>
27 !fnmatch(kill_name, name, 0) ||
/fuchsia/zircon/third_party/lib/acpica/source/os_specific/service_layers/
H A Dosunixdir.c50 #include <fnmatch.h>
147 if (!fnmatch (ExternalInfo->WildcardSpec, dir_entry->d_name, 0))
/fuchsia/zircon/third_party/ulib/musl/src/regex/
H A Dglob.c3 #include <fnmatch.h>
100 if (!literal && fnmatch(p, de->d_name, fnm_flags))
H A Dfnmatch.c3 * POSIX fnmatch(). The basic idea is that we factor the pattern into
17 #include <fnmatch.h>
315 int fnmatch(const char* pat, const char* str, int flags) { function
/fuchsia/zircon/third_party/uapp/dash/src/
H A Dexpand.c48 #include <fnmatch.h>
134 #define pmatch(a, b) !fnmatch((a), (b), 0)
/fuchsia/zircon/system/host/zbi/
H A Dzbi.cpp16 #include <fnmatch.h>
364 included = (included || fnmatch(
373 if (fnmatch(ptn, name, casefold ? FNM_CASEFOLD : 0) == 0) {
/fuchsia/zircon/third_party/ulib/musl/
H A Dmusl-rules.mk584 $(LOCAL_DIR)/src/regex/fnmatch.c \

Completed in 97 milliseconds