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

/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dsetoption.c296 matched = nsldapi_strdup(matched);
297 errstr = nsldapi_strdup(errstr);
303 matched = nsldapi_strdup(matched);
305 nsldapi_strdup((char *)optdata));
311 errstr = nsldapi_strdup(errstr);
313 nsldapi_strdup((char *)optdata), errstr);
321 ld->ld_preferred_language = nsldapi_strdup((char *)optdata);
328 ld->ld_defhost = nsldapi_strdup((char *)optdata);
348 ld->ld_def_sasl_mech = nsldapi_strdup((char *)optdata);
354 ld->ld_def_sasl_realm = nsldapi_strdup((cha
[all...]
H A Dgetoption.c241 *((char **) optdata) = nsldapi_strdup( *((char **) optdata ));
246 *((char **) optdata) = nsldapi_strdup( *((char **) optdata ));
252 nsldapi_strdup(ld->ld_preferred_language);
267 *((char **) optdata) = nsldapi_strdup( ld->ld_defhost );
277 *((char **) optdata) = nsldapi_strdup(ld->ld_def_sasl_mech);
280 *((char **) optdata) = nsldapi_strdup(ld->ld_def_sasl_realm);
283 *((char **) optdata) = nsldapi_strdup(ld->ld_def_sasl_authcid);
286 *((char **) optdata) = nsldapi_strdup(ld->ld_def_sasl_authzid);
390 if (( aip->ldapai_vendor_name = nsldapi_strdup( LDAP_VENDOR_NAME ))
406 if (( aip->ldapai_extensions[i] = nsldapi_strdup(
[all...]
H A Dfriendly.c109 (*map)[i].f_unfriendly = nsldapi_strdup( buf );
110 (*map)[i].f_friendly = nsldapi_strdup( s );
H A Dcharray.c159 new[i] = nsldapi_strdup( a[i] );
204 res[i++] = nsldapi_strdup( s );
H A Dgetdn.c87 return( nsldapi_strdup( (char *)dn ));
89 ufn = nsldapi_strdup( ++p );
175 cpydn = nsldapi_strdup( (char *)dn );
186 rdns[ncomps++] = nsldapi_strdup( s );
H A Dopen.c511 ( ld->ld_defhost = nsldapi_strdup( defhost )) == NULL ) ||
611 nsldapi_strdup( ld->ld_defhost )) == NULL )) {
659 *hostp = nsldapi_strdup( "127.0.0.1" );
672 (*statusp)->lhs_hostlist = nsldapi_strdup( hostlist );
723 *hostp = nsldapi_strdup( status->lhs_nexthost );
809 nsldapi_strdup( const char *s ) function
H A Ddsparse.c200 return( nsldapi_strdup( tokstart ));
H A Dgetfilter.c139 nextflp->lfl_tag = nsldapi_strdup( tag );
234 lfdp->lfd_filtprefix = ( prefix == NULL ) ? NULL : nsldapi_strdup( prefix );
239 lfdp->lfd_filtsuffix = ( suffix == NULL ) ? NULL : nsldapi_strdup( suffix );
287 if (( lfdp->lfd_curvalcopy = nsldapi_strdup( value )) == NULL ) {
H A Dgetdxbyname.c103 ( dxs[ 0 ] = nsldapi_strdup( domain )) == NULL ) {
H A Dcontrol.c416 if (( ctrl_dst->ldctl_oid = nsldapi_strdup( ctrl_src->ldctl_oid ))
475 if (( (*ctrlp)->ldctl_oid = nsldapi_strdup( oid )) == NULL ) {
H A Drequest.c237 nsldapi_strdup( bindreqdn )) == NULL )) {
1003 nsldapi_strdup( origreq->lr_conn->lconn_server->lsrv_host );
1009 srv->lsrv_host = nsldapi_strdup(ludp->lud_host);
1330 if (( srv->lsrv_host = nsldapi_strdup( host )) == NULL
1332 nsldapi_strdup( server_dn )) == NULL )) {
H A Dsasl.c725 return( nsldapi_sasl_cvterrno( ld, saslrc, nsldapi_strdup( sasl_errdetail( ctx ) ) ) );
768 NULL, nsldapi_strdup( dgettext(TEXT_DOMAIN,
800 return( nsldapi_sasl_cvterrno( ld, saslrc, nsldapi_strdup( sasl_errdetail( ctx ) ) ) );
809 return( nsldapi_sasl_cvterrno( ld, saslrc, nsldapi_strdup( sasl_errdetail( ctx ) ) ) );
923 inp = nsldapi_strdup(in);
H A Dufn.c163 dns[0] = nsldapi_strdup( prefix );
523 ld->ld_ufnprefix = nsldapi_strdup( prefix );
H A Durl.c211 if (( urlcopy = nsldapi_strdup( url )) == NULL ) {
442 ( srv->lsrv_host = nsldapi_strdup( host )) == NULL )) {
H A Ddisptmpl.c414 nsldapi_strdup( includeattrs[ i ] )) == NULL ) {
441 nsldapi_strdup( ticolp->ti_attrname )) == NULL ) {
H A Derror.c522 *matchednp = nsldapi_strdup( m );
525 *errmsgp = nsldapi_strdup( e );
H A Dsearch.c346 fdup = nsldapi_strdup( filter );
676 if (( str = nsldapi_strdup( str )) == NULL ) {
H A Dgetvalues.c369 *type = nsldapi_strdup( target );
H A Dos-ip.c202 nsldapi_strdup( dgettext(TEXT_DOMAIN,
230 errmsg = nsldapi_strdup( errmsg );
771 return( nsldapi_strdup( hp->h_name ));
1650 nsldapi_strdup( errmsg ));
H A Dmemcache.c310 (*cachep)->ldmemc_basedns[i] = nsldapi_strdup(baseDNs[i]);
612 tmpbase = nsldapi_strdup(NSLDAPI_STR_NONNULL(base));
1441 pRes->ldmemcr_basedn = (basedn ? nsldapi_strdup(basedn) : NULL);
H A Dldap-int.h678 char *nsldapi_strdup( const char *s ); /* if s is NULL, returns NULL */
H A Dresult.c320 nsldapi_strdup( dgettext(TEXT_DOMAIN,
/osnet-11/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-io.c391 char *nsldapi_strdup(char *);
442 hostname = nsldapi_strdup(host);

Completed in 77 milliseconds