HomeSort by relevance Sort by last modified time
    Searched full:fnmatch (Results 351 - 375 of 556) sorted by null

<<11121314151617181920>>

  /external/selinux/libselinux/src/
booleans.c 18 #include <fnmatch.h>
  /ndk/sources/host-tools/make-3.81/
config.ami 60 /* Define if your system has a working fnmatch function. */
config.h-vms 79 /* Define if your system has a working fnmatch function. */
configure.in 352 #include <fnmatch.h>
  /toolchain/binutils/binutils-2.25/libiberty/
Makefile.in 132 fnmatch.c fopen_unlocked.c \
174 ./fnmatch.$(objext) ./fopen_unlocked.$(objext) \
333 TEXIFILES = fnmatch.txh pexecute.txh simple-object.txh
778 ./fnmatch.$(objext): $(srcdir)/fnmatch.c config.h $(INCDIR)/fnmatch.h \
781 $(COMPILE.c) $(PICFLAG) $(srcdir)/fnmatch.c -o pic/$@; \
784 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/fnmatch.c -o noasan/$@; \
786 $(COMPILE.c) $(srcdir)/fnmatch.c $(OUTPUT_OPTION)
    [all...]
  /build/kati/
find.cc 20 #include <fnmatch.h>
53 return fnmatch(name_.c_str(), Basename(path).data(), 0) == 0;
  /external/chromium-trace/catapult/third_party/webtest/webtest/
app.py 16 import fnmatch
646 if re.match(fnmatch.translate(status), res_status, re.I):
  /external/curl/lib/
ftplistparser.c 321 /* get correct fnmatch callback */
322 compare = conn->data->set.fnmatch;
  /external/iproute2/misc/
ifstat.c 20 #include <fnmatch.h>
104 if (!fnmatch(patterns[i], id, 0))
rtacct.c 21 #include <fnmatch.h>
  /frameworks/compile/libbcc/gdb_plugin/
android-commands.py 27 import fnmatch
668 for filename in fnmatch.filter(filenames, self.manifest_name):
  /prebuilts/gdb/darwin-x86/lib/python2.7/
shutil.py 11 import fnmatch
141 ignored_names.extend(fnmatch.filter(names, pattern))
  /prebuilts/gdb/linux-x86/lib/python2.7/
shutil.py 11 import fnmatch
141 ignored_names.extend(fnmatch.filter(names, pattern))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
shutil.py 11 import fnmatch
141 ignored_names.extend(fnmatch.filter(names, pattern))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
shutil.py 11 import fnmatch
141 ignored_names.extend(fnmatch.filter(names, pattern))
  /external/iproute2/ip/
ipaddress.c 26 #include <fnmatch.h>
641 fnmatch(filter.label, RTA_DATA(tb[IFLA_IFNAME]), 0))
740 fnmatch(filter.label, RTA_DATA(tb[IFLA_IFNAME]), 0))
988 if (fnmatch(filter.label, label, 0) != 0)
    [all...]
  /external/nanopb-c/generator/
nanopb_generator.py     [all...]
  /bionic/libc/
libc.arm.brillo.map 372 fnmatch;
libc.arm.map 372 fnmatch;
libc.map.txt 374 fnmatch;
libc.mips.map 370 fnmatch;
libc.x86.map 368 fnmatch;
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py2/
shell.py 30 import fnmatch as _fnmatch
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py2/
shell.py 30 import fnmatch as _fnmatch
  /hardware/bsp/intel/peripheral/libmraa/src/
mraa.c 211 if (fnmatch(IIO_DEVICE_WILDCARD, basename(path), 0) == 0) {

Completed in 2383 milliseconds

<<11121314151617181920>>