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

/opensolaris-onvv-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Durl.c185 char *urlcopy, *attrs, *scope, *extensions = NULL, *p, *q; local
211 if (( urlcopy = nsldapi_strdup( url )) == NULL ) {
216 if ( enclosed && *((p = urlcopy + strlen( urlcopy ) - 1)) == '>' ) {
225 ludp->lud_string = urlcopy;
228 if (( ludp->lud_dn = strchr( urlcopy, '/' )) == NULL ) {
239 if ( *urlcopy == '\0' ) {
242 ludp->lud_host = urlcopy;

Completed in 89 milliseconds