Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsasl/lib/
H A Dsaslutil.c599 char *pOptString; /* the string in our program */ in getopt() local
649 else if ((pOptString = strchr(opstring, *pArgString)) == 0) { in getopt()
661 if (':' == _next_char(pOptString)) { /* is the next letter a colon? */ in getopt()