Searched defs:oli (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetopt_long.c465 char *oli; /* option letter list index */ local
636 (oli = strchr(options, optchar)) == NULL) {
654 (long_options != NULL) && (optchar == 'W') && (oli[1] == ';')) {
685 if (*++oli != ':') { /* doesn't take argument */
694 (oli[1] == ':'))) {
/osnet-11/usr/src/cmd/sendmail/src/
H A Dconf.c3018 register char *oli = NULL; /* option letter list index */ local
3035 if ((optopt = (int)*place++) == (int)':' || !(oli = strchr(ostr,optopt))) {
3039 if (oli && *++oli != ':') { /* don't need argument */

Completed in 33 milliseconds