/kernel/linux/linux-5.10/tools/testing/selftests/ia64/ |
H A D | aliasing-test.c | 14 #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 D | aliasing-test.c | 14 #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 D | osunixdir.c | 16 #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 D | osunixdir.c | 16 #include <fnmatch.h> 100 if (!fnmatch in acpi_os_get_next_filename()
|
/kernel/linux/linux-6.6/tools/testing/selftests/hid/ |
H A D | hid_bpf.c | 9 #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 D | sched.h | 219 bool (*fnmatch)(const struct rpc_task *,
|
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/ |
H A D | tdc.py | 630 import fnmatch namespace 650 for filename in fnmatch.filter(filenames, '*.json'):
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | parse-events.y | 11 #include <fnmatch.h> 315 if (!fnmatch(pattern, name, 0)) {
|
/kernel/linux/linux-6.6/scripts/ |
H A D | spdxcheck.py | 9 import fnmatch namespace 279 return fnmatch.fnmatchcase(fpath, self.pattern)
|
/kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/ |
H A D | tdc.py | 754 import fnmatch namespace 774 for filename in fnmatch.filter(filenames, '*.json'):
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | parse-events.y | 12 #include <fnmatch.h>
|
H A D | pmu.c | 16 #include <fnmatch.h> 1983 if (fnmatch(pattern, name, 0)) in perf_pmu__match()
|
/kernel/linux/linux-6.6/scripts/mod/ |
H A D | modpost.c | 16 #include <fnmatch.h> 730 if (!fnmatch(pattern, string, 0)) in match()
|
/kernel/linux/linux-6.6/net/sunrpc/ |
H A D | clnt.c | 892 * @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()
|