Searched refs:quotafile (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/cmd/fs.d/ufs/quotacheck/ |
H A D | quotacheck.c | 126 char quotafile[MAXPATHLEN]; in main() local 241 (void) snprintf(quotafile, sizeof (quotafile), in main() 245 mntp.mnt_mountp, quotafile); in main() 277 char quotafile[MAXPATHLEN]; in preen() local 310 mntp.mnt_mountp, quotafile)); in preen() 363 (void) snprintf(quotafile, sizeof (quotafile), in preen() 366 mntp.mnt_mountp, quotafile)); in preen()
|
/titanic_50/usr/src/cmd/fs.d/ufs/repquota/ |
H A D | repquota.c | 106 char quotafile[MAXPATHLEN]; in main() local 214 (void) snprintf(quotafile, sizeof (quotafile), "%s/%s", in main() 217 mntp.mnt_mountp, quotafile); in main()
|