Searched refs:quotafile (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/fs.d/ufs/quotacheck/ |
H A D | quotacheck.c | 124 char quotafile[MAXPATHLEN]; in main() local 239 (void) snprintf(quotafile, sizeof (quotafile), in main() 243 mntp.mnt_mountp, quotafile); in main() 275 char quotafile[MAXPATHLEN]; in preen() local 308 mntp.mnt_mountp, quotafile)); in preen() 361 (void) snprintf(quotafile, sizeof (quotafile), in preen() 364 mntp.mnt_mountp, quotafile)); in preen()
|
/illumos-gate/usr/src/cmd/fs.d/ufs/repquota/ |
H A D | repquota.c | 104 char quotafile[MAXPATHLEN]; in main() local 212 (void) snprintf(quotafile, sizeof (quotafile), "%s/%s", in main() 215 mntp.mnt_mountp, quotafile); in main()
|