Home
last modified time | relevance | path

Searched refs:match (Results 1 – 25 of 74) sorted by relevance

123

/buildroot/package/getent/
A Dgetent19 match="^$2:\|^[^:]*:[^:]*:$2:" ;;
21 match="^$2:" ;;
23 match="^[[:space:]]*$2\>" ;;
25 match="\<$2\>" ;;
27 match="^[[:space:]]*$2[[:space:]]*:" ;;
44 sed "s/#.*//; /$match/q; d" "$file" | grep . || exit 2
/buildroot/package/luarocks/
A Dbuildroot.lua33 if license:match('MIT/X') then
60 if mod:match'%.c$' then
69 if src:match'%.c$' then
81 if not name:match('%.') then
149 local only_luajit = rockspec.package:match('^lj')
153 elseif not summary:match('%.%s*$') then
194 local revision = version:match('-(%d+)$')
377 or v:match('^LICENSE') then
386 if v:match('^docs?/LICENSE')
387 or v:match('^docs?/license')
[all …]
/buildroot/support/testing/tests/package/
A Dsample_python_augeas.py4 hosts = a.match("/files/etc/hosts/*")
/buildroot/package/qoriq-fm-ucode/
A DConfig.in6 specific binaries, and those also have to further match
19 This string should match a file in qoriq-fm-ucode of the form
/buildroot/utils/checkpackagelib/
A Dlib_mk.py28 if self.INSTALL_TO_HOSTDIR_USR.match(text.rstrip()):
233 if self.TAB_OR_MULTIPLE_SPACES_BEFORE_BACKSLASH.match(text.rstrip()):
313 if self.ALLOWED.match(variable):
365 if self.VARIABLE_WITH_BRACES.match(text.rstrip()):
404 match = self.CPE_FIELDS_RE.match(text)
405 if match:
406 var, field, val = match.groups()
409 match = self.VERSION_RE.match(text)
410 if match:
411 self.CPE_fields_defaults["VERSION"] = match.groups()[1]
A Dlib_hash.py49 if not re.match("^[0-9A-Fa-f]{%s}$" % self.len_of_hash[htype], hexa):
67 if not re.match(re.escape("{} {} {}".format(*fields)), text):
A Dlib_sysv.py58 if not self.PIDFILE_PATTERN.match(pidfile):
69 if not expected_filename.match(os.path.basename(self.filename)):
A Dlib_config.py98 source_line = re.match(r'^\s*source ".*/([^/]*)/Config.in(.host)?"', text)
178 if self.HELP_TEXT_FORMAT.match(text.rstrip()):
180 if self.URL_ONLY.match(text.strip()):
A Dlib_patch.py18 if not self.APPLY_ORDER.match(os.path.basename(self.filename)):
/buildroot/package/wilc-firmware/
A DConfig.in13 Ideally, the firmware version should match driver version.
28 Ideally, the firmware version should match driver version.
/buildroot/utils/
A Dgetdeveloperlib.py25 m = FIND_INFRA_IN_PATCH.match(line)
53 m = FIND_INFRA_IN_MK.match(line)
170 m = re.match(r"^\s*default \"([^\"]*)\".*", line)
184 if not re.match(r"^.*/arch/Config\.in\..*$", fname):
193 m = re.match(r"^package/pkg-([^.]*).mk$", fname)
/buildroot/support/testing/tests/toolchain/
A Dtest_aarch64_64k.py39 …r = re.match(r".*Dentry cache hash table entries: [0-9]* \(order: ([0-9]*), ([0-9]*) bytes.*", out…
/buildroot/support/testing/infra/
A D__init__.py84 m = regexp.match(line)
111 m = regexp.match(line)
/buildroot/package/cracklib/
A DConfig.in4 CrackLib tests passwords to determine whether they match
/buildroot/package/prosody/
A D0002-add-pidfile.patch18 +-- This must match the PIDFILE used in S50prosody
/buildroot/board/chromebook/snow/
A Dlinux-4.15-dts-tpm.patch5 device tree to match u-boot expectations than to fix u-boot on
/buildroot/package/gkrellm/
A DConfig.in10 supports applying themes to match its appearance to your
/buildroot/package/aufs-util/
A D0002-no-check-ver.patch6 not match the version in the kernel when it is aufs4.x.
A DConfig.in24 The version you choose must match that of the aufs support
/buildroot/package/xinetd/
A D0005-CVE-2013-4342-xinetd-ignores-user-and-group-directiv.patch7 …6100>, xinetd would execute TCPMUX services without dropping privilege to match the service config…
/buildroot/package/icu/
A DConfig.in24 Make sure you select the appropiate version to match the one
/buildroot/package/zic/
A D0001-remove-dependency-check-on-version-file.patch28 V=`git describe --match '[0-9][0-9][0-9][0-9][a-z]*' \
/buildroot/package/am33x-cm3/
A D0001-fix-makefile.patch5 default -march value that doesn't necessarily match the one needed for
/buildroot/package/nginx-naxsi/
A DConfig.in16 Being very simple, those patterns may match legitimate
/buildroot/package/freescale-imx/imx-seco/
A DConfig.in21 to match the iMX asics revision.

Completed in 46 milliseconds

123