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

/linux-master/scripts/dtc/
H A Ddt-extract-compatibles4 import fnmatch
88 if fnmatch.fnmatch(d, ".*"):
91 if fnmatch.fnmatch(f, glob):
/linux-master/tools/testing/selftests/ia64/
H A Daliasing-test.c14 #include <fnmatch.h>
36 if (fnmatch("/proc/bus/pci/*", path, 0) == 0) {
78 if (fnmatch(".", name, 0) == 0)
80 if (fnmatch("..", name, 0) == 0)
88 if (fnmatch(file, name, 0) == 0) {
163 if (fnmatch(".", name, 0) == 0)
165 if (fnmatch("..", name, 0) == 0)
173 if (fnmatch(file, name, 0) == 0) {
/linux-master/tools/power/acpi/os_specific/service_layers/
H A Dosunixdir.c16 #include <fnmatch.h>
100 if (!fnmatch
/linux-master/include/linux/sunrpc/
H A Dsched.h231 bool (*fnmatch)(const struct rpc_task *,
/linux-master/scripts/
H A Dspdxcheck.py9 import fnmatch namespace
279 return fnmatch.fnmatchcase(fpath, self.pattern)
/linux-master/tools/testing/selftests/hid/
H A Dhid_bpf.c9 #include <fnmatch.h>
329 if (fnmatch(target, dir->d_name, 0))
409 if (fnmatch("hidraw*", subdir->d_name, 0))
/linux-master/tools/testing/selftests/tc-testing/
H A Dtdc.py863 import fnmatch namespace
883 for filename in fnmatch.filter(filenames, '*.json'):
/linux-master/tools/perf/util/
H A Dpmu.c16 #include <fnmatch.h>
2011 if (fnmatch(pattern, name, 0))
/linux-master/scripts/mod/
H A Dmodpost.c16 #include <fnmatch.h>
721 if (!fnmatch(pattern, string, 0))
/linux-master/net/sunrpc/
H A Dclnt.c909 * @fnmatch: Pointer to selector function
912 * Uses @fnmatch to define a set of RPC tasks that are to be cancelled.
916 bool (*fnmatch)(const struct rpc_task *,
932 if (!fnmatch(task, data))

Completed in 182 milliseconds