| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/ |
| H A D | gitarchive.py | 105 keywords): argument 107 keyws = keywords.copy() 130 … branch_name, no_tag, tagname, tag_msg_subject, tag_msg_body, exclude, notes, push, keywords, log): argument 139 commit_msg = format_str(commit_msg_subject.strip(), keywords) 140 commit_msg += '\n\n' + format_str(commit_msg_body, keywords) 141 branch_name = format_str(branch_name, keywords) 146 tag_msg_body, keywords)
|
| /OK3568_Linux_fs/kernel/scripts/genksyms/ |
| H A D | keywords.c | 5 } keywords[] = { variable 63 #define NR_KEYWORDS (sizeof(keywords)/sizeof(struct resword)) 69 struct resword *r = keywords + i; in is_reserved_word()
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/recipetool/ |
| H A D | create_buildsys_python.py | 639 for key, value in list(visitor.keywords.items()): 650 del visitor.keywords[key] 652 return visitor.keywords, visitor.imported_modules, non_literals, extensions 658 self.keywords = {} 670 self.keywords = call.keywords 671 for k, v in self.keywords.items():
|
| H A D | create_buildsys.py | 602 keywords = ['PKG_CHECK_MODULES', 650 handler.extend_keywords(keywords) 668 for keyword in keywords: 716 def extend_keywords(self, keywords): argument
|
| /OK3568_Linux_fs/yocto/meta-qt5/lib/recipetool/ |
| H A D | create_qt5.py | 33 def extend_keywords(self, keywords): argument 34 keywords.append('AX_HAVE_QT')
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | oe-git-archive | 100 keywords = {'hostname': get_nested(metadata, ['hostname']), 109 args.exclude, args.notes, args.push, keywords, log)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/curl/curl/ |
| H A D | CVE-2023-23914_5-4.patch | 42 + ($has_hyper && ($keywords{"HTTP"} || $keywords{"HTTPS"}))) {
|
| H A D | CVE-2023-23914_5-5.patch | 38 +<keywords> 43 +</keywords>
|
| H A D | CVE-2023-23916.patch | 70 +<keywords> 73 +</keywords>
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/resulttool/ |
| H A D | store.py | 68 keywords = {'commit': r[0], 'branch': r[1], "commit_count": r[2]} 78 [], [], False, keywords, logger)
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | get_maintainer.pl | 55 my $keywords = 1; 248 'k|keywords!' => \$keywords, 286 $keywords = 0; 482 if ($file ne "MAINTAINERS" && -f $file && ($keywords || $file_emails)) { 487 if ($keywords) { 526 } elsif ($keywords) { 738 if ($keywords) { 860 --keywords => scan patch for keywords (default: $keywords) 1638 k keywords in file [$keywords] 1772 bool_invert(\$keywords);
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | get_maintainer.pl | 59 my $keywords = 1; 274 'k|keywords!' => \$keywords, 320 $keywords = 0; 551 if ($file ne "MAINTAINERS" && -f $file && $keywords) { 556 if ($keywords) { 604 } elsif ($keywords) { 947 if ($keywords) { 1077 --keywords => scan patch for keywords (default: $keywords) 1860 k keywords in file [$keywords] 1994 bool_invert(\$keywords);
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/ |
| H A D | 0027-RH-warn-on-invalid-regex-instead-of-failing.patch | 120 extern void free_keywords(vector keywords); 125 extern struct keyword * find_keyword(vector keywords, vector v, char * name);
|
| /OK3568_Linux_fs/buildroot/support/download/ |
| H A D | svn | 53 _svn export --ignore-keywords ${quiet} "${@}" "'${uri}@${rev}'" "'${basename}'"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/gperf/ |
| H A D | gperf_3.1.bb | 3 SUMMARY = "Generate a perfect hash function from a set of keywords"
|
| /OK3568_Linux_fs/kernel/tools/perf/Documentation/ |
| H A D | perf-annotate.txt | 131 The local/global keywords set if the percentage is computed 133 The period/hits keywords set the base the percentage is computed
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-robotframework_5.0.bb | 6 with Python or Java, and users can create new higher-level keywords from\
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | pxe.c | 847 static const struct token keywords[] = { variable 956 for (i = 0; keywords[i].val; i++) { in get_keyword() 957 if (!strcmp(t->val, keywords[i].val)) { in get_keyword() 958 t->type = keywords[i].type; in get_keyword()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-mkv/libebml/libebml/ |
| H A D | ldflags.patch | 11 WARNINGFLAGS=-Wall -Wextra -Wno-unknown-pragmas -ansi -fno-gnu-keywords -Wshadow
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-wheel/ |
| H A D | 0001-Backport-pyproject.toml-from-flit-backend-branch.patch | 45 +keywords = ["wheel", "packaging"]
|
| /OK3568_Linux_fs/buildroot/package/libglib2/ |
| H A D | 0002-remove-cpp-requirement.patch | 7 reserved keywords in public headers. Because this is just a test, it isn't
|
| /OK3568_Linux_fs/kernel/tools/bpf/bpftool/Documentation/ |
| H A D | bpftool-feature.rst | 66 The keywords **full**, **macros** and **prefix** have the
|
| /OK3568_Linux_fs/kernel/Documentation/process/ |
| H A D | programming-language.rst | 32 The kernel defines pseudo-keywords (e.g. ``__pure``) instead of using
|
| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/intel/ |
| H A D | e1000.rst | 338 Three keywords are used to control the speed and duplex configuration. 339 These keywords are Speed, Duplex, and AutoNeg. 341 If the board uses a fiber interface, these keywords are ignored, and the 344 For copper-based boards, the keywords interact as follows:
|
| /OK3568_Linux_fs/kernel/Documentation/ |
| H A D | dontdiff | 153 keywords.c
|