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

/macosx-10.10/Security-57031.1.35/Security/sec/SecurityTool/
H A Dleaks.c53 char pidstr[8]; local
56 sprintf(pidstr, "%d", parent);
60 argvec[ix] = pidstr;
/macosx-10.10/Security-57031.1.35/SecurityTool/
H A Dleaks.c54 char pidstr[8]; local
57 sprintf(pidstr, "%d", parent);
61 argvec[ix] = pidstr;
/macosx-10.10/libutil-38/
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.10/Security-57031.1.35/SecurityTests/regressions/test/
H A Dtestleaks.c76 char pidstr[8];
79 sprintf(pidstr, "%d", parent);
83 argvec[ix] = pidstr;
/macosx-10.10/OpenSSH-189/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 102 milliseconds