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

  /external/valgrind/main/none/tests/
async-sigs.c 43 char pidbuf[20]; local
45 sprintf(pidbuf, "%d", pid);
46 execl("/bin/kill", "kill", sigbuf, pidbuf, NULL);
  /external/openssl/crypto/bio/
bss_log.c 258 char pidbuf[DECIMAL_SIZE(DWORD)+4]; local
285 sprintf(pidbuf, "[%u] ", GetCurrentProcessId());
286 lpszStrings[0] = pidbuf;
  /external/valgrind/main/coregrind/
m_debugger.c 280 Char pidbuf[15]; local
286 VG_(sprintf)(pidbuf, "%d", pid);
306 VG_(memcpy)(bufptr, pidbuf, VG_(strlen)(pidbuf));
307 bufptr += VG_(strlen)(pidbuf);

Completed in 51 milliseconds