Lines Matching defs:perr
41 static int perr(const char *fmt, ...);
51 nargc == ARGV_MAX ? perr("volcopy: too many arguments.\n") : 1)
127 perr("volcopy: More than one"
137 perr("Usage:\nvolcopy [-F FSType] [-V]"
144 perr("volcopy: FSType %s exceeds %d"
154 perr("volcopy: FSType %s exceeds %d "
166 perr("Usage:\nvolcopy [-F FSType] [-V] "
171 perr("<%s> invalid option\nUsage:\n"
180 perr("Usage:\nvolcopy [-F FSType] [-V] "
185 perr("volcopy: too many arguments.\n");
192 perr("volcopy: cannot open %s.\n", vfstab);
214 perr("volcopy: line in vfstab exceeds "
218 perr("volcopy: line in vfstab has too few entries\n");
221 perr("volcopy: line in vfstab has too many entries\n");
255 perr("volcopy: cannot execute %s"
264 perr("volcopy: Operation not applicable for FSType %s\n", fstype);
269 * perr: Print error messages.
273 perr(const char *fmt, ...)