| /buildroot/utils/ |
| A D | check-symbols | 30 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 D | scanpypi | 150 pattern = re.compile(r'^(?!' + prefix + ')(.+?)$') 151 name = pattern.sub(r'python-\1', name)
|
| /buildroot/support/testing/tests/package/ |
| A D | test_file.py | 44 for opt_str, path, pattern in tests: 48 self.assertIn(pattern, "\n".join(out))
|
| A D | test_numactl.py | 45 for pattern in checks: 46 self.assertIn(pattern, out) 58 for pattern in checks: 59 self.assertIn(pattern, out)
|
| /buildroot/support/scripts/ |
| A D | check-bin-arch | 42 pattern="$(sed -r -e 's:/+:/:g; s:^/*:/:; s:/*$:/:;' <<<"${OPTARG}")" 43 IGNORES+=("${pattern}")
|
| A D | generate-gitlab-ci-yml | 70 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 D | Config.in | 4 pathspec is a utility library for pattern matching of file
|
| /buildroot/utils/checksymbolslib/ |
| A D | test_file.py | 81 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 D | file.py | 35 def get_list_of_filenames_with_pattern(all_files, exclude_list, pattern): argument 36 re_pattern = re.compile(r'{}'.format(pattern))
|
| A D | db.py | 64 def get_symbols_with_pattern(self, pattern): argument 65 re_pattern = re.compile(r'{}'.format(pattern))
|
| /buildroot/package/lpeg/ |
| A D | Config.in | 4 LPeg is a new pattern-matching library for Lua,
|
| /buildroot/package/ifupdown/ |
| A D | 0001-archcommon-define-GNU-only-FNM_EXTMATCH-to-zero-on-n.patch | 9 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 D | Config.in | 5 programs that perform pattern-matching on text.
|
| /buildroot/package/lua-sailor/ |
| A D | Config.in | 12 design pattern.
|
| /buildroot/package/ripgrep/ |
| A D | Config.in | 8 for a regex pattern while respecting your gitignore
|
| /buildroot/support/kconfig/ |
| A D | nconf.c | 1014 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 D | lkc_proto.h | 36 struct symbol ** sym_re_search(const char *pattern);
|
| /buildroot/package/dc3dd/ |
| A D | Config.in | 11 pattern writing, a progress meter, and file verification.
|
| /buildroot/package/dt/ |
| A D | Config.in | 16 verifys its' default data pattern, then displays
|
| /buildroot/package/x11r7/xdriver_xf86-video-imx/ |
| A D | 0006-xserver-1.14-compat.patch | 4 from this driver, following the pattern in
|
| /buildroot/package/readline/ |
| A D | Config.in | 21 session. This can cause issues and throw off pattern
|
| /buildroot/package/meson/ |
| A D | 0001-Prefer-ext-static-libs-when-default-library-static.patch | 6 This patch adds a case in the library pattern logic to prefer static
|
| /buildroot/utils/checkpackagelib/ |
| A D | readme.txt | 10 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 D | 0001-build-Always-use-EXTERN_UNLESS_MAIN_MODULE-pattern.patch | 4 Subject: [PATCH] build: Always use EXTERN_UNLESS_MAIN_MODULE pattern 8 EXTERN_UNLESS_MAIN_MODULE pattern."). However, this upstream commit
|
| /buildroot/docs/manual/ |
| A D | customize-packages.adoc | 29 subdirectories of the +package+ directory (using the pattern
|