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

/freebsd-11-stable/usr.sbin/edquota/
H A Dedquota.c118 struct quotause *qup, *protoprivs, *curprivs; local
168 if ((qup = calloc(1, sizeof(*qup))) == NULL)
183 strlcpy(qup->fsname, cp,
184 sizeof(qup->fsname));
188 qup->dqblk.dqb_bsoftlimit =
194 qup->dqblk.dqb_bhardlimit =
200 qup->dqblk.dqb_isoftlimit =
206 qup->dqblk.dqb_ihardlimit =
218 protoprivs = curprivs = qup;
374 struct quotause *qup, *quptail; local
419 struct quotause *qup; local
476 struct quotause *qup; local
536 struct quotause *qup; local
690 struct quotause *qup; local
716 struct quotause *qup; local
936 struct quotause *qup, *nextqup; local
[all...]
/freebsd-11-stable/usr.bin/quota/
H A Dquota.c93 static void showrawquotas(int type, u_long id, struct quotause *qup);
95 static int getufsquota(struct fstab *fs, struct quotause *qup, long id,
97 static int getnfsquota(struct statfs *fst, struct quotause *qup, long id,
278 struct quotause *qup; local
289 for (qup = quplist; qup; qup = qup->next) {
291 if (qup->dqblk.dqb_ihardlimit &&
292 qup
388 showrawquotas(int type, u_long id, struct quotause *qup) argument
487 struct quotause *qup, *quptail = NULL; local
554 getufsquota(struct fstab *fs, struct quotause *qup, long id, int quotatype) argument
567 getnfsquota(struct statfs *fst, struct quotause *qup, long id, int quotatype) argument
[all...]
/freebsd-11-stable/contrib/sendmail/src/
H A Dparseaddr.c82 bool qup; local
136 qup = false;
139 qup = true;
141 qup = true;
215 if (qup && OpMode != MD_INITALIAS)

Completed in 190 milliseconds