Searched refs:qupsize (Results 1 – 1 of 1) sorted by relevance
239 int qcmd, qupsize, fd; in getprivs() local256 qupsize = sizeof(*qup) + qfpathnamelen; in getprivs()257 if ((qup = (struct quotause *)malloc(qupsize)) == NULL) in getprivs()