Searched refs:fuser (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/usr.bin/fstat/
H A DMakefile4 SRCS= fstat.c fuser.c
5 MAN= fstat.1 fuser.1
8 LINKS= ${BINDIR}/fstat ${BINDIR}/fuser
H A Dfstat.h17 struct fuser { struct
18 TAILQ_ENTRY(fuser) tq;
33 TAILQ_HEAD(fuserhead, fuser) fusers;
H A Dfuser.c1 /* $OpenBSD: fuser.c,v 1.8 2019/01/25 00:19:26 millert Exp $ */
87 struct fuser *fu;
134 printfu(struct fuser *fu)
168 struct fuser *fu;
H A Dfstat.c104 int cflg; /* fuser only */
106 int fuser; /* 1 if we are fuser, 0 if we are fstat */ variable
107 int signo; /* signal to send (fuser only) */
157 /* are we fstat(1) or fuser(1)? */
158 if (strcmp(__progname, "fuser") == 0) {
159 fuser = 1;
162 fuser = 0;
167 * fuser and fstat share three flags: -f, -s and -u. In both cases
168 * -f is a boolean, but for -u fstat wants an argument while fuser
[all...]

Completed in 184 milliseconds