Home
last modified time | relevance | path

Searched refs:qnp (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sbin/quotacheck/
HDquotacheck.c202 struct quotaname *qnp; in needchk() local
208 if ((qnp = malloc(sizeof(*qnp))) == NULL) in needchk()
210 qnp->flags = 0; in needchk()
212 strcpy(qnp->grpqfname, qfnp); in needchk()
213 qnp->flags |= HASGRP; in needchk()
216 strcpy(qnp->usrqfname, qfnp); in needchk()
217 qnp->flags |= HASUSR; in needchk()
219 if (qnp->flags) in needchk()
220 return (qnp); in needchk()
221 free(qnp); in needchk()
[all …]