| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | genboardscfg.py | 19 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 D | aliasing-test.c | 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()
|
| /OK3568_Linux_fs/yocto/poky/scripts/contrib/ |
| H A D | devtool-stress.py | 22 import fnmatch 61 if fnmatch.fnmatch(pn, onlyitem): 83 if fnmatch.fnmatch(pn, item): 90 if fnmatch.fnmatch(pn, item):
|
| H A D | graph-tool | 54 import fnmatch 68 if fnmatch.fnmatch(taskname, extask):
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | copyleft_filter.bbclass | 48 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 D | license.py | 8 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 D | sstatesig.py | 335 import fnmatch 493 import fnmatch 614 if fnmatch.fnmatch(path, entry): 633 if not fnmatch.fnmatch(path, entry):
|
| H A D | sdk.py | 91 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 D | import.py | 14 import fnmatch 70 if fnmatch.fnmatch(current_fn, '*' + fn.replace('%', '') + '*'):
|
| /OK3568_Linux_fs/buildroot/support/scripts/ |
| H A D | graph-depends | 28 from fnmatch import fnmatch 216 if fnmatch(pkg, p): 230 if fnmatch(d, p):
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/recipetool/ |
| H A D | append.py | 12 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 D | setvar.py | 12 import fnmatch
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/ifupdown/files/ |
| H A D | 0001-Define-FNM_EXTMATCH-for-musl.patch | 12 | 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 D | 0004-fix-build-without-wchar.patch | 26 -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 D | 0005-fix-build-without-mbstate_t.patch | 30 -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 D | 0003-configure-replace-deprecated-macros.patch | 41 -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 D | action.py | 7 import fnmatch 236 if fnmatch.fnmatch(f1full, item):
|
| H A D | query.py | 8 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 D | systemctl | 8 import fnmatch 151 if fnmatch.fnmatch(unit_name, directive.unit_name):
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/cases/ |
| H A D | rpm.py | 6 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 D | fnmatch.h | 56 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 D | fnmatch.h | 56 extern int fnmatch (const char *__pattern, const char *__name, int __flags);
|
| /OK3568_Linux_fs/buildroot/package/make/ |
| H A D | 0001-configure.ac-Support-GLIBC-glob-interface-version-2.patch | 19 #include <fnmatch.h>
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/perl/ |
| H A D | libfile-fnmatch-perl_0.02.bb | 2 DESCRIPTION = "File::FnMatch::fnmatch() provides simple, shell-like pattern \
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | oe-pkgdata-util | 15 import fnmatch 74 if fnmatch.fnmatchcase(pkg, g): 380 if fnmatch.fnmatchcase(pkg, pkgspec): 515 if fnmatch.fnmatchcase(fullpth, args.targetpath):
|