Home
last modified time | relevance | path

Searched refs:cli_command (Results 1 – 25 of 127) sorted by relevance

123456

/dports/sysutils/py-salt/salt-3004.1/tests/unit/modules/
H A Dtest_jboss7.py57 def cli_command_response(jboss_config, cli_command): argument
59 cli_command
76 cli_command
112 cli_command
135 cli_command
158 cli_command
181 cli_command
204 cli_command
242 cli_command
259 cli_command
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/eos_command/tests/cli/
H A Dcli_command.yaml3 msg: "START cli/cli_command.yaml on connection={{ ansible_connection }}"
7 cli_command:
17 cli_command:
28 cli_command:
39 cli_command:
53 cli_command:
63 - debug: msg="END cli/cli_command.yaml on connection={{ ansible_connection }}"
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/arista/eos/tests/integration/targets/eos_command/tests/cli/
H A Dcli_command.yaml3 msg: START cli/cli_command.yaml on connection={{ ansible_connection }}
9 ansible.netcommon.cli_command:
20 ansible.netcommon.cli_command:
30 ansible.netcommon.cli_command:
43 ansible.netcommon.cli_command:
56 ansible.netcommon.cli_command:
65 - debug: msg="END cli/cli_command.yaml on connection={{ ansible_connection }}"
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/iosxr_command/tests/cli/
H A Dcli_command.yaml3 msg: "START cli/cli_command.yaml on connection={{ ansible_connection }}"
6 cli_command:
16 cli_command:
27 cli_command:
34 cli_command:
45 - debug: msg="END cli/cli_command.yaml on connection={{ ansible_connection }}"
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_command/tests/cli/
H A Dcli_command.yaml3 msg: START cli/cli_command.yaml on connection={{ ansible_connection }}
7 ansible.netcommon.cli_command:
18 ansible.netcommon.cli_command:
28 ansible.netcommon.cli_command:
35 ansible.netcommon.cli_command:
45 - debug: msg="END cli/cli_command.yaml on connection={{ ansible_connection }}"
/dports/devel/libcli/libcli-1.9.6/
H A Dlibcli.h38 struct cli_command *commands;
76 struct cli_command { struct
83 struct cli_command *next; argument
84 struct cli_command *children; argument
85 struct cli_command *parent; argument
90 struct cli_command *cli_register_command(struct cli_def *cli, struct cli_command *parent, const cha…
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/vyos_command/tests/cli/
H A Dcli_command.yaml3 msg: "START cli/cli_command.yaml on connection={{ ansible_connection }}"
7 cli_command:
17 cli_command:
30 cli_command:
41 - debug: msg="END cli/cli_command.yaml on connection={{ ansible_connection }}"
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/vyos/vyos/tests/integration/targets/vyos_command/tests/cli/
H A Dcli_command.yaml3 msg: START cli/cli_command.yaml on connection={{ ansible_connection }}
9 ansible.netcommon.cli_command:
20 ansible.netcommon.cli_command:
34 ansible.netcommon.cli_command:
43 - debug: msg="END cli/cli_command.yaml on connection={{ ansible_connection }}"
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/junos_command/tests/cli/
H A Dcli_commmand.yaml3 msg: "START cli/cli_command.yaml on connection={{ ansible_connection }}"
7 cli_command:
17 cli_command:
33 - cli_command:
64 - debug: msg="END cli/cli_command.yaml on connection={{ ansible_connection }}"
/dports/devel/kyua/kyua-0.13/cli/
H A Dcmd_help_test.cpp66 class cmd_mock_simple : public cli::cli_command {
71 cmd_mock_simple(const char* name_) : cli::cli_command( in cmd_mock_simple()
98 class cmd_mock_complex : public cli::cli_command {
103 cmd_mock_complex(const char* name_) : cli::cli_command( in cmd_mock_complex()
135 setup(cmdline::commands_map< cli::cli_command >& commands) in setup()
160 cmdline::commands_map< cli::cli_command > mock_commands; in global_test()
238 cmdline::commands_map< cli::cli_command > mock_commands; in ATF_TEST_CASE_BODY()
270 cmdline::commands_map< cli::cli_command > mock_commands; in ATF_TEST_CASE_BODY()
311 cmdline::commands_map< cli::cli_command > mock_commands; in ATF_TEST_CASE_BODY()
332 cmdline::commands_map< cli::cli_command > mock_commands; in ATF_TEST_CASE_BODY()
H A Dcmd_help.cpp97 const cmdline::commands_map< cli::cli_command >* commands) in general_help()
114 for (cmdline::commands_map< cli::cli_command >::const_iterator in general_help()
125 const cli::cli_command* command = commands->find(*i2); in general_help()
148 for (cmdline::commands_map< cli::cli_command >::const_iterator in general_help()
170 const cli::cli_command* command) in subcommand_help()
218 const cmdline::commands_map< cli_command >* commands_) : in cmd_help()
219 cli_command("help", "[subcommand]", 0, 1, "Shows usage information"), in cmd_help()
242 const cli::cli_command* command = _commands->find(cmdname); in run()
H A Dcmd_help.hpp42 class cmd_help : public cli_command
48 const utils::cmdline::commands_map< cli_command >* _commands;
52 const utils::cmdline::commands_map< cli_command >*);
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_command/tests/cli/
H A Dcli_commmand.yaml3 msg: START cli/cli_command.yaml on connection={{ ansible_connection }}
9 ansible.netcommon.cli_command:
24 ansible.netcommon.cli_command:
41 ansible.netcommon.cli_command:
64 - debug: msg="END cli/cli_command.yaml on connection={{ ansible_connection }}"
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/nxos_command/tests/cli/
H A Dcli_command.yaml3 msg: "START cli/cli_command.yaml on connection={{ ansible_connection }}"
6 cli_command:
16 cli_command:
26 - debug: msg="END cli/cli_command.yaml on connection={{ ansible_connection }}"
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/ios_command/tests/cli/
H A Dcli_command.yaml3 msg: "START cli/cli_command.yaml on connection={{ ansible_connection }}"
7 cli_command:
17 cli_command:
28 - debug: msg="END cli/cli_command.yaml on connection={{ ansible_connection }}"
H A Derror_regex.yaml6 cli_command: &clear_logs
19 cli_command: &send_logs
44 cli_command: *clear_logs
48 cli_command: *send_logs
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/nxos/tests/integration/targets/nxos_command/tests/cli/
H A Dcli_command.yaml3 msg: START cli/cli_command.yaml on connection={{ ansible_connection }}
7 ansible.netcommon.cli_command:
18 ansible.netcommon.cli_command:
26 - debug: msg="END cli/cli_command.yaml on connection={{ ansible_connection }}"
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/ios/tests/integration/targets/ios_command/tests/cli/
H A Dcli_command.yaml3 msg: START cli/cli_command.yaml on connection={{ ansible_connection }}
9 ansible.netcommon.cli_command:
20 ansible.netcommon.cli_command:
29 - debug: msg="END cli/cli_command.yaml on connection={{ ansible_connection }}"
H A Derror_regex.yaml8 ansible.netcommon.cli_command: &id001
21 ansible.netcommon.cli_command: &id002
46 ansible.netcommon.cli_command: *id001
50 ansible.netcommon.cli_command: *id002
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast108/
H A Dast108.h153 const char *cli_command[] = { CLI_COMMAND, NULL }; \
157 ast_join(command, sizeof(command), cli_command); \
165 if ((unsigned)a->pos == (completer + ARRAY_LEN(cli_command) - 1) || _COMPLETER_REPEAT ) {\
171 if (a->argc < (int)(ARRAY_LEN(cli_command)-1)) { \
196 const char *cli_command[] = { CLI_COMMAND, NULL }; \
200 ast_join(command, sizeof(command), cli_command); \
208 if ((unsigned)a->pos == (completer + ARRAY_LEN(cli_command) -1) || _COMPLETER_REPEAT ) {\
214 if (a->argc < (int)(ARRAY_LEN(cli_command)-1)) { \
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast110/
H A Dast110.h160 const char *cli_command[] = { CLI_COMMAND, NULL }; \
164 ast_join(command, sizeof(command), cli_command); \
172 if ((unsigned)a->pos == (completer + ARRAY_LEN(cli_command) - 1) || _COMPLETER_REPEAT ) {\
178 if (a->argc < (int)(ARRAY_LEN(cli_command)-1)) { \
203 const char *cli_command[] = { CLI_COMMAND, NULL }; \
207 ast_join(command, sizeof(command), cli_command); \
215 if ((unsigned)a->pos == (completer + ARRAY_LEN(cli_command) -1) || _COMPLETER_REPEAT ) {\
221 if (a->argc < (int)(ARRAY_LEN(cli_command)-1)) { \
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast106/
H A Dast106.h192 char *cli_command[] = { CLI_COMMAND, NULL }; \
196 ast_join(command, sizeof(command), cli_command); \
204 if ((unsigned)a->pos == (completer + ARRAY_LEN(cli_command) - 1) || _COMPLETER_REPEAT ) {\
210 if (a->argc < (int)(ARRAY_LEN(cli_command)-1)) { \
235 char *cli_command[] = { CLI_COMMAND, NULL }; \
239 ast_join(command, sizeof(command), cli_command); \
247 if ((unsigned)a->pos == (completer + ARRAY_LEN(cli_command) -1) || _COMPLETER_REPEAT ) {\
253 if (a->argc < (int)(ARRAY_LEN(cli_command)-1)) { \
/dports/graphics/aloadimage/arcan-0.6.1/src/frameserver/terminal/default/
H A Dcli_builtin.h43 struct cli_command { struct
50 int (*cli_command)(struct cli_state* state, member
58 struct cli_command* cli_get_builtin(const char* cmd);
/dports/sysutils/acfgfs/arcan-0.6.1/src/frameserver/terminal/default/
H A Dcli_builtin.h43 struct cli_command { struct
50 int (*cli_command)(struct cli_state* state, member
58 struct cli_command* cli_get_builtin(const char* cmd);
/dports/x11/aclip/arcan-0.6.1/src/frameserver/terminal/default/
H A Dcli_builtin.h43 struct cli_command {
50 int (*cli_command)(struct cli_state* state,
58 struct cli_command* cli_get_builtin(const char* cmd);

123456