OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pidbuf
(Results
1 - 4
of
4
) 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/chromium_org/third_party/openssl/openssl/crypto/bio/
bss_log.c
258
char
pidbuf
[DECIMAL_SIZE(DWORD)+4];
local
285
sprintf(
pidbuf
, "[%u] ", GetCurrentProcessId());
286
lpszStrings[0] =
pidbuf
;
/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
382
Char
pidbuf
[15];
local
388
VG_(sprintf)(
pidbuf
, "%d", pid);
408
VG_(memcpy)(bufptr,
pidbuf
, VG_(strlen)(
pidbuf
));
409
bufptr += VG_(strlen)(
pidbuf
);
Completed in 99 milliseconds