Home
last modified time | relevance | path

Searched refs:getprivs (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.sbin/edquota/
H A Dedquota.c94 struct quotause *getprivs(long, int, char *);
223 protoprivs = getprivs(protoid, quotatype, fspath); in main()
260 curprivs = getprivs(id, quotatype, in main()
277 if ((protoprivs = getprivs(0, quotatype, fspath)) != NULL) { in main()
290 if ((curprivs = getprivs(id, quotatype, fspath)) == NULL) in main()
357 getprivs(long id, int quotatype, char *fspath) in getprivs() function
/freebsd/usr.bin/quota/
H A Dquota.c76 static struct quotause *getprivs(long id, int quotatype);
278 quplist = getprivs(id, type); in showquotas()
475 getprivs(long id, int quotatype) in getprivs() function