Home | History | Annotate | Download | only in openssh

Lines Matching full:pidstr

1132 	char *shell, *format, *pidstr, *agentsocket = NULL;
1211 pidstr = getenv(SSH_AGENTPID_ENV_NAME);
1212 if (pidstr == NULL) {
1217 pid = (int)strtonum(pidstr, 2, INT_MAX, &errstr);
1221 SSH_AGENTPID_ENV_NAME, pidstr, errstr);