Lines Matching defs:argv
132 char* argv[])
143 U_MAIN_INIT_ARGS(argc, argv);
147 argc = u_parseArgs(argc, argv, UPRV_LENGTHOF(options), options);
151 fprintf(stderr, "%s: error in command line argument \"%s\"\n", argv[0], argv[-argc]);
157 fprintf(stderr, "%s: cannot combine --writePoolBundle and --usePoolBundle\n", argv[0]);
161 fprintf(stderr, "%s: --icu4xMode requires --ucadata\n", argv[0]);
167 fprintf(stderr, "%s: unsupported --formatVersion %s\n", argv[0], s);
172 fprintf(stderr, "%s: cannot combine --formatVersion 1 with --writePoolBundle or --usePoolBundle\n", argv[0]);
184 argv[0]);
192 argv[0], GENRB_VERSION, U_ICU_VERSION, U_COPYRIGHT_STRING);
207 argv[0]);
298 argv[0], u_errorName(status));
547 arg = getLongPathname(argv[i]);