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

/freebsd-11-stable/usr.sbin/quot/
H A Dquot.c352 struct fsizes { struct
353 struct fsizes *fsz_next;
357 } *fsizes; variable in typeref:struct:fsizes
362 struct fsizes *fp;
365 for (fp = fsizes; fp; fp = fp->fsz_next) {
379 struct fsizes *fp, **fsp;
384 if (!(fsizes = (struct fsizes *)malloc(sizeof(struct fsizes))))
401 fsizes
[all...]

Completed in 54 milliseconds