Lines Matching full:arg_cstr
2162 arg_cstr;
2163 for (int arg_idx = 0; (arg_cstr = command.GetArgumentAtIndex(arg_idx)) != NULL; ++arg_idx)
2166 const size_t num_matches = FindModulesByName (target, arg_cstr, module_list, true);
2185 result.AppendWarningWithFormat("Unable to find an image that matches '%s'.\n", arg_cstr);
2287 const char *arg_cstr;
2288 for (int arg_idx = 0; (arg_cstr = command.GetArgumentAtIndex(arg_idx)) != NULL; ++arg_idx)
2291 const size_t num_matches = FindModulesByName (target, arg_cstr, module_list, true);
2309 result.AppendWarningWithFormat("Unable to find an image that matches '%s'.\n", arg_cstr);
2395 const char *arg_cstr;
2396 for (int arg_idx = 0; (arg_cstr = command.GetArgumentAtIndex(arg_idx)) != NULL; ++arg_idx)
2399 const size_t num_matches = FindModulesByName (target, arg_cstr, module_list, true);
2413 result.AppendWarningWithFormat("Unable to find an image that matches '%s'.\n", arg_cstr);
2473 const char *arg_cstr;
2474 for (int arg_idx = 0; (arg_cstr = command.GetArgumentAtIndex(arg_idx)) != NULL; ++arg_idx)
2476 FileSpec file_spec(arg_cstr, false);
2494 result.AppendWarningWithFormat ("No source filenames matched '%s'.\n", arg_cstr);
3165 const char *arg_cstr = command.GetArgumentAtIndex(i);
3166 const size_t num_matches = FindModulesByName (target, arg_cstr, module_list, use_global_module_list);
3171 result.AppendErrorWithFormat ("no modules found that match '%s'", arg_cstr);
4076 const char *arg_cstr;
4077 for (i = 0; (arg_cstr = command.GetArgumentAtIndex(i)) != NULL && syntax_error == false; ++i)
4080 const size_t num_matches = FindModulesByName (target, arg_cstr, module_list, false);
4097 result.AppendWarningWithFormat("Unable to find an image that matches '%s'.\n", arg_cstr);