Searched refs:pidstr (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/sec/SecurityTool/
H A Dleaks.c53 char pidstr[8]; local
56 sprintf(pidstr, "%d", parent);
60 argvec[ix] = pidstr;
/macosx-10.9.5/SecurityTool-55115/
H A Dleaks.c54 char pidstr[8]; local
57 sprintf(pidstr, "%d", parent);
61 argvec[ix] = pidstr;
/macosx-10.9.5/libutil-34/
H A Dpidfile.c148 char pidstr[16]; local
174 snprintf(pidstr, sizeof(pidstr), "%u", getpid());
175 if (pwrite(fd, pidstr, strlen(pidstr), 0) != (ssize_t)strlen(pidstr)) {
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dssh-agent.c1209 char *shell, *format, *pidstr, *agentsocket = NULL; local
1301 pidstr = getenv(SSH_AGENTPID_ENV_NAME);
1302 if (pidstr == NULL) {
1307 pid = (int)strtonum(pidstr, 2, INT_MAX, &errstr);
1311 SSH_AGENTPID_ENV_NAME, pidstr, errstr);

Completed in 117 milliseconds