Home | History | Annotate | Download | only in pending

Lines Matching refs:pidbuf

466     char pidbuf[12];
468 sprintf(pidbuf, "%u", (unsigned)getpid());
469 write(pidfile, pidbuf, strlen(pidbuf));