Home | History | Annotate | Download | only in src

Lines Matching refs:pidfile

672   char pidfile[PATH_MAX];
674 snprintf(pidfile, sizeof pidfile, "%stun%d.pid", _PATH_VARRUN, bundle->unit);
675 lockfile = ID0fopen(pidfile, "w");
683 pidfile, strerror(errno));
690 char pidfile[PATH_MAX];
692 snprintf(pidfile, sizeof pidfile, "%stun%d.pid", _PATH_VARRUN, bundle->unit);
693 ID0unlink(pidfile);