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

/freebsd-11-stable/usr.sbin/edquota/
H A Dedquota.c107 struct quotause *getprivs(long, int, char *);
236 protoprivs = getprivs(protoid, quotatype, fspath);
273 curprivs = getprivs(id, quotatype,
290 if ((protoprivs = getprivs(0, quotatype, fspath)) != NULL) {
303 if ((curprivs = getprivs(id, quotatype, fspath)) == NULL)
370 getprivs(long id, int quotatype, char *fspath) function
/freebsd-11-stable/usr.bin/quota/
H A Dquota.c86 static struct quotause *getprivs(long id, int quotatype);
288 quplist = getprivs(id, type);
485 getprivs(long id, int quotatype) function

Completed in 56 milliseconds