Home | History | Annotate | Download | only in util

Lines Matching refs:eprintf

33 #define eprintf(...) fprintf ( stderr, __VA_ARGS__ )
52 eprintf ( "Could not allocate %zd bytes\n", len );
100 eprintf ( "Unrecognised machine type %04x\n", *machine );
127 eprintf ( "Could not stat PE file: %s\n",
142 eprintf ( "Could not read PE file: %s\n",
172 eprintf ( "Could not write ROM file: %s\n",
184 eprintf ( "Syntax: %s [--vendor=VVVV] [--device=DDDD] "
219 eprintf ( "Invalid vendor \"%s\"\n", optarg );
226 eprintf ( "Invalid device \"%s\"\n", optarg );
262 eprintf ( "Could not open %s for reading: %s\n",
268 eprintf ( "Could not open %s for writing: %s\n",