Lines Matching full:helper
52 char *helper, *verbosity = NULL; in start_helper() local
58 helper = getenv("SSH_SK_HELPER"); in start_helper()
59 if (helper == NULL || strlen(helper) == 0) in start_helper()
60 helper = _PATH_SSH_SK_HELPER; in start_helper()
61 if (access(helper, X_OK) != 0) { in start_helper()
63 error_f("helper \"%s\" unusable: %s", helper, strerror(errno)); in start_helper()
71 /* Start helper */ in start_helper()
95 debug_f("starting %s %s", helper, in start_helper()
97 execlp(helper, helper, verbosity, (char *)NULL); in start_helper()
130 error_f("helper exited abnormally"); in reap_helper()
133 error_f("helper exited with non-zero exit status"); in reap_helper()
193 debug_f("helper returned error -%u", rerr); in client_converse()
201 error_f("helper returned incorrect message type %u, " in client_converse()