Searched refs:afteraccept_cmd (Results 1 – 5 of 5) sorted by relevance
134 extern char *afteraccept_cmd;
158 char *afteraccept_cmd = NULL; /* for -afteraccept */ variable
2176 NONUL(afteraccept_cmd)); in process_remote_cmd()2186 if (afteraccept_cmd) free(afteraccept_cmd); in process_remote_cmd()2187 afteraccept_cmd = strdup(p); in process_remote_cmd()
4367 if (afteraccept_cmd != NULL && afteraccept_cmd[0] != '\0') { in check_new_clients()4412 run_user_command(afteraccept_cmd, cl, in check_new_clients()
1497 fprintf(stderr, " accept: %s\n", afteraccept_cmd ? afteraccept_cmd in print_settings()3033 afteraccept_cmd = strdup(argv[++i]); in main() local