Home
last modified time | relevance | path

Searched refs:pattern (Results 1 – 25 of 37) sorted by relevance

12

/buildroot/utils/
A Dcheck-symbols30 def print_filenames_with_pattern(all_files, files_to_process, pattern): argument
31 … ignored_filenames = file.get_list_of_filenames_with_pattern(all_files, files_to_process, pattern)
32 processed_filenames = file.get_list_of_filenames_with_pattern(files_to_process, [], pattern)
33 …print('========== filenames found with pattern "{}": {}'.format(pattern, len(processed_filenames)))
36 …print('========== ignored filenames with pattern "{}": {}'.format(pattern, len(ignored_filenames)))
41 def print_symbols_with_pattern(db, pattern): argument
42 symbols = db.get_symbols_with_pattern(pattern)
43 print('========== symbols with pattern "{}": {}'.format(pattern, len(symbols)))
A Dscanpypi150 pattern = re.compile(r'^(?!' + prefix + ')(.+?)$')
151 name = pattern.sub(r'python-\1', name)
/buildroot/support/testing/tests/package/
A Dtest_file.py44 for opt_str, path, pattern in tests:
48 self.assertIn(pattern, "\n".join(out))
A Dtest_numactl.py45 for pattern in checks:
46 self.assertIn(pattern, out)
58 for pattern in checks:
59 self.assertIn(pattern, out)
/buildroot/support/scripts/
A Dcheck-bin-arch42 pattern="$(sed -r -e 's:/+:/:g; s:^/*:/:; s:/*$:/:;' <<<"${OPTARG}")"
43 IGNORES+=("${pattern}")
A Dgenerate-gitlab-ci-yml70 pattern=$(echo ${CI_COMMIT_REF_NAME} | sed 's%^.*-defconfigs-\(.*\)%\1%')
71 defconfigs=( $(cd configs; LC_ALL=C ls -1 | grep ^${pattern}) )
/buildroot/package/python-pathspec/
A DConfig.in4 pathspec is a utility library for pattern matching of file
/buildroot/utils/checksymbolslib/
A Dtest_file.py81 def test_get_list_of_filenames_with_pattern(testname, all_files, files_to_process, pattern, expecte… argument
82 files_to_process = m.get_list_of_filenames_with_pattern(all_files, files_to_process, pattern)
A Dfile.py35 def get_list_of_filenames_with_pattern(all_files, exclude_list, pattern): argument
36 re_pattern = re.compile(r'{}'.format(pattern))
A Ddb.py64 def get_symbols_with_pattern(self, pattern): argument
65 re_pattern = re.compile(r'{}'.format(pattern))
/buildroot/package/lpeg/
A DConfig.in4 LPeg is a new pattern-matching library for Lua,
/buildroot/package/ifupdown/
A D0001-archcommon-define-GNU-only-FNM_EXTMATCH-to-zero-on-n.patch9 FNM_EXTMATCH is a GNU extension that enables extended pattern matching
11 usable, albeit with a sligthy reduced pattern matching feature set.
29 + * enables extended pattern matching, which MUSL users should be able to
/buildroot/package/flex/
A DConfig.in5 programs that perform pattern-matching on text.
/buildroot/package/lua-sailor/
A DConfig.in12 design pattern.
/buildroot/package/ripgrep/
A DConfig.in8 for a regex pattern while respecting your gitignore
/buildroot/support/kconfig/
A Dnconf.c1014 char pattern[256]; member
1031 bzero(state->pattern, sizeof(state->pattern)); in do_match()
1038 state->pattern[strlen(state->pattern)] = c; in do_match()
1039 state->pattern[strlen(state->pattern)] = '\0'; in do_match()
1041 *ans = get_mext_match(state->pattern, in do_match()
1045 *ans = get_mext_match(state->pattern, in do_match()
1052 state->pattern[strlen(state->pattern)-1] = '\0'; in do_match()
1059 bzero(state->pattern, sizeof(state->pattern)); in do_match()
1079 .pattern = "", in conf()
1245 .pattern = "", in conf_choice()
[all …]
A Dlkc_proto.h36 struct symbol ** sym_re_search(const char *pattern);
/buildroot/package/dc3dd/
A DConfig.in11 pattern writing, a progress meter, and file verification.
/buildroot/package/dt/
A DConfig.in16 verifys its' default data pattern, then displays
/buildroot/package/x11r7/xdriver_xf86-video-imx/
A D0006-xserver-1.14-compat.patch4 from this driver, following the pattern in
/buildroot/package/readline/
A DConfig.in21 session. This can cause issues and throw off pattern
/buildroot/package/meson/
A D0001-Prefer-ext-static-libs-when-default-library-static.patch6 This patch adds a case in the library pattern logic to prefer static
/buildroot/utils/checkpackagelib/
A Dreadme.txt10 pattern is not in the input file).
38 checks the absence of a pattern in the file will need to use this method.
49 - when testing, verify the error message is displayed when the error pattern is
/buildroot/package/gnupg/
A D0001-build-Always-use-EXTERN_UNLESS_MAIN_MODULE-pattern.patch4 Subject: [PATCH] build: Always use EXTERN_UNLESS_MAIN_MODULE pattern
8 EXTERN_UNLESS_MAIN_MODULE pattern."). However, this upstream commit
/buildroot/docs/manual/
A Dcustomize-packages.adoc29 subdirectories of the +package+ directory (using the pattern

Completed in 44 milliseconds

12