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

/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/lib/
H A Dsaslutil.c690 #define _next_char(string) (char)(*(string+1)) macro
758 if (':' == _next_char(pOptString)) { /* is the next letter a colon? */
760 if ('\0' != _next_char(pArgString)) { /* argument in this argv? */

Completed in 143 milliseconds