| /OK3568_Linux_fs/yocto/poky/scripts/lib/recipetool/ |
| H A D | create_buildsys.py | 478 def process_macro(keyword, value): argument 480 …if handler.process_macro(srctree, keyword, value, process_value, libdeps, pcdeps, deps, outlines, … 482 logger.debug('Found keyword %s with value "%s"' % (keyword, value)) 483 if keyword == 'PKG_CHECK_MODULES': 490 elif keyword == 'PKG_CHECK_EXISTS': 497 elif keyword in ('AM_GNU_GETTEXT', 'AM_GLIB_GNU_GETTEXT', 'GETTEXT_PACKAGE'): 499 elif keyword in ('AC_PROG_INTLTOOL', 'IT_PROG_INTLTOOL'): 501 elif keyword == 'AM_PATH_GLIB_2_0': 503 elif keyword in ('AC_CHECK_PROG', 'AC_PATH_PROG', 'AX_WITH_PROG'): 509 … if handler.process_prog(srctree, keyword, value, prog, deps, outlines, inherits, values): [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/host/rk_test/ |
| H A D | main.c | 25 } keyword[] = { variable 47 for (int i = 0; keyword[i].word; i++) in printf_main_cmd() 48 printf(" %s\n", keyword[i].word); in printf_main_cmd() 53 for (int i = 0; keyword[i].word; i++) in config_main_cmd() 54 if (strcasecmp(cp, keyword[i].word) == 0) in config_main_cmd() 55 return keyword[i].main_cmd; in config_main_cmd()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/rk_test/ |
| H A D | main.c | 25 } keyword[] = { variable 53 for (int i = 0; keyword[i].word; i++) in printf_main_cmd() 54 printf(" %s\n", keyword[i].word); in printf_main_cmd() 59 for (int i = 0; keyword[i].word; i++) in config_main_cmd() 60 if (strcasecmp(cp, keyword[i].word) == 0) in config_main_cmd() 61 return keyword[i].main_cmd; in config_main_cmd()
|
| /OK3568_Linux_fs/kernel/fs/orangefs/ |
| H A D | orangefs-debugfs.c | 62 char *keyword; member 552 cdm_array[i].keyword = kzalloc(keyword_len + 1, GFP_KERNEL); in orangefs_prepare_cdm_array() 553 if (!cdm_array[i].keyword) { in orangefs_prepare_cdm_array() 560 cdm_array[i].keyword, in orangefs_prepare_cdm_array() 564 if (!strcmp(cdm_array[i].keyword, ORANGEFS_VERBOSE)) in orangefs_prepare_cdm_array() 567 if (!strcmp(cdm_array[i].keyword, ORANGEFS_ALL)) in orangefs_prepare_cdm_array() 647 strlcat(new, cdm_array[i].keyword, string_size); in orangefs_prepare_debugfs_help_string() 657 strlcat(new, s_kmod_keyword_mask_map[i].keyword, string_size); in orangefs_prepare_debugfs_help_string() 743 if (keyword_is_amalgam((char *) s_kmod_keyword_mask_map[index].keyword)) in do_k_string() 748 strlen(s_kmod_keyword_mask_map[index].keyword)) in do_k_string() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/accessibility/speakup/ |
| H A D | varhandlers.c | 64 int spk_chartab_get_value(char *keyword) in spk_chartab_get_value() argument 68 if (!strcmp(keyword, "ALPHA")) in spk_chartab_get_value() 70 else if (!strcmp(keyword, "B_CTL")) in spk_chartab_get_value() 72 else if (!strcmp(keyword, "WDLM")) in spk_chartab_get_value() 74 else if (!strcmp(keyword, "A_PUNC")) in spk_chartab_get_value() 76 else if (!strcmp(keyword, "PUNC")) in spk_chartab_get_value() 78 else if (!strcmp(keyword, "NUM")) in spk_chartab_get_value() 80 else if (!strcmp(keyword, "A_CAP")) in spk_chartab_get_value() 82 else if (!strcmp(keyword, "B_CAPSYM")) in spk_chartab_get_value() 84 else if (!strcmp(keyword, "B_SYM")) in spk_chartab_get_value()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/contrib/vim/syntax/ |
| H A D | bitbake.vim | 37 syn keyword bbTodo COMBAK FIXME TODO XXX contained 52 syn keyword bbExportFlag export contained nextgroup=bbIdentifier skipwhite 65 syn keyword bbInclude inherit include require contained 70 syn keyword bbStatement addtask deltask addhandler after before EXPORT_FUNCTIONS contained 75 syn keyword bbOEFunctions do_fetch do_unpack do_patch do_configure do_compile do_stage do_ins… 80 syn keyword bbOverrideOperator append prepend remove contained 87 syn keyword bbShFakeRootFlag fakeroot contained 95 syn keyword bbPyFlag python contained 100 syn keyword bbPyDef def contained
|
| /OK3568_Linux_fs/kernel/tools/bpf/bpftool/Documentation/ |
| H A D | bpftool-feature.rst | 38 and run all probes, the **full** keyword should be used. 40 If the **macros** keyword (but not the **-j** option) is 52 When the **unprivileged** keyword is used, bpftool will dump 57 **unprivileged** keyword: This is to avoid misdetection if 59 keyword is unavailable if bpftool was compiled without
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bblayers/ |
| H A D | query.py | 434 m, keyword = self.match_require_include(line) 442 … self.print_cross_files(bbpath, keyword, layername, f, needed_file, args.filenames, ignore_layers) 460 m, keyword = self.match_require_include(line) 464 m, keyword = self.match_inherit(line) 468 …self.print_cross_files(bbpath, keyword, layername, f, m.group(1) + bbclass, args.filenames, ignore… 471 …def print_cross_files(self, bbpath, keyword, layername, f, needed_filename, show_filenames, ignore… argument 481 logger.plain("%s %s %s" %(f, keyword, needed_file)) 490 keyword = "requires" 493 keyword = "includes" 494 return (m, keyword) [all …]
|
| /OK3568_Linux_fs/buildroot/utils/ |
| H A D | size-stats-compare | 116 keyword = 'file' variable 118 keyword = 'package' variable 125 print('Size difference per %s (bytes), threshold = %s' % (keyword, args.threshold))
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | unifdef.c | 191 static char *keyword; /* used for editing #elif's */ variable 453 static void Mpass (void) { memcpy(keyword, "if ", 4); Pelif(); } in Mpass() 522 snprintf(keyword, tline + sizeof(tline) - keyword, in keywordedit() 669 keyword = tline + (cp - tline); in parseline() 671 kwlen = cp - keyword; in parseline() 676 if (strlcmp("ifdef", keyword, kwlen) == 0 || in parseline() 677 strlcmp("ifndef", keyword, kwlen) == 0) { in parseline() 682 retval = (keyword[2] == 'n') in parseline() 692 } else if (strlcmp("if", keyword, kwlen) == 0) in parseline() 694 else if (strlcmp("elif", keyword, kwlen) == 0) in parseline() [all …]
|
| /OK3568_Linux_fs/yocto/meta-qt5/lib/recipetool/ |
| H A D | create_qt5.py | 26 …def process_macro(self, srctree, keyword, value, process_value, libdeps, pcdeps, deps, outlines, i… argument 27 if keyword == 'AX_HAVE_QT': 36 def process_prog(self, srctree, keyword, value, prog, deps, outlines, inherits, values): argument
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/focaltech_test/ |
| H A D | focaltech_test_ini.c | 253 struct ini_keyword *keyword; in print_ini_data() local 267 keyword = §ion->keyword[j]; in print_ini_data() 268 FTS_TEST_DBG("%s=%s\n", keyword->name, keyword->value); in print_ini_data() 375 section->keyword = (struct ini_keyword *)&ini->tmp[ini->keyword_num_total]; in ini_parse_section() 430 struct ini_keyword *keyword; in ini_get_key() local 449 keyword = §ion->keyword[j]; in ini_get_key() 451 if (key_len == strlen(keyword->name)) { in ini_get_key() 452 if (0 == fts_strncmp(keyword->name, key_name, key_len)) { in ini_get_key() 453 key_len = strlen(keyword->value); in ini_get_key() 454 memcpy(value, keyword->value, key_len); in ini_get_key()
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/pvrusb2/ |
| H A D | pvrusb2-debugifc.c | 106 const char *keyword) in debugifc_match_keyword() argument 109 if (!keyword) return 0; in debugifc_match_keyword() 110 kl = strlen(keyword); in debugifc_match_keyword() 112 return !memcmp(buf,keyword,kl); in debugifc_match_keyword()
|
| /OK3568_Linux_fs/kernel/security/keys/encrypted-keys/ |
| H A D | encrypted.c | 179 char *p, *keyword; in datablob_parse() local 181 keyword = strsep(&datablob, " \t"); in datablob_parse() 182 if (!keyword) { in datablob_parse() 186 key_cmd = match_token(keyword, key_tokens, args); in datablob_parse() 231 "when called from .update method\n", keyword); in datablob_parse() 239 "when called from .update method\n", keyword); in datablob_parse() 253 keyword); in datablob_parse() 260 keyword); in datablob_parse()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/gtkperf/gtkperf/ |
| H A D | Makevars | 11 XGETTEXT_OPTIONS = --keyword=_ --keyword=N_
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/ |
| H A D | codegen.py | 213 for keyword in node.keywords: 215 self.write(keyword.arg + '=') 216 self.visit(keyword.value) 378 for keyword in node.keywords: 380 self.write(keyword.arg + '=') 381 self.visit(keyword.value)
|
| /OK3568_Linux_fs/kernel/tools/perf/Documentation/ |
| H A D | tips.txt | 9 Search options using a keyword: perf report -h <keyword> 11 List events using substring match: perf list <keyword>
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | dynamic_debug.c | 384 char *keyword = words[i]; in ddebug_parse_query() local 387 if (!strcmp(keyword, "func")) { in ddebug_parse_query() 389 } else if (!strcmp(keyword, "file")) { in ddebug_parse_query() 406 } else if (!strcmp(keyword, "module")) { in ddebug_parse_query() 408 } else if (!strcmp(keyword, "format")) { in ddebug_parse_query() 413 } else if (!strcmp(keyword, "line")) { in ddebug_parse_query() 417 pr_err("unknown keyword \"%s\"\n", keyword); in ddebug_parse_query()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | providers.py | 90 def versionVariableMatch(cfgData, keyword, pn): argument 97 ver = cfgData.getVar("%s_VERSION:pn-%s" % (keyword, pn)) 99 ver = cfgData.getVar("%s_VERSION_%s" % (keyword, pn)) 101 ver = cfgData.getVar("%s_VERSION" % keyword)
|
| /OK3568_Linux_fs/yocto/meta-browser/meta-chromium/recipes-browser/chromium/files/ |
| H A D | 0001-limit-number-of-LTO-jobs.patch | 7 branch uses quite old llvm that doesn't support this keyword. 59 + # Upstream chromium uses "all" keyword that is available since llvm 13.
|
| /OK3568_Linux_fs/kernel/tools/bootconfig/samples/ |
| H A D | bad-no-keyword.bconf | 1 # No keyword
|
| H A D | bad-dotword.bconf | 1 # do not start keyword with .
|
| /OK3568_Linux_fs/kernel/Documentation/fb/ |
| H A D | sisfb.rst | 56 described above or the vesa keyword instead of mode). If compiled as a module, 74 The desired display mode can be specified using the keyword "mode" with 88 Additionally, sisfb understands the keyword "vesa" followed by a VESA mode 106 You should *not* compile-in vesafb. And please do not use the "vga=" keyword
|
| /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 | 125 extern struct keyword * find_keyword(vector keywords, vector v, char * name); 126 int snprint_keyword(char *buff, int len, char *fmt, struct keyword *kw,
|
| /OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/selinux/android-tools/android-tools/core-debian/ |
| H A D | Nonnull.patch | 1 Description: Bring Clang's _Nonnull keyword to GCC
|