Home
last modified time | relevance | path

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

/src/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
/src/usr.bin/quota/
H A Dquota.c76 static struct quotause *getprivs(long id, int quotatype);
281 quplist = getprivs(id, type); in showquotas()
478 getprivs(long id, int quotatype) in getprivs() function
/src/crypto/krb5/src/kadmin/cli/
H A Dkadmin_ct.ct69 get_privs, getprivs;