| /external/webrtc/third_party/gflags/gen/win/include/private/ |
| config.h | 32 /* Define to 1 if you have the <fnmatch.h> header file. */
|
| /external/autotest/client/bin/result_tools/ |
| utils.py | 32 import fnmatch 209 for filename in fnmatch.filter(filenames, 'dir_summary_*.json'):
|
| /external/iproute2/misc/ |
| nstat.c | 20 #include <fnmatch.h> 118 if (!fnmatch(patterns[i], id, 0))
|
| /external/linux-kselftest/tools/testing/selftests/tc-testing/ |
| tdc.py | 310 import fnmatch 319 for filename in fnmatch.filter(filenames, '*.json'):
|
| /external/lisa/libs/utils/ |
| results.py | 20 import fnmatch as fnm 321 if not fnm.fnmatch(task_idx, 'rt-app-*.log'):
|
| /external/toybox/toys/pending/ |
| modprobe.c | 253 if (fnmatch(aliase, modent->name, 0)) continue; 300 if (!cmdname || !fnmatch(cmdname, name, 0)) {
|
| /external/toybox/toys/posix/ |
| grep.c | 344 if (!fnmatch(al->arg, new->name, 0)) return 0; 348 if (!fnmatch(al->arg, new->name, 0)) break;
|
| /frameworks/compile/mclinker/lib/LD/ |
| GarbageCollection.cpp | 29 #include <fnmatch.h> 30 #define fnmatch0(pattern, string) (fnmatch(pattern, string, 0) == 0)
|
| /frameworks/compile/mclinker/lib/Object/ |
| SectionMap.cpp | 27 #include <fnmatch.h> 28 #define fnmatch0(pattern, string) (fnmatch(pattern, string, 0) == 0)
|
| /bionic/libc/tools/ |
| posix-2013.txt | 282 fnmatch
|
| /external/llvm/utils/abtest/ |
| abtest.py | 42 from fnmatch import filter
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
| bdb.py | 3 import fnmatch
101 if fnmatch.fnmatch(module_name, pattern):
|
| /external/dhcpcd-6.8.2/ |
| dhcpcd.8.in | 635 .Xr fnmatch 3 . 640 .Xr fnmatch 3 . 726 .Xr fnmatch 3 ,
|
| if.c | 55 #include <fnmatch.h> 357 if (!fnmatch(ctx->ifdv[i], p, 0)) 362 if (!fnmatch(ctx->ifav[i], p, 0))
|
| /external/fio/tools/plot/ |
| fio2gnuplot | 23 import fnmatch 35 if fnmatch.fnmatch(file, pattern):
|
| /external/kmod/libkmod/ |
| libkmod-index.c | 23 #include <fnmatch.h> 512 if (fnmatch(strbuf_str(buf), subkey, 0) == 0) 987 if (fnmatch(strbuf_str(buf), subkey, 0) == 0)
|
| /external/python/cpython2/Lib/ |
| bdb.py | 3 import fnmatch 106 if fnmatch.fnmatch(module_name, pattern):
|
| /external/python/cpython3/Lib/ |
| bdb.py | 3 import fnmatch 129 if fnmatch.fnmatch(module_name, pattern):
|
| /external/python/cpython3/Lib/unittest/ |
| loader.py | 11 from fnmatch import fnmatch 374 return fnmatch(path, pattern)
|
| /external/skia/ |
| PRESUBMIT.py | 14 import fnmatch 377 if fnmatch.fnmatch(owner_email, email_fnmatch):
|
| /external/skqp/ |
| PRESUBMIT.py | 14 import fnmatch 353 if fnmatch.fnmatch(owner_email, email_fnmatch):
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/ |
| bdb.py | 3 import fnmatch 106 if fnmatch.fnmatch(module_name, pattern):
|
| /prebuilts/gdb/linux-x86/lib/python2.7/ |
| bdb.py | 3 import fnmatch 106 if fnmatch.fnmatch(module_name, pattern):
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
| bdb.py | 3 import fnmatch 106 if fnmatch.fnmatch(module_name, pattern):
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
| bdb.py | 3 import fnmatch 106 if fnmatch.fnmatch(module_name, pattern):
|