Searched defs:templates (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/ldap/common/ |
H A D | tmpltest.c | 35 struct ldap_disptmpl *templates, *dtp; local 47 if (( err = ldap_init_templates( "ldaptemplates.conf", &templates )) 61 for ( dtp = ldap_first_disptmpl( templates ); dtp != NULLDISPTMPL; 62 dtp = ldap_next_disptmpl( templates, dtp )) { 75 if (( dtp = ldap_oc2template( ++argv, templates )) == NULL ) { 83 ldap_free_templates( templates );
|
/illumos-gate/usr/src/cmd/lp/include/ |
H A D | filters.h | 84 char ** templates; /* list of option templates */ member in struct:FILTER 115 * "name" element. A (TEMPLATE *) list is an array of templates (TEMPLATE) 128 TEMPLATE * templates; member in struct:_FILTER
|
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_libscf.c | 12804 * If 'templates' == 2, verbose output is printed in the format expected 12805 * for describe -v, which includes all templates fields. If pg is 12810 list_pg_tmpl(scf_pg_tmpl_t *pgt, scf_propertygroup_t *pg, int templates) argument 12817 if (templates == 0) 12824 if (templates == 2 && pg != NULL) { 12854 if (pg == NULL || templates == 2) { 12874 if (templates == 2 && scf_tmpl_pg_required(pgt, &required) == 0) 12878 if (templates == 2 && scf_tmpl_pg_target(pgt, &buf) > 0) { 12884 if (templates == 2 && scf_tmpl_pg_common_name(pgt, NULL, &buf) > 0) { 12891 if (templates 13084 list_prop_tmpl(scf_prop_tmpl_t *prt, scf_property_t *prop, int templates) argument 13257 list_entity_tmpl(int templates) argument 13339 listtmpl(const char *pattern, int templates) argument 13424 listprop(const char *pattern, int only_pgs, int templates) argument [all...] |
Completed in 405 milliseconds