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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dfriendly.c109 (*map)[i].f_unfriendly = nsldapi_strdup( buf );
115 (*map)[i].f_unfriendly = NULL;
118 for ( i = 0; (*map)[i].f_unfriendly != NULL; i++ ) {
119 if ( strcasecmp( name, (*map)[i].f_unfriendly ) == 0 )
136 for ( pF = *map; pF->f_unfriendly; pF++ ) {
137 NSLDAPI_FREE( pF->f_unfriendly );
/illumos-gate/usr/src/head/
H A Dldap.h1320 char *f_unfriendly; member in struct:friendly

Completed in 155 milliseconds