Lines Matching refs:the_argv
129 const char *the_argv[9];
139 the_argv[0] = "megamaid";
140 the_argv[1] = "-D"; /* don't fork() & detach */
141 the_argv[2] = "-S";
142 the_argv[3] = buf;
143 the_argv[4] = "-J";
144 the_argv[5] = thepath;
145 the_argv[6] = args->ta_mntpath;
146 the_argv[7] = NULL;
152 lfs_cleaner_main(7, __UNCONST(the_argv));