Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/ia64/
H A Daliasing-test.c14 #include <fnmatch.h>
36 if (fnmatch("/proc/bus/pci/*", path, 0) == 0) { in map_mem()
78 if (fnmatch(".", name, 0) == 0) in scan_tree()
80 if (fnmatch("..", name, 0) == 0) in scan_tree()
88 if (fnmatch(file, name, 0) == 0) { in scan_tree()
163 if (fnmatch(".", name, 0) == 0) in scan_rom()
165 if (fnmatch("..", name, 0) == 0) in scan_rom()
173 if (fnmatch(file, name, 0) == 0) { in scan_rom()
/kernel/linux/linux-6.6/tools/testing/selftests/ia64/
H A Daliasing-test.c14 #include <fnmatch.h>
36 if (fnmatch("/proc/bus/pci/*", path, 0) == 0) { in map_mem()
78 if (fnmatch(".", name, 0) == 0) in scan_tree()
80 if (fnmatch("..", name, 0) == 0) in scan_tree()
88 if (fnmatch(file, name, 0) == 0) { in scan_tree()
163 if (fnmatch(".", name, 0) == 0) in scan_rom()
165 if (fnmatch("..", name, 0) == 0) in scan_rom()
173 if (fnmatch(file, name, 0) == 0) { in scan_rom()
/kernel/linux/linux-5.10/tools/power/acpi/os_specific/service_layers/
H A Dosunixdir.c16 #include <fnmatch.h>
100 if (!fnmatch in acpi_os_get_next_filename()
/kernel/linux/linux-6.6/tools/power/acpi/os_specific/service_layers/
H A Dosunixdir.c16 #include <fnmatch.h>
100 if (!fnmatch in acpi_os_get_next_filename()
/kernel/linux/linux-6.6/tools/testing/selftests/hid/
H A Dhid_bpf.c9 #include <fnmatch.h>
329 if (fnmatch(target, dir->d_name, 0)) in match_sysfs_device()
409 if (fnmatch("hidraw*", subdir->d_name, 0)) in get_hidraw()
/kernel/linux/linux-6.6/include/linux/sunrpc/
H A Dsched.h219 bool (*fnmatch)(const struct rpc_task *,
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/
H A Dtdc.py630 import fnmatch namespace
650 for filename in fnmatch.filter(filenames, '*.json'):
/kernel/linux/linux-5.10/tools/perf/util/
H A Dparse-events.y11 #include <fnmatch.h>
315 if (!fnmatch(pattern, name, 0)) {
/kernel/linux/linux-6.6/scripts/
H A Dspdxcheck.py9 import fnmatch namespace
279 return fnmatch.fnmatchcase(fpath, self.pattern)
/kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/
H A Dtdc.py754 import fnmatch namespace
774 for filename in fnmatch.filter(filenames, '*.json'):
/kernel/linux/linux-6.6/tools/perf/util/
H A Dparse-events.y12 #include <fnmatch.h>
H A Dpmu.c16 #include <fnmatch.h>
1983 if (fnmatch(pattern, name, 0)) in perf_pmu__match()
/kernel/linux/linux-6.6/scripts/mod/
H A Dmodpost.c16 #include <fnmatch.h>
730 if (!fnmatch(pattern, string, 0)) in match()
/kernel/linux/linux-6.6/net/sunrpc/
H A Dclnt.c892 * @fnmatch: Pointer to selector function
895 * Uses @fnmatch to define a set of RPC tasks that are to be cancelled.
899 bool (*fnmatch)(const struct rpc_task *, in rpc_cancel_tasks()
915 if (!fnmatch(task, data)) in rpc_cancel_tasks()

Completed in 23 milliseconds