HomeSort by relevance Sort by last modified time
    Searched refs:pidstr (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/callgrind/
callgrind_control.in 337 $pidstr = "PID $pid: ";
338 if ($pid >0) { print $pidstr.$cmdline{$pid}; }
  /external/openssh/
ssh-agent.c 1132 char *shell, *format, *pidstr, *agentsocket = NULL; local
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);
    [all...]

Completed in 594 milliseconds