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

/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/lib/
H A Dsaslutil.c695 char *pArgString = NULL; /* where to start from next */ local
703 pArgString = pIndexPosition;
707 if (pArgString == NULL) {
718 pArgString = argv[optind++]; /* set this to the next argument ptr */
720 if (('/' != *pArgString) && /* doesn't start with a slash or a dash? */
721 ('-' != *pArgString)) {
729 if ((strcmp(pArgString, "-") == 0) ||
730 (strcmp(pArgString, "--") == 0)) {
736 pArgString++; /* look past the / or - */
739 if (':' == *pArgString) { /* i
[all...]

Completed in 122 milliseconds