Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Ddisptmpl.c265 if ( colp->ti_attrname != NULL ) { in free_disptmpl()
266 NSLDAPI_FREE( colp->ti_attrname ); in free_disptmpl()
435 if ( ticolp->ti_attrname != NULL ) { in ldap_tmplattrs()
438 nsldapi_strdup( ticolp->ti_attrname )) == NULL ) { in ldap_tmplattrs()
686 ip->ti_attrname = NULL; in read_next_tmpl()
689 ip->ti_attrname = toks[ 3 ]; in read_next_tmpl()
H A Dtmplout.c306 if ( colp->ti_attrname == NULL || ( vals = ldap_get_values( ld, in do_entry2text()
307 entry, colp->ti_attrname )) == NULL ) { in do_entry2text()
311 && colp->ti_attrname != NULL ) { in do_entry2text()
313 if ( strcasecmp( colp->ti_attrname, defattrs[ i ] ) in do_entry2text()
345 if ( colp->ti_attrname == NULL || ( show && in do_entry2text()
/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Ddisptmpl.h166 char *ti_attrname; member
/illumos-gate/usr/src/cmd/ldap/common/
H A Dtmpltest.c217 printf( "), %s, %s", NULLSTRINGIFNULL( colp->ti_attrname ), in dump_tmpl()
/illumos-gate/usr/src/head/
H A Dldap.h841 char *ti_attrname; member