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

/osnet-11/usr/src/lib/libsasl/lib/
H A Dsaslutil.c598 char *pArgString = NULL; /* where to start from next */ local
606 pArgString = pIndexPosition;
610 if (pArgString == NULL) {
621 pArgString = argv[optind++]; /* set this to the next argument ptr */
623 if (('/' != *pArgString) && /* doesn't start with a slash or a dash? */
624 ('-' != *pArgString)) {
632 if ((strcmp(pArgString, "-") == 0) ||
633 (strcmp(pArgString, "--") == 0)) {
639 pArgString++; /* look past the / or - */
642 if (':' == *pArgString) { /* i
[all...]

Completed in 17 milliseconds