Symbol: quotause
usr.bin/quota/quota.c
291
struct quotause *qup;
usr.bin/quota/quota.c
292
struct quotause *quplist;
usr.bin/quota/quota.c
429
struct quotause *
usr.bin/quota/quota.c
432
struct quotause *qup, *quptail;
usr.bin/quota/quota.c
434
struct quotause *quphead;
usr.bin/quota/quota.c
525
getufsquota(struct statfs *fst, struct fstab *fs, struct quotause *qup,
usr.bin/quota/quota.c
562
getnfsquota(struct statfs *fst, struct fstab *fs, struct quotause *qup,
usr.bin/quota/quota.c
66
struct quotause *next;
usr.bin/quota/quota.c
75
int getnfsquota(struct statfs *, struct fstab *, struct quotause *,
usr.bin/quota/quota.c
77
struct quotause
usr.bin/quota/quota.c
79
int getufsquota(struct statfs *, struct fstab *, struct quotause *,
usr.sbin/edquota/edquota.c
100
struct quotause *qup, *protoprivs, *curprivs;
usr.sbin/edquota/edquota.c
230
struct quotause *
usr.sbin/edquota/edquota.c
234
struct quotause *qup, *quptail;
usr.sbin/edquota/edquota.c
235
struct quotause *quphead;
usr.sbin/edquota/edquota.c
321
putprivs(long id, int quotatype, struct quotause *quplist)
usr.sbin/edquota/edquota.c
323
struct quotause *qup;
usr.sbin/edquota/edquota.c
398
writeprivs(struct quotause *quplist, int outfd, char *name, int quotatype)
usr.sbin/edquota/edquota.c
400
struct quotause *qup;
usr.sbin/edquota/edquota.c
426
readprivs(struct quotause *quplist, int infd)
usr.sbin/edquota/edquota.c
428
struct quotause *qup;
usr.sbin/edquota/edquota.c
535
writetimes(struct quotause *quplist, int outfd, int quotatype)
usr.sbin/edquota/edquota.c
537
struct quotause *qup;
usr.sbin/edquota/edquota.c
563
readtimes(struct quotause *quplist, int infd)
usr.sbin/edquota/edquota.c
565
struct quotause *qup;
usr.sbin/edquota/edquota.c
62
struct quotause *next;
usr.sbin/edquota/edquota.c
683
freeprivs(struct quotause *quplist)
usr.sbin/edquota/edquota.c
685
struct quotause *qup, *nextqup;
usr.sbin/edquota/edquota.c
72
struct quotause *
usr.sbin/edquota/edquota.c
74
void putprivs(long, int, struct quotause *);
usr.sbin/edquota/edquota.c
76
int writeprivs(struct quotause *, int, char *, int);
usr.sbin/edquota/edquota.c
77
int readprivs(struct quotause *, int);
usr.sbin/edquota/edquota.c
78
int writetimes(struct quotause *, int, int);
usr.sbin/edquota/edquota.c
79
int readtimes(struct quotause *, int);
usr.sbin/edquota/edquota.c
82
void freeprivs(struct quotause *);