Lines Matching defs:args
51 static char* args[5];
164 args[0] = exepath;
165 args[1] = test;
166 args[2] = NULL;
167 args[3] = NULL;
168 args[4] = NULL;
170 options.args = args;
191 options.file = options.args[0] = "program-that-had-better-not-exist";
211 options.file = options.args[0] = "program-that-had-better-not-exist";
1147 int make_program_args(char** args, int verbatim_arguments, WCHAR** dst_ptr);
1362 options.file = options.args[0] = "program-that-had-better-not-exist";
1410 options.file = options.args[0] = new_exepath;
1449 options.file = options.args[0] = file;
1485 options.args[2] = uidstr;
1486 options.args[3] = gidstr;
1866 options.args[0] = file;
1971 args[0] = "not_existing";
1972 args[1] = NULL;
1973 options.file = args[0];
1974 options.args = args;
1996 char* args[2];
2007 dummy_options.file = args[0] = "program-that-had-better-not-exist";
2008 args[1] = NULL;
2009 dummy_options.args = args;
2104 options.file = options.args[0] = sep + 1;