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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dsearch.c866 char *nextstar, gotstar = 0; local
877 for ( ; val != NULL; val = nextstar ) {
878 if ( (nextstar = find_star( val )) != NULL ) {
879 *nextstar++ = '\0';
884 } else if ( nextstar == NULL ) {
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_reads.c5174 char *nextstar; local
5176 for (; val != NULL; val = nextstar) {
5177 if ((nextstar = find_star(val)) != NULL) {
5178 *nextstar++ = '\0';

Completed in 80 milliseconds