commandline
parseargs(int argc, char *argv[], struct commandline *cmd)
struct commandline cmd;
(void) memset(&cmd, 0, sizeof (struct commandline));
static void mkfile_output(struct commandline *);
static uint_t parseargs(int, char *[], struct commandline *);
mkfile_output(struct commandline *cmd)