Home | History | Annotate | Download | only in openssh

Lines Matching full:errstr

1209 		const char *errstr = NULL;
1217 pid = (int)strtonum(pidstr, 2, INT_MAX, &errstr);
1218 if (errstr) {
1221 SSH_AGENTPID_ENV_NAME, pidstr, errstr);