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

/osnet-11/usr/src/lib/libsasl/lib/
H A Dsaslutil.c551 * option character in argv that matches an option character in opstring.
556 * The opstring argument points to a string of option characters; if an
572 * option character not included in opstring. This error message can be
595 int getopt(int argc, char *argv[], char *opstring) argument
649 else if ((pOptString = strchr(opstring, *pArgString)) == 0) {

Completed in 16 milliseconds