Home
last modified time | relevance | path

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

/libtiff-4.0.7/port/
H A Dgetopt.c59 char *oli; /* option letter list index */ in getopt() local
88 if (optopt == ':' || (oli = strchr(optstring, optopt)) == NULL) { in getopt()
98 if (oli[1] != ':') { in getopt()