showquotas
showquotas(USRQUOTA, uid, name);
showquotas(USRQUOTA, pwd->pw_uid, name);
showquotas(GRPQUOTA, gid, name);
showquotas(GRPQUOTA, grp->gr_gid, name);
static void showquotas(int, u_long, const char *);