Home
last modified time | relevance | path

Searched refs:force_command (Results 1 – 25 of 59) sorted by relevance

123

/dports/security/pam_ssh/pam_ssh-8.0/openssh/
H A Dauth-options.c194 if (opts->force_command != NULL) {
200 opts->force_command = command;
274 free(opts->force_command);
422 if (ret->force_command != NULL) {
427 if (ret->force_command == NULL)
659 if (strcmp(primary->force_command,
662 ret->force_command = strdup(primary->force_command);
663 if (ret->force_command == NULL)
670 if ((ret->force_command = strdup(
674 if ((ret->force_command = strdup(
[all …]
H A Dauth-options.h48 char *force_command;
H A Dauth.c406 if (auth_opts->force_command != NULL) { in auth_root_allowed()
1010 opts->force_command == NULL ? "" : " command", in auth_log_authopts()
1046 if (opts->force_command != NULL) in auth_log_authopts()
1047 debug("%s: forced command: \"%s\"", loc, opts->force_command); in auth_log_authopts()
/dports/security/openssh-portable/openssh-8.8p1/
H A Dauth-options.c131 if (opts->force_command != NULL) { in cert_option_list()
137 opts->force_command = command; in cert_option_list()
210 free(opts->force_command); in sshauthopt_free()
363 if (ret->force_command != NULL) { in sshauthopt_parse()
368 if (ret->force_command == NULL) in sshauthopt_parse()
620 if (strcmp(primary->force_command, in sshauthopt_merge()
623 ret->force_command = strdup(primary->force_command); in sshauthopt_merge()
624 if (ret->force_command == NULL) in sshauthopt_merge()
631 if ((ret->force_command = strdup( in sshauthopt_merge()
635 if ((ret->force_command = strdup( in sshauthopt_merge()
[all …]
H A Dauth-options.h54 char *force_command; member
H A Dauth.c409 if (auth_opts->force_command != NULL) { in auth_root_allowed()
862 opts->force_command == NULL ? "" : " command", in auth_log_authopts()
900 if (opts->force_command != NULL) in auth_log_authopts()
901 debug("%s: forced command: \"%s\"", loc, opts->force_command); in auth_log_authopts()
/dports/security/openssh-portable/openssh-8.8p1/regress/unittests/authopt/
H A Dtests.c117 STR_EQ(force_command); in compare_opts()
248 STRING_TEST("command", force_command, "/bin/true"); in test_authkeys_parse()
346 expected->force_command = strdup("foo"); in test_cert_parse()
347 ASSERT_PTR_NE(expected->force_command, NULL); in test_cert_parse()
515 expected->force_command = strdup("foo"); in test_merge()
516 ASSERT_PTR_NE(expected->force_command, NULL); in test_merge()
527 expected->force_command = strdup("bar"); in test_merge()
528 ASSERT_PTR_NE(expected->force_command, NULL); in test_merge()
534 expected->force_command = strdup("foo"); in test_merge()
535 ASSERT_PTR_NE(expected->force_command, NULL); in test_merge()
/dports/sysutils/renameutils/renameutils-0.12.0/src/
H A Dapply.c36 char *force_command = NULL; variable
72 if (force_command != NULL) in perform_command()
73 command = force_command; in perform_command()
H A Dqcmd.c208 force_command = optarg; in main()
226 if (force_command == NULL && strcmp(program, "qmv") != 0 && strcmp(program, "qcp") != 0) in main()
H A Dqcmd.h133 extern char *force_command;
/dports/misc/thefuck/thefuck-3.31/thefuck/entrypoints/
H A Dfix_command.py14 if known_args.force_command:
15 return known_args.force_command
/dports/games/openglad/openglad-0.98/src/
H A Dstats.cpp160 void statistics::force_command(short whatcommand, short iterations, in force_command() function in statistics
230 force_command(whatcommand, iterations, info1, info2); in set_command()
375 target->stats->force_command(COMMAND_WALK, in do_command()
424 force_command(COMMAND_FIRE,(short) random(5),deltax,deltay); in do_command()
619 force_command(COMMAND_WALK, 8, deltax, deltay); in hit_response()
679 force_command(COMMAND_WALK, 16, deltax, deltay); in yell_for_help()
H A Dstats.h62 void force_command(short, short, short, short);
H A Deffect.cpp638 here->ob->stats->force_command(COMMAND_WALK, in death()
703 here->ob->stats->force_command(COMMAND_WALK,generic,(short)xdelta,(short)ydelta); in death()
/dports/mail/exim-monitor/exim-4.95/src/transports/
H A Dpipe.h24 BOOL force_command; member
/dports/mail/exim-mysql/exim-4.95/src/transports/
H A Dpipe.h24 BOOL force_command; member
H A Dpipe.c37 { "force_command", opt_bool, LOFF(force_command) },
561 if (ob->force_command) in pipe_transport_entry()
/dports/mail/exim/exim-4.95/src/transports/
H A Dpipe.h24 BOOL force_command; member
H A Dpipe.c37 { "force_command", opt_bool, LOFF(force_command) },
561 if (ob->force_command) in pipe_transport_entry()
/dports/mail/exim-ldap2/exim-4.95/src/transports/
H A Dpipe.h24 BOOL force_command; member
/dports/mail/exim-sa-exim/exim-4.95/src/transports/
H A Dpipe.h24 BOOL force_command; member
H A Dpipe.c37 { "force_command", opt_bool, LOFF(force_command) },
561 if (ob->force_command) in pipe_transport_entry()
/dports/mail/exim-sqlite/exim-4.95/src/transports/
H A Dpipe.h24 BOOL force_command; member
/dports/mail/exim-postgresql/exim-4.95/src/transports/
H A Dpipe.h24 BOOL force_command; member
/dports/security/openssh-portable/openssh-8.8p1/regress/unittests/authopt/testdata/
H A Dmktestdata.sh37 sign force_command.cert -Oforce-command="foo"

123