Home
last modified time | relevance | path

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

12345

/OK3568_Linux_fs/u-boot/tools/
H A Dgenboardscfg.py19 import fnmatch
76 for filename in fnmatch.filter(filenames, '*_defconfig'):
77 if fnmatch.fnmatch(filename, '.*'):
85 if (fnmatch.fnmatch(filename, '*~') or
86 not fnmatch.fnmatch(filename, 'Kconfig*') and
237 for filename in fnmatch.filter(filenames, '*_defconfig'):
238 if fnmatch.fnmatch(filename, '.*'):
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/yocto/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):
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dcopyleft_filter.bbclass48 from fnmatch import fnmatchcase as fnmatch
72 if any(fnmatch(d.getVar('PN'), name) \
75 if any(fnmatch(d.getVar('PN'), name) \
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dlicense.py8 from fnmatch import fnmatchcase as fnmatch unknown
13 if fnmatch(license, dwl):
122 return any(fnmatch(license, pattern) for pattern in include_licenses)
125 return any(fnmatch(license, pattern) for pattern in exclude_licenses)
H A Dsstatesig.py335 import fnmatch
493 import fnmatch
614 if fnmatch.fnmatch(path, entry):
633 if not fnmatch.fnmatch(path, entry):
H A Dsdk.py91 import fnmatch
104 pkgs = fnmatch.filter(pm.list_installed(), "nativesdk-glibc-binary-localedata-*.utf-8")
/OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/
H A Dimport.py14 import fnmatch
70 if fnmatch.fnmatch(current_fn, '*' + fn.replace('%', '') + '*'):
/OK3568_Linux_fs/buildroot/support/scripts/
H A Dgraph-depends28 from fnmatch import fnmatch
216 if fnmatch(pkg, p):
230 if fnmatch(d, p):
/OK3568_Linux_fs/yocto/poky/scripts/lib/recipetool/
H A Dappend.py12 import fnmatch
55 if fnmatch.fnmatchcase(targetpath, d.expand(pthspec)):
80 if fnmatch.fnmatchcase(fullpth, targetpath):
122 if fnmatch.fnmatch(os.path.basename(localpath), workdirfile):
212 if fnmatch.fnmatchcase(os.path.basename(instpath), os.path.basename(srcpath)):
H A Dsetvar.py12 import fnmatch
/OK3568_Linux_fs/yocto/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) {
/OK3568_Linux_fs/buildroot/package/popt/
H A D0004-fix-build-without-wchar.patch26 -AC_CHECK_HEADERS([fnmatch.h glob.h langinfo.h libintl.h mcheck.h stdalign.h])
27 +AC_CHECK_HEADERS([fnmatch.h glob.h langinfo.h libintl.h mcheck.h stdalign.h wchar.h])
H A D0005-fix-build-without-mbstate_t.patch30 -AC_CHECK_HEADERS([fnmatch.h glob.h langinfo.h libintl.h mcheck.h stdalign.h wchar.h])
31 +AC_CHECK_HEADERS([fnmatch.h glob.h langinfo.h libintl.h mcheck.h stdalign.h])
H A D0003-configure-replace-deprecated-macros.patch41 -AC_CHECK_HEADERS(fnmatch.h glob.h langinfo.h libintl.h mcheck.h stdalign.h)
42 +AC_CHECK_HEADERS([fnmatch.h glob.h langinfo.h libintl.h mcheck.h stdalign.h])
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bblayers/
H A Daction.py7 import fnmatch
236 if fnmatch.fnmatch(f1full, item):
H A Dquery.py8 import fnmatch
186 if fnmatch.fnmatch(p, pnm):
286 if fnmatch.fnmatch(pn, pnm):
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd-systemctl/
H A Dsystemctl8 import fnmatch
151 if fnmatch.fnmatch(unit_name, directive.unit_name):
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/cases/
H A Drpm.py6 import fnmatch
90 for f in fnmatch.filter(os.listdir(rpmdir), rpm_doc):
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dfnmatch.h56 extern int fnmatch (const char *__pattern, const char *__name, int __flags);
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dfnmatch.h56 extern int fnmatch (const char *__pattern, const char *__name, int __flags);
/OK3568_Linux_fs/buildroot/package/make/
H A D0001-configure.ac-Support-GLIBC-glob-interface-version-2.patch19 #include <fnmatch.h>
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/perl/
H A Dlibfile-fnmatch-perl_0.02.bb2 DESCRIPTION = "File::FnMatch::fnmatch() provides simple, shell-like pattern \
/OK3568_Linux_fs/yocto/poky/scripts/
H A Doe-pkgdata-util15 import fnmatch
74 if fnmatch.fnmatchcase(pkg, g):
380 if fnmatch.fnmatchcase(pkg, pkgspec):
515 if fnmatch.fnmatchcase(fullpth, args.targetpath):

12345