pidfile           300 src/misc.c     	const char *pidfile;
pidfile           322 src/misc.c     		pidfile = _PATH_CRON_PID;
pidfile           324 src/misc.c     		if ((fd = open(pidfile, O_RDWR | O_CREAT, 0600)) == -1) {
pidfile           326 src/misc.c     			sprintf(buf, "can't open or create %s", pidfile);
pidfile           341 src/misc.c     					"can't lock %s, otherpid may be %ld", pidfile, otherpid);
pidfile           345 src/misc.c     					"can't lock %s, otherpid unknown", pidfile);