Home | History | Annotate | Download | only in shlock

Lines Matching defs:Pname

94 static char	*Pname;
136 dprintf("%s: temporary filename: %s\n", Pname, tempname);
183 dprintf("%s: process %jd is ", Pname, (intmax_t)pid);
228 dprintf("%s: checking extant lock <%s>\n", Pname, file);
246 dprintf("%s: lock file format error\n", Pname);
261 dprintf("%s: trying lock <%s> for process %jd\n", Pname, file,
269 dprintf("%s: lock <%s> already exists\n", Pname, file);
271 dprintf("%s: extant lock is valid\n", Pname);
289 Pname, (intmax_t)stlock.st_ctime,
295 Pname, stlock.st_nlink);
309 Pname, (intmax_t)stlock.st_ino,
315 Pname, stlock2.st_nlink);
319 dprintf("%s: lock is invalid, removing\n", Pname);
339 dprintf("%s: got lock <%s>\n", Pname, file);
360 fprintf(stderr, USAGE, Pname, Pname);
373 Pname = ((Pname = strrchr(av[0], '/')) ? Pname + 1 : av[0]);