otherpid          302 src/misc.c     	long otherpid = -1;
otherpid          338 src/misc.c     				(otherpid = strtol(buf, &ep, 10)) > 0 &&
otherpid          339 src/misc.c     				ep != buf && *ep == '\n' && otherpid != LONG_MAX) {
otherpid          341 src/misc.c     					"can't lock %s, otherpid may be %ld", pidfile, otherpid);