Lines Matching full:pidstr
1152 char *shell, *format, *pidstr, *agentsocket = NULL;1237 pidstr = getenv(SSH_AGENTPID_ENV_NAME);1238 if (pidstr == NULL) {1243 pid = (int)strtonum(pidstr, 2, INT_MAX, &errstr);1247 SSH_AGENTPID_ENV_NAME, pidstr, errstr);