Lines Matching defs:the_argv
133 const char *the_argv[9];
143 the_argv[0] = "megamaid";
144 the_argv[1] = "-D"; /* don't fork() & detach */
145 the_argv[2] = "-S";
146 the_argv[3] = buf;
147 the_argv[4] = "-J";
148 the_argv[5] = thepath;
149 the_argv[6] = args->ta_mntpath;
150 the_argv[7] = NULL;
156 lfs_cleaner_main(7, __UNCONST(the_argv));