/third_party/ltp/tools/apicmds/ |
D | ltpapicmd.c | 72 static char cmd_name[1024]; /* name by which this program is invoked tst_brk etc */ variable 126 cmd_name); in apicmd_brk() 148 cmd_name); in apicmd_res() 167 cmd_name); in apicmd_brkm() 184 cmd_name); in apicmd_resm() 259 strcpy(cmd_name, SAFE_BASENAME(NULL, (argv++)[0])); in main() 265 if(!strcmp(cmd_name, "tst_fs_has_free")) { in main() 293 if (strcmp(cmd_name, "tst_brk") == 0) { in main() 295 } else if (strcmp(cmd_name, "tst_res") == 0) { in main() 297 } else if (strcmp(cmd_name, "tst_brkm") == 0) { in main() [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/scripts/ |
D | generate_entry_points.py | 576 def format_entry_point_decl(cmd_name, proto, params, is_explicit_context): argument 579 name=cmd_name[2:], 580 return_type=proto[:-len(cmd_name)], 662 def default_return_value(cmd_name, return_type): argument 665 return "GetDefaultReturnValue<EntryPoint::" + cmd_name[2:] + ", " + return_type + ">()" 668 def get_context_getter_function(cmd_name, is_explicit_context): argument 681 if cmd_name.startswith(context_lost_entry_pont): 706 def get_packed_enums(cmd_packed_gl_enums, cmd_name): argument 708 return cmd_packed_gl_enums.get(strip_suffix(cmd_name), {}) 711 def format_entry_point_def(command_node, cmd_name, proto, params, is_explicit_context, argument [all …]
|
/third_party/skia/third_party/externals/angle2/scripts/ |
D | generate_entry_points.py | 1253 def is_aliasing_excepted(api, cmd_name): argument 1254 return api == apis.GLES and cmd_name in ALIASING_EXCEPTIONS 1289 def format_entry_point_decl(api, cmd_name, proto, params): argument 1291 stripped = strip_api_prefix(cmd_name) 1296 return_type=proto[:-len(cmd_name)].strip(), 1417 def is_context_lost_acceptable_cmd(cmd_name): argument 1428 if cmd_name.startswith(context_lost_entry_pont): 1433 def get_context_getter_function(cmd_name): argument 1434 if is_context_lost_acceptable_cmd(cmd_name): 1440 def get_valid_context_check(cmd_name): argument [all …]
|
D | registry_xml.py | 408 def strip_api_prefix(cmd_name): argument 409 return cmd_name.lstrip("cwegl") 414 cmd_name = proto.find('name').text 415 return cmd_name 554 cmd_name = get_cmd_name(command_node) 557 cmd_name = cmd_name if cmd_name[:3] == 'wgl' else 'wgl' + cmd_name 559 if cmd_name not in commands: 571 self._cmd_info.append((cmd_name, command_node, param_text, proto_text))
|
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/ |
D | commands.c | 98 gcp->program_name, gcp->cmd_name, arg_name); in required_arg() 99 help_me(gcp->cmd_name); in required_arg() 469 gcp->program_name, gcp->cmd_name); 1004 char *cmd_name; member 1010 .cmd_name = "quit",.cmd_func = quit,.cmd_help = 1013 .cmd_name = "help",.cmd_func = help_me,.cmd_help = 1016 .cmd_name = "pid",.cmd_func = show_pid,.cmd_help = 1018 .cmd_name = "pause",.cmd_func = pause_me,.cmd_help = 1021 .cmd_name = "numa",.cmd_func = numa_info,.cmd_help = 1025 .cmd_name = "migrate",.cmd_func = migrate_process,.cmd_help = [all …]
|
D | memtoy.h | 59 char *cmd_name; /* currently executing command */ member
|
/third_party/openssl/crypto/engine/ |
D | eng_ctrl.c | 26 if ((defn->cmd_num == 0) || (defn->cmd_name == NULL)) in int_ctrl_cmd_is_null() 34 while (!int_ctrl_cmd_is_null(defn) && (strcmp(defn->cmd_name, s) != 0)) { in int_ctrl_cmd_by_name() 108 return strlen(cdp->cmd_name); in int_ctrl_helper() 110 return strlen(strcpy(s, cdp->cmd_name)); in int_ctrl_helper() 193 int ENGINE_ctrl_cmd(ENGINE *e, const char *cmd_name, in ENGINE_ctrl_cmd() argument 198 if (e == NULL || cmd_name == NULL) { in ENGINE_ctrl_cmd() 204 0, (void *)cmd_name, NULL)) <= 0) { in ENGINE_ctrl_cmd() 229 int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg, in ENGINE_ctrl_cmd_string() argument 236 if (e == NULL || cmd_name == NULL) { in ENGINE_ctrl_cmd_string() 242 0, (void *)cmd_name, NULL)) <= 0) { in ENGINE_ctrl_cmd_string()
|
/third_party/python/Lib/distutils/command/ |
D | bdist.py | 129 cmd_name = commands[i] 130 sub_cmd = self.reinitialize_command(cmd_name) 131 if cmd_name not in self.no_format_option: 135 if cmd_name == 'bdist_dumb': 141 if cmd_name in commands[i+1:]: 143 self.run_command(cmd_name)
|
D | install.py | 557 for cmd_name in self.get_sub_commands(): 558 self.run_command(cmd_name) 603 for cmd_name in self.get_sub_commands(): 604 cmd = self.get_finalized_command(cmd_name) 621 for cmd_name in self.get_sub_commands(): 622 cmd = self.get_finalized_command(cmd_name)
|
D | build.py | 134 for cmd_name in self.get_sub_commands(): 135 self.run_command(cmd_name)
|
D | register.py | 48 for cmd_name in self.get_sub_commands(): 49 self.run_command(cmd_name)
|
D | sdist.py | 146 for cmd_name in self.get_sub_commands(): 147 self.run_command(cmd_name)
|
/third_party/flutter/skia/third_party/externals/angle2/ |
D | PRESUBMIT.py | 54 cmd_name = 'run_code_generation' 56 test_cmd = input_api.Command(name=cmd_name, cmd=cmd, kwargs={}, message=Msg) 58 print('Running ' + cmd_name)
|
/third_party/e2fsprogs/misc/ |
D | e4crypt.c | 631 const char *cmd_name; member 842 for (p = cmd_list; p->cmd_name; p++) { in do_help() 845 if (strcmp(p->cmd_name, argv[1]) == 0) { in do_help() 856 for (p = cmd_list; p->cmd_name; p++) { in do_help() 859 printf(" %-20s %s\n", p->cmd_name, p->cmd_desc); in do_help() 874 for (cmd = cmd_list; cmd->cmd_name; cmd++) { in main() 875 if (strcmp(cmd->cmd_name, argv[1]) == 0) { in main()
|
/third_party/f2fs-tools/tools/ |
D | f2fscrypt.c | 668 const char *cmd_name; member 882 for (p = cmd_list; p->cmd_name; p++) { in do_help() 885 if (strcmp(p->cmd_name, argv[1]) == 0) { in do_help() 896 for (p = cmd_list; p->cmd_name; p++) { in do_help() 899 printf(" %-20s %s\n", p->cmd_name, p->cmd_desc); in do_help() 914 for (cmd = cmd_list; cmd->cmd_name; cmd++) { in main() 915 if (strcmp(cmd->cmd_name, argv[1]) == 0) { in main()
|
/third_party/f2fs-tools/tools/f2fs_io/ |
D | f2fs_io.c | 48 const char *cmd_name; member 971 for (p = cmd_list; p->cmd_name; p++) { in do_help() 974 if (strcmp(p->cmd_name, argv[1]) == 0) { in do_help() 985 for (p = cmd_list; p->cmd_name; p++) { in do_help() 988 printf(" %-20s %s\n", p->cmd_name, p->cmd_desc); in do_help() 1039 for (cmd = cmd_list; cmd->cmd_name; cmd++) { in main() 1040 if (strcmp(cmd->cmd_name, argv[1]) == 0) { in main()
|
/third_party/skia/third_party/externals/angle2/ |
D | PRESUBMIT.py | 241 cmd_name = 'run_code_generation' 243 test_cmd = input_api.Command(name=cmd_name, cmd=cmd, kwargs={}, message=Msg) 245 print('Running ' + cmd_name)
|
/third_party/openssl/include/openssl/ |
D | engine.h | 253 const char *cmd_name; /* The command name itself */ member 429 int ENGINE_ctrl_cmd(ENGINE *e, const char *cmd_name, 454 int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg,
|
/third_party/python/Lib/distutils/ |
D | cmd.py | 323 for (cmd_name, method) in self.sub_commands: 325 commands.append(cmd_name)
|
D | dist.py | 319 for cmd_name in commands: 320 opt_dict = self.command_options.get(cmd_name) 323 "no option dict for '%s' command" % cmd_name) 326 "option dict for '%s' command:" % cmd_name)
|
/third_party/uboot/u-boot-2020.01/board/boundary/nitrogen6x/ |
D | nitrogen6x.c | 1029 char cmd_name[sizeof(kbd_command_prefix) + 1]; in preboot_keys() local 1031 sprintf(cmd_name, "%s%c", kbd_command_prefix, *suffix); in preboot_keys() 1032 cmd = env_get(cmd_name); in preboot_keys()
|
/third_party/skia/third_party/externals/angle2/src/tests/ |
D | capture_replay_tests.py | 151 cmd_name = os.path.basename(command[0]) 152 self.runtimes.setdefault(cmd_name, 0.0) 153 self.runtimes[cmd_name] += elapsed_time
|
/third_party/curl/lib/vtls/ |
D | openssl.c | 817 const char *cmd_name = "LOAD_CERT_CTRL"; in cert_stuff() local 828 0, (void *)cmd_name, NULL)) { in cert_stuff() 834 if(!ENGINE_ctrl_cmd(data->state.engine, cmd_name, in cert_stuff()
|
/third_party/openssl/doc/man3/ |
D | ENGINE_add.pod | 107 int ENGINE_ctrl_cmd(ENGINE *e, const char *cmd_name, 109 int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | tls_openssl.c | 1258 const char *cmd_name = "LOAD_CERT_CTRL"; in tls_engine_init() local 1262 0, (void *)cmd_name, NULL)) { in tls_engine_init()
|