quotacursor_atend
int quotacursor_atend(struct quotacursor *);
while (quotacursor_atend(qc) == 0) {
while (!quotacursor_atend(qc)) {