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

/freebsd-current/usr.bin/quota/
H A Dquota.c82 static int showquotas(int type, u_long id, const char *name);
202 return(showquotas(USRQUOTA, uid, name));
217 return(showquotas(USRQUOTA, pwd->pw_uid, name));
233 return(showquotas(GRPQUOTA, gid, name));
248 return(showquotas(GRPQUOTA, grp->gr_gid, name));
266 showquotas(int type, u_long id, const char *name) function

Completed in 51 milliseconds