Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Ddisptmpl.h235 struct ldap_disptmpl { struct
247 struct ldap_disptmpl *dt_next; argument
250 #define NULLDISPTMPL ((struct ldap_disptmpl *)0)
280 struct ldap_disptmpl **tmpllistp );
286 LDAP_API(struct ldap_disptmpl *)
290 LDAP_API(struct ldap_disptmpl *)
292 ldap_next_disptmpl( struct ldap_disptmpl *tmpllist,
293 struct ldap_disptmpl *tmpl );
295 LDAP_API(struct ldap_disptmpl *)
299 LDAP_API(struct ldap_disptmpl *)
[all …]
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Ddisptmpl.c152 struct ldap_disptmpl **tmpllistp ) in ldap_init_templates_buf()
156 struct ldap_disptmpl *prevtmpl, *tmpl; in ldap_init_templates_buf()
194 struct ldap_disptmpl *tp, *nexttp; in ldap_free_templates()
284 struct ldap_disptmpl *
292 struct ldap_disptmpl *
295 struct ldap_disptmpl *tmpl ) in ldap_next_disptmpl()
301 struct ldap_disptmpl *
305 struct ldap_disptmpl *dtp; in ldap_name2template()
318 struct ldap_disptmpl *
322 struct ldap_disptmpl *dtp; in ldap_oc2template()
[all …]
H A Dtmplout.c47 struct ldap_disptmpl *tmpl, char **defattrs, char ***defvals,
51 LDAPMessage *entry, struct ldap_disptmpl *tmpllist, char **defattrs,
57 static int max_label_len( struct ldap_disptmpl *tmpl );
86 struct ldap_disptmpl *tmpl, in ldap_entry2text()
111 struct ldap_disptmpl *tmpl, in ldap_entry2html()
140 struct ldap_disptmpl *tmpl, in do_entry2text()
389 struct ldap_disptmpl* tmpllist, /* if NULL, load default file */ in ldap_entry2text_search()
414 struct ldap_disptmpl* tmpllist, /* if NULL, load default file */ in ldap_entry2html_search()
438 struct ldap_disptmpl* tmpllist, /* if NULL, no template used */ in do_entry2text_search()
452 struct ldap_disptmpl *tmpl; in do_entry2text_search()
[all …]
/illumos-gate/usr/src/head/
H A Dldap.h909 struct ldap_disptmpl { struct
921 struct ldap_disptmpl *dt_next; argument
924 #define NULLDISPTMPL ((struct ldap_disptmpl *)0)
948 struct ldap_disptmpl **tmpllistp);
951 struct ldap_disptmpl **tmpllistp);
956 struct ldap_disptmpl *tmpllist);
959 struct ldap_disptmpl *tmpllist,
960 struct ldap_disptmpl *tmpl);
963 struct ldap_disptmpl *tmpllist);
966 struct ldap_disptmpl *tmpllist);
[all …]
/illumos-gate/usr/src/man/man3ldap/
H A DMakefile36 ldap_disptmpl.3ldap \
282 ldap_first_disptmpl.3ldap := LINKSRC = ldap_disptmpl.3ldap
283 ldap_first_tmplcol.3ldap := LINKSRC = ldap_disptmpl.3ldap
284 ldap_first_tmplrow.3ldap := LINKSRC = ldap_disptmpl.3ldap
285 ldap_free_templates.3ldap := LINKSRC = ldap_disptmpl.3ldap
288 ldap_name2template.3ldap := LINKSRC = ldap_disptmpl.3ldap
289 ldap_next_disptmpl.3ldap := LINKSRC = ldap_disptmpl.3ldap
290 ldap_next_tmplcol.3ldap := LINKSRC = ldap_disptmpl.3ldap
291 ldap_next_tmplrow.3ldap := LINKSRC = ldap_disptmpl.3ldap
292 ldap_oc2template.3ldap := LINKSRC = ldap_disptmpl.3ldap
[all …]
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3ldap.inc113 target=ldap_disptmpl.3ldap
121 target=ldap_disptmpl.3ldap
123 target=ldap_disptmpl.3ldap
129 target=ldap_disptmpl.3ldap
160 target=ldap_disptmpl.3ldap
162 target=ldap_disptmpl.3ldap
193 target=ldap_disptmpl.3ldap
197 target=ldap_disptmpl.3ldap
207 target=ldap_disptmpl.3ldap
209 target=ldap_disptmpl.3ldap
[all …]
/illumos-gate/usr/src/cmd/ldap/common/
H A Dtmpltest.c20 void dump_tmpl( struct ldap_disptmpl *tmpl );
34 struct ldap_disptmpl *templates, *dtp; in main()
115 dump_tmpl( struct ldap_disptmpl *tmpl ) in dump_tmpl()