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

/netbsd-6-1-5-RELEASE/usr.bin/quota/
H A Dquota.c77 struct quotause { struct
78 struct quotause *next;
89 static struct quotause *getprivs(id_t, int);
96 struct quotause *);
322 struct quotause *qup;
323 struct quotause *quplist;
339 struct quotause *qup)
478 static struct quotause *
481 struct quotause *qup, *quptail;
482 struct quotause *quphea
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/edquota/
H A Dedquota.c98 struct quotause { struct
99 struct quotause *next;
111 struct quotause *head;
112 struct quotause *tail;
200 // quotause operations
203 * Create an empty quotause structure.
205 static struct quotause *
208 struct quotause *qup;
230 * Free a quotause structure.
233 quotause_destroy(struct quotause *qu
[all...]

Completed in 106 milliseconds