Searched refs:pidbuf (Results 1 – 4 of 4) sorted by relevance
/external/valgrind/none/tests/ |
D | async-sigs.c | 43 char pidbuf[20]; in do_kill() local 45 sprintf(pidbuf, "%d", pid); in do_kill() 46 execl("/bin/kill", "kill", sigbuf, pidbuf, NULL); in do_kill()
|
/external/valgrind/coregrind/ |
D | m_debugger.c | 487 HChar pidbuf[15]; in VG_() local 493 VG_(sprintf)(pidbuf, "%d", pid); in VG_() 513 VG_(memcpy)(bufptr, pidbuf, VG_(strlen)(pidbuf)); in VG_() 514 bufptr += VG_(strlen)(pidbuf); in VG_()
|
/external/toybox/toys/pending/ |
D | dhcpd.c | 311 char pidbuf[12]; in write_pid() local 313 sprintf(pidbuf, "%u", (unsigned)getpid()); in write_pid() 314 write(pidfile, pidbuf, strlen(pidbuf)); in write_pid()
|
D | dhcp.c | 354 char pidbuf[12]; in write_pid() local 356 sprintf(pidbuf, "%u", (unsigned)getpid()); in write_pid() 357 write(pidfile, pidbuf, strlen(pidbuf)); in write_pid()
|