Home | History | Annotate | Download | only in openssh

Lines Matching refs:do_exec

118 int	do_exec(Session *, const char *);
409 if (do_exec(s, command) != 0)
414 if (do_exec(s, NULL) != 0)
791 do_exec(Session *s, const char *command)
2107 success = do_exec(s, cmd) == 0;
2150 return do_exec(s, NULL) == 0;
2160 success = do_exec(s, command) == 0;