Home
last modified time | relevance | path

Searched refs:fnmatch (Results 1 – 25 of 63) sorted by relevance

123

/openbmc/linux/scripts/dtc/
H A Ddt-extract-compatibles4 import fnmatch
56 if fnmatch.fnmatch(d, ".*"):
59 if fnmatch.fnmatch(f, glob):
/openbmc/u-boot/tools/
H A Dgenboardscfg.py18 import fnmatch
75 for filename in fnmatch.filter(filenames, '*_defconfig'):
76 if fnmatch.fnmatch(filename, '.*'):
84 if (fnmatch.fnmatch(filename, '*~') or
85 not fnmatch.fnmatch(filename, 'Kconfig*') and
236 for filename in fnmatch.filter(filenames, '*_defconfig'):
237 if fnmatch.fnmatch(filename, '.*'):
/openbmc/linux/tools/testing/selftests/ia64/
H A Daliasing-test.c36 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()
/openbmc/openbmc/poky/scripts/contrib/
H A Ddevtool-stress.py22 import fnmatch
61 if fnmatch.fnmatch(pn, onlyitem):
83 if fnmatch.fnmatch(pn, item):
90 if fnmatch.fnmatch(pn, item):
H A Dgraph-tool54 import fnmatch
68 if fnmatch.fnmatch(taskname, extask):
/openbmc/openbmc-build-scripts/config/lib/
H A Dignore-filter4 import fnmatch
43 if any(fnmatch.fnmatch(seg, i) for i in ignore_patterns):
/openbmc/openbmc/meta-phosphor/recipes-phosphor/sensors/
H A Dphosphor-hwmon-config-mrw.bb20 from fnmatch import fnmatch
26 if fnmatch(name, "*.conf"):
/openbmc/openbmc/poky/meta/lib/oe/
H A Dlicense.py10 from fnmatch import fnmatchcase as fnmatch unknown
15 if fnmatch(license, dwl):
124 return any(fnmatch(license, pattern) for pattern in include_licenses)
127 return any(fnmatch(license, pattern) for pattern in exclude_licenses)
H A Dsdk.py93 import fnmatch
106 pkgs = fnmatch.filter(pm.list_installed(), "nativesdk-glibc-binary-localedata-*.utf-8")
H A Dsstatesig.py352 import fnmatch
507 import fnmatch
628 if fnmatch.fnmatch(path, entry):
647 if not fnmatch.fnmatch(path, entry):
/openbmc/openbmc/poky/meta/classes/
H A Dcopyleft_filter.bbclass52 from fnmatch import fnmatchcase as fnmatch
76 if any(fnmatch(d.getVar('PN'), name) \
79 if any(fnmatch(d.getVar('PN'), name) \
/openbmc/qemu/tests/tcg/i386/
H A Dtest-avx.py7 from fnmatch import fnmatch
120 return fnmatch(op, pattern[1:]) or fnmatch(op, 'V'+pattern[1:])
121 return fnmatch(op, pattern)
H A Dtest-mmx.py7 from fnmatch import fnmatch
72 return fnmatch(op, pattern)
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dimport.py14 import fnmatch
70 if fnmatch.fnmatch(current_fn, '*' + fn.replace('%', '') + '*'):
/openbmc/openbmc/poky/meta/recipes-core/ifupdown/files/
H A D0001-Define-FNM_EXTMATCH-for-musl.patch12 | 700 | if(fnmatch(pattern, ifa->ifa_name, FNM_EXTMATCH))
20 | 40 | if(fnmatch(pattern, buf, FNM_EXTMATCH) == 0) {
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mraa/mraa/
H A D0001-mraa-Use-posix-basename.patch35 - if (fnmatch(IIO_DEVICE_WILDCARD, basename(path), 0) == 0) {
37 + if (fnmatch(IIO_DEVICE_WILDCARD, basename(tmp), 0) == 0) {
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dappend.py12 import fnmatch
56 if fnmatch.fnmatchcase(targetpath, d.expand(pthspec)):
81 if fnmatch.fnmatchcase(fullpth, targetpath):
123 if fnmatch.fnmatch(os.path.basename(localpath), workdirfile):
213 if fnmatch.fnmatchcase(os.path.basename(instpath), os.path.basename(srcpath)):
H A Dsetvar.py12 import fnmatch
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/systemd/systemd-systemctl/
H A Dsystemctl8 import fnmatch
146 if fnmatch.fnmatch(unit_name, directive.unit_name):
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Drpm.py8 import fnmatch
91 for f in fnmatch.filter(os.listdir(rpmdir), rpm_doc):
/openbmc/openbmc/poky/bitbake/lib/bblayers/
H A Daction.py7 import fnmatch
240 if fnmatch.fnmatch(f1full, item):
H A Dquery.py8 import fnmatch
192 if fnmatch.fnmatch(p, pnm):
295 if fnmatch.fnmatch(pn, pnm):
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd-systemctl/
H A Dsystemctl8 import fnmatch
162 if fnmatch.fnmatch(unit_name, directive.unit_name):
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/perl/
H A Dlibfile-fnmatch-perl_0.02.bb2 DESCRIPTION = "File::FnMatch::fnmatch() provides simple, shell-like pattern \
/openbmc/qemu/tests/migration/guestperf/
H A Dshell.py22 import fnmatch
226 if not fnmatch.fnmatch(name, args.filter):

123