Searched refs:match (Results 1 – 25 of 74) sorted by relevance
123
| /buildroot/package/getent/ |
| A D | getent | 19 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 D | buildroot.lua | 33 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 D | sample_python_augeas.py | 4 hosts = a.match("/files/etc/hosts/*")
|
| /buildroot/package/qoriq-fm-ucode/ |
| A D | Config.in | 6 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 D | lib_mk.py | 28 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 D | lib_hash.py | 49 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 D | lib_sysv.py | 58 if not self.PIDFILE_PATTERN.match(pidfile): 69 if not expected_filename.match(os.path.basename(self.filename)):
|
| A D | lib_config.py | 98 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 D | lib_patch.py | 18 if not self.APPLY_ORDER.match(os.path.basename(self.filename)):
|
| /buildroot/package/wilc-firmware/ |
| A D | Config.in | 13 Ideally, the firmware version should match driver version. 28 Ideally, the firmware version should match driver version.
|
| /buildroot/utils/ |
| A D | getdeveloperlib.py | 25 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 D | test_aarch64_64k.py | 39 …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__.py | 84 m = regexp.match(line) 111 m = regexp.match(line)
|
| /buildroot/package/cracklib/ |
| A D | Config.in | 4 CrackLib tests passwords to determine whether they match
|
| /buildroot/package/prosody/ |
| A D | 0002-add-pidfile.patch | 18 +-- This must match the PIDFILE used in S50prosody
|
| /buildroot/board/chromebook/snow/ |
| A D | linux-4.15-dts-tpm.patch | 5 device tree to match u-boot expectations than to fix u-boot on
|
| /buildroot/package/gkrellm/ |
| A D | Config.in | 10 supports applying themes to match its appearance to your
|
| /buildroot/package/aufs-util/ |
| A D | 0002-no-check-ver.patch | 6 not match the version in the kernel when it is aufs4.x.
|
| A D | Config.in | 24 The version you choose must match that of the aufs support
|
| /buildroot/package/xinetd/ |
| A D | 0005-CVE-2013-4342-xinetd-ignores-user-and-group-directiv.patch | 7 …6100>, xinetd would execute TCPMUX services without dropping privilege to match the service config…
|
| /buildroot/package/icu/ |
| A D | Config.in | 24 Make sure you select the appropiate version to match the one
|
| /buildroot/package/zic/ |
| A D | 0001-remove-dependency-check-on-version-file.patch | 28 V=`git describe --match '[0-9][0-9][0-9][0-9][a-z]*' \
|
| /buildroot/package/am33x-cm3/ |
| A D | 0001-fix-makefile.patch | 5 default -march value that doesn't necessarily match the one needed for
|
| /buildroot/package/nginx-naxsi/ |
| A D | Config.in | 16 Being very simple, those patterns may match legitimate
|
| /buildroot/package/freescale-imx/imx-seco/ |
| A D | Config.in | 21 to match the iMX asics revision.
|
Completed in 46 milliseconds
123