Lines Matching defs:error
103 fprintf(stderr, "error: file specified in --sketch (-c) option doesn't exist: '%s'\n", optarg);
113 fprintf(stderr, "error: file specified in --foobar (-f) option doesn't exist: '%s'\n", optarg);
123 fprintf (stderr, "error: unrecognized option %c\n", short_option);
139 bool error = false;
144 error = true;
145 fprintf (stderr, "error: the '--sketch=PATH' option is mandatory\n");
151 error = true;
152 fprintf (stderr, "error: the '--foobar=PATH' option is mandatory\n");
155 if (error || GetPrintHelp())
170 if (error)