Lines Matching refs:command

279 	char*			command;  local
293 command = *argv++;
297 fprintf(stderr, "%s: { hdr lib tab } arguments expected\n", command);
302 fprintf(stderr, "%s: %s: cannot write\n", command, hdr);
307 fprintf(stderr, "%s: %s: cannot write\n", command, lib);
316 fprintf(hf, "/* : : generated by %s : : */\n", command);
338 fprintf(lf, "/* : : generated by %s : : */\n", command);
371 fprintf(stderr, "%s: %d: %s: must be specified after :territory:\n", command, line, arg[0]);
381 fprintf(stderr, "%s: %d: %s must be specified first\n", command, line, arg[0]);
391 fprintf(stderr, "%s: %d: %s: must be specified after :language:\n", command, line, arg[0]);
401 fprintf(stderr, "%s: %d: %s must be specified after :charset:\n", command, line, arg[0]);
409 fprintf(stderr, "%s: %d: %s invalid\n", command, line, arg[0]);
415 fprintf(stderr, "%s: %d: at least two arguments expected\n", command, line);
423 fprintf(stderr, "%s: %d: out of space\n", command, line);
432 fprintf(stderr, "%s: %d: %s: duplicate charset\n", command, line, cp->link.code);
439 fprintf(stderr, "%s: %d: out of space\n", command, line);
456 fprintf(stderr, "%s: %d: %s: unknown language\n", command, line, b);
461 fprintf(stderr, "%s: %d: out of space\n", command, line);
486 fprintf(stderr, "%s: %d: %s: duplicate territory\n", command, line, tp->link.code);
493 fprintf(stderr, "%s: %d: out of space\n", command, line);
504 fprintf(stderr, "%s: %d: %s: unknown charset\n", command, line, arg[3]);
529 fprintf(stderr, "%s: %d: out of space\n", command, line);
536 fprintf(stderr, "%s: %d: out of space\n", command, line);
555 fprintf(stderr, "%s: %d: %s: duplicate language\n", command, line, lp->link.code);
562 fprintf(stderr, "%s: %d: out of space\n", command, line);
569 fprintf(stderr, "%s: %d: territory code expected\n", command, line);
574 fprintf(stderr, "%s: %d: %s: unknown language\n", command, line, arg[1]);
579 fprintf(stderr, "%s: %d: %s: unknown territory\n", command, line, arg[2]);
586 fprintf(stderr, "%s: %d: %s: unknown charset\n", command, line, arg[3]);
600 fprintf(stderr, "%s: %d: %s: unknown attribute\n", command, line, arg[4]);
606 fprintf(stderr, "%s: %d: %s: duplicate map\n", command, line, mp->link.code);