Lines Matching defs:error
51 printf ("Got an error running settings set: %s.\n", return_object.GetError());
53 printf ("Failed running settings set, no error.\n");
176 bool error;
182 error (false),
283 fprintf(stderr, "error: file specified in --test-file (-t) option doesn't exist: '%s'\n", optarg);
292 option_data.error = true;
294 fprintf (stderr, "error: unrecognized option %c\n", short_option);
315 if (option_data.error)
324 option_data.error = true;
325 fprintf (stderr, "error: the '--test-file=PATH' option is mandatory\n");