Home
last modified time | relevance | path

Searched refs:jas_optind (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/3rdparty/libjasper/
Djas_getopt.c84 int jas_optind = 0; variable
112 if (!jas_optind) { in jas_getopt()
113 jas_optind = JAS_MIN(1, argc); in jas_getopt()
115 while (jas_optind < argc) { in jas_getopt()
116 s = cp = argv[jas_optind]; in jas_getopt()
119 ++jas_optind; in jas_getopt()
149 if (jas_optind >= argc) { in jas_getopt()
155 jas_optarg = argv[jas_optind]; in jas_getopt()
156 ++jas_optind; in jas_getopt()
/external/opencv3/3rdparty/libjasper/jasper/
Djas_getopt.h112 extern int jas_optind;