HomeSort by: relevance | last modified time | path
    Searched defs:repquota (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/repquota/
repquota.c 1 /* $NetBSD: repquota.c,v 1.45 2015/06/16 23:04:14 christos Exp $ */
43 static char sccsid[] = "@(#)repquota.c 8.2 (Berkeley) 11/22/94";
45 __RCSID("$NetBSD: repquota.c,v 1.45 2015/06/16 23:04:14 christos Exp $");
114 static int repquota(struct quotahandle *, int);
201 errs += repquota(qh, QUOTA_IDTYPE_GROUP);
203 errs += repquota(qh, QUOTA_IDTYPE_USER);
226 repquota(struct quotahandle *qh, int idtype) function in typeref:typename:int
repquota.c 1 /* $NetBSD: repquota.c,v 1.45 2015/06/16 23:04:14 christos Exp $ */
43 static char sccsid[] = "@(#)repquota.c 8.2 (Berkeley) 11/22/94";
45 __RCSID("$NetBSD: repquota.c,v 1.45 2015/06/16 23:04:14 christos Exp $");
114 static int repquota(struct quotahandle *, int);
201 errs += repquota(qh, QUOTA_IDTYPE_GROUP);
203 errs += repquota(qh, QUOTA_IDTYPE_USER);
226 repquota(struct quotahandle *qh, int idtype) function in typeref:typename:int

Completed in 21 milliseconds