Home | History | Annotate | Download | only in pending

Lines Matching refs:pidbuf

351     char pidbuf[12];
353 sprintf(pidbuf, "%u", (unsigned)getpid());
354 write(pidfile, pidbuf, strlen(pidbuf));