Searched refs:oint (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
H A Dmbo_getopt.c14 static int mbo_opt_error(int argc, char * const *argv, int oint, int optchr, int err, int show_err) argument
18 fprintf(stderr, "Error in argument %d, char %d: ", oint, optchr + 1);
28 fprintf(stderr, "option not found %c\n", argv[oint][optchr]);
32 fprintf(stderr, "no argument for option %c\n", argv[oint][optchr]);

Completed in 294 milliseconds