| /src/lib/libutil/ |
| Makefile | 21 passwd.c pw_scan.c pidfile.c pidlock.c pty.c \ 32 opendisk.3 openpty.3 parsedate.3 pidfile.3 pidlock.3 \ 84 MLINKS+=pidlock.3 ttylock.3 85 MLINKS+=pidlock.3 ttyunlock.3
|
| Makefile | 21 passwd.c pw_scan.c pidfile.c pidlock.c pty.c \ 32 opendisk.3 openpty.3 parsedate.3 pidfile.3 pidlock.3 \ 84 MLINKS+=pidlock.3 ttylock.3 85 MLINKS+=pidlock.3 ttyunlock.3
|
| pidlock.c | 1 /* $NetBSD: pidlock.c,v 1.17 2020/03/30 08:24:36 ryo Exp $ */ 27 __RCSID("$NetBSD: pidlock.c,v 1.17 2020/03/30 08:24:36 ryo Exp $"); 49 pidlock(const char *lockfile, int flags, pid_t *locker, const char *info) function in typeref:typename:int 222 return pidlock(makelock(lockfile, sizeof(lockfile), tty),
|
| pidlock.c | 1 /* $NetBSD: pidlock.c,v 1.17 2020/03/30 08:24:36 ryo Exp $ */ 27 __RCSID("$NetBSD: pidlock.c,v 1.17 2020/03/30 08:24:36 ryo Exp $"); 49 pidlock(const char *lockfile, int flags, pid_t *locker, const char *info) function in typeref:typename:int 222 return pidlock(makelock(lockfile, sizeof(lockfile), tty),
|
| /src/include/ |
| util.h | 110 int pidlock(const char *, int, pid_t *, const char *);
|
| util.h | 110 int pidlock(const char *, int, pid_t *, const char *);
|