Home
last modified time | relevance | path

Searched refs:cmdstr (Results 1 - 23 of 23) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-data.c107 const char *cmdstr; in cmd_data() local
118 cmdstr = argv[0]; in cmd_data()
121 if (strcmp(cmd->name, cmdstr)) in cmd_data()
127 pr_err("Unknown command: %s\n", cmdstr); in cmd_data()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-data.c103 const char *cmdstr; in cmd_data() local
113 cmdstr = argv[0]; in cmd_data()
116 if (strcmp(cmd->name, cmdstr)) in cmd_data()
122 pr_err("Unknown command: %s\n", cmdstr); in cmd_data()
/third_party/openssl/ssl/
H A Dssl_mcnf.c70 char *cmdstr, *arg; in ssl_do_config() local
72 conf_ssl_get_cmd(cmds, i, &cmdstr, &arg); in ssl_do_config()
73 rv = SSL_CONF_cmd(cctx, cmdstr, arg); in ssl_do_config()
78 "section=%s, cmd=%s, arg=%s", name, cmdstr, arg); in ssl_do_config()
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_mcnf.c71 char *cmdstr, *arg; in ssl_do_config() local
74 conf_ssl_get_cmd(cmds, i, &cmdstr, &arg); in ssl_do_config()
75 rv = SSL_CONF_cmd(cctx, cmdstr, arg); in ssl_do_config()
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/os_dep/
H A Drtw_android.c65 int rtw_android_cmdstr_to_num(char *cmdstr) in rtw_android_cmdstr_to_num() argument
70 if (!strncasecmp(cmdstr, android_wifi_cmd_str[cmd_num], in rtw_android_cmdstr_to_num()
/third_party/node/deps/openssl/openssl/crypto/conf/
H A Dconf_ssl.c169 * conf_ssl_get). The name of the command will be returned in |*cmdstr| and the
172 void conf_ssl_get_cmd(const SSL_CONF_CMD *cmd, size_t idx, char **cmdstr, in conf_ssl_get_cmd() argument
175 *cmdstr = cmd[idx].cmd; in conf_ssl_get_cmd()
/third_party/openssl/crypto/conf/
H A Dconf_ssl.c169 * conf_ssl_get). The name of the command will be returned in |*cmdstr| and the
172 void conf_ssl_get_cmd(const SSL_CONF_CMD *cmd, size_t idx, char **cmdstr, in conf_ssl_get_cmd() argument
175 *cmdstr = cmd[idx].cmd; in conf_ssl_get_cmd()
/third_party/node/deps/openssl/openssl/include/internal/
H A Dsslconf.h18 void conf_ssl_get_cmd(const SSL_CONF_CMD *cmd, size_t idx, char **cmdstr,
/third_party/openssl/include/internal/
H A Dsslconf.h18 void conf_ssl_get_cmd(const SSL_CONF_CMD *cmd, size_t idx, char **cmdstr,
/third_party/openssl/ohos_lite/include/internal/
H A Dsslconf.h17 void conf_ssl_get_cmd(const SSL_CONF_CMD *cmd, size_t idx, char **cmdstr,
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/include/
H A Drtw_android.h48 int rtw_android_cmdstr_to_num(char *cmdstr);
/kernel/linux/linux-5.10/kernel/debug/
H A Ddebug_core.h76 extern int kdb_parse(const char *cmdstr);
/kernel/linux/linux-6.6/kernel/debug/
H A Ddebug_core.h76 extern int kdb_parse(const char *cmdstr);
/kernel/linux/linux-5.10/kernel/debug/kdb/
H A Dkdb_main.c732 static int kdb_defcmd2(const char *cmdstr, const char *argv0) in kdb_defcmd2() argument
755 cmdstr); in kdb_defcmd2()
760 s->command[s->count++] = kdb_strdup(cmdstr, GFP_KDB); in kdb_defcmd2()
949 * cmdstr The input command line to be parsed.
969 int kdb_parse(const char *cmdstr) in kdb_parse() argument
982 cp = (char *)cmdstr; in kdb_parse()
1010 cmdstr); in kdb_parse()
1015 "command ignored\n%s\n", cmdstr); in kdb_parse()
1054 int result = kdb_defcmd2(cmdstr, argv[0]); in kdb_parse()
/kernel/linux/linux-6.6/kernel/debug/kdb/
H A Dkdb_main.c724 static int kdb_defcmd2(const char *cmdstr, const char *argv0) in kdb_defcmd2() argument
741 cmdstr); in kdb_defcmd2()
745 kms->statement = kdb_strdup(cmdstr, GFP_KDB); in kdb_defcmd2()
947 * cmdstr The input command line to be parsed.
967 int kdb_parse(const char *cmdstr) in kdb_parse() argument
980 cp = (char *)cmdstr; in kdb_parse()
1008 cmdstr); in kdb_parse()
1013 "command ignored\n%s\n", cmdstr); in kdb_parse()
1052 int result = kdb_defcmd2(cmdstr, argv[0]); in kdb_parse()
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H A DTest.pm25 pipe with cmdstr
223 It returns a CODEREF to be used by C<run>, C<pipe> or C<cmdstr>.
773 =item B<cmdstr CODEREF, OPTS>
775 C<cmdstr> takes a CODEREF from C<app> or C<test> and simply returns the
778 C<cmdstr> takes some additional options OPTS that affect the string returned:
800 sub cmdstr { subroutine
1252 my $cmdstr = join(" ", @$cmd);
1263 my $display_cmd = "$cmdstr$stdin$stdout$stderr";
1271 $cmdstr .= "$stdin$stdout$stderr";
1274 print STDERR "DEBUG[__decorate_cmd]: \$cmdstr
[all...]
/third_party/openssl/util/perl/OpenSSL/
H A DTest.pm25 pipe with cmdstr
223 It returns a CODEREF to be used by C<run>, C<pipe> or C<cmdstr>.
773 =item B<cmdstr CODEREF, OPTS>
775 C<cmdstr> takes a CODEREF from C<app> or C<test> and simply returns the
778 C<cmdstr> takes some additional options OPTS that affect the string returned:
800 sub cmdstr { subroutine
1252 my $cmdstr = join(" ", @$cmd);
1263 my $display_cmd = "$cmdstr$stdin$stdout$stderr";
1271 $cmdstr .= "$stdin$stdout$stderr";
1274 print STDERR "DEBUG[__decorate_cmd]: \$cmdstr
[all...]
/third_party/node/deps/openssl/openssl/util/perl/
H A Dcheckhandshake.pm11 use OpenSSL::Test qw/:DEFAULT cmdstr srctop_file srctop_dir bldtop_dir/;
/third_party/openssl/util/perl/
H A Dcheckhandshake.pm11 use OpenSSL::Test qw/:DEFAULT cmdstr srctop_file srctop_dir bldtop_dir/;
/third_party/cJSON/tests/unity/test/tests/
H A Dtest_generate_test_runner.rb1235 cmdstr = "ruby ../auto/generate_test_runner.rb #{yaml_option} #{testset[:cmdline]} \"#{testset[:testfile]}\" \"#{runner_name}\""
1236 `#{cmdstr}`
/third_party/unity/test/tests/
H A Dtest_generate_test_runner.rb1281 cmdstr = "ruby ../auto/generate_test_runner.rb #{yaml_option} #{testset[:cmdline]} \"#{testset[:testfile]}\" \"#{runner_name}\""
1282 `#{cmdstr}`
/kernel/linux/linux-5.10/drivers/net/ethernet/toshiba/
H A Dps3_gelic_wireless.c104 static const char *cmdstr(enum gelic_eurus_command ix) in cmdstr() function
135 static inline const char *cmdstr(enum gelic_eurus_command ix) in cmdstr() function
167 pr_debug("%s: cmd='%s' start\n", __func__, cmdstr(cmd->cmd)); in gelic_eurus_sync_cmd_worker()
201 pr_debug("%s: cmd='%s' done\n", __func__, cmdstr(cmd->cmd)); in gelic_eurus_sync_cmd_worker()
/kernel/linux/linux-6.6/drivers/net/ethernet/toshiba/
H A Dps3_gelic_wireless.c104 static const char *cmdstr(enum gelic_eurus_command ix) in cmdstr() function
135 static inline const char *cmdstr(enum gelic_eurus_command ix) in cmdstr() function
167 pr_debug("%s: cmd='%s' start\n", __func__, cmdstr(cmd->cmd)); in gelic_eurus_sync_cmd_worker()
201 pr_debug("%s: cmd='%s' done\n", __func__, cmdstr(cmd->cmd)); in gelic_eurus_sync_cmd_worker()

Completed in 20 milliseconds