Searched defs:quotafile (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/repquota/
H A Drepquota.c106 char quotafile[MAXPATHLEN]; local
214 (void) snprintf(quotafile, sizeof (quotafile), "%s/%s",
217 mntp.mnt_mountp, quotafile);
/illumos-gate/usr/src/cmd/fs.d/ufs/quotacheck/
H A Dquotacheck.c126 char quotafile[MAXPATHLEN]; local
241 (void) snprintf(quotafile, sizeof (quotafile),
245 mntp.mnt_mountp, quotafile);
277 char quotafile[MAXPATHLEN]; local
310 mntp.mnt_mountp, quotafile));
363 (void) snprintf(quotafile, sizeof (quotafile),
366 mntp.mnt_mountp, quotafile));

Completed in 84 milliseconds