Home | History | Annotate | Download | only in ninfod

Lines Matching refs:opt_p

141 static char *opt_p = NINFOD_PIDFILE;	/* pidfile */
432 if (daemonized && opt_p) {
433 err = unlink(opt_p);
435 opt_p, strerror(errno));
461 if (opt_p) {
462 if (!access(opt_p, R_OK)) {
463 if ((fp = fopen(opt_p, "r"))) {
466 opt_p);
469 opt_p, pid);
476 fp = fopen_excl(opt_p);
479 opt_p, strerror(errno));
486 unlink(opt_p);
616 opt_p = optarg;