Lines Matching refs:errx

157 				errx(1, "bad volume label. Valid characters are alphanumerics.");  in main()
160 errx(1, "bad volume label. Length is longer than %d.", in main()
170 errx(1, "%s: bad file system format value", in main()
179 errx(1, "%s: bad sector size", optarg); in main()
196 errx(1, "%s: bad maximum contiguous blocks", in main()
202 errx(1, "%s: bad block size", in main()
205 errx(1, "%s: block size too small, min is %d", in main()
208 errx(1, "%s: block size too large, max is %d", in main()
214 errx(1, "%s: bad blocks per cylinder group", in main()
220 errx(1, "%s: bad extent block size", optarg); in main()
225 errx(1, "%s: bad blocks per file in a cylinder group", in main()
231 errx(1, "%s: bad fragment size", optarg); in main()
236 errx(1, "%s: bad average file size", optarg); in main()
241 errx(1, "%s: bad average files per dir", optarg); in main()
246 errx(1, "%s: bad bytes per inode", optarg); in main()
253 errx(1, "%s: bad metadata space %%", optarg); in main()
260 errx(1, "%s: bad free space %%", optarg); in main()
271 errx(1, in main()
280 errx(1, "%s: bad reserved size", optarg); in main()
292 errx(1, "%s: bad file system size", optarg); in main()
327 errx(1, "%s: ", special); in main()
331 errx(1, "%s: %s", special, disk.d_error); in main()
359 errx(1, "%s: can't figure out file system partition", in main()
368 errx(1, "%s: `%c' partition is unavailable", in main()
371 errx(1, "%s: `%c' partition overlaps boot program", in main()
384 errx(1, "%s: no default sector size", special); in main()
419 errx(1, "%s: reserved not less than device size %jd", in getfssize()
424 errx(1, "%s: maximum file system size is %jd", in getfssize()
441 errx(1, "no valid label found"); in getdisklabel()