Home
last modified time | relevance | path

Searched refs:tokstart (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Ddsparse.c152 char *p, *tokstart, *t; in next_token() local
172 t = tokstart = p; in next_token()
193 if ( t == tokstart ) { in next_token()
197 return( nsldapi_strdup( tokstart )); in next_token()