Symbol: NULLSTRINGIFNULL
usr/src/cmd/ldap/common/tmpltest.c
124
NULLSTRINGIFNULL( tmpl->dt_name ),
usr/src/cmd/ldap/common/tmpltest.c
125
NULLSTRINGIFNULL( tmpl->dt_pluralname ),
usr/src/cmd/ldap/common/tmpltest.c
126
NULLSTRINGIFNULL( tmpl->dt_iconname ));
usr/src/cmd/ldap/common/tmpltest.c
132
NULLSTRINGIFNULL( ocp->oc_objclasses[ i ] ));
usr/src/cmd/ldap/common/tmpltest.c
163
NULLSTRINGIFNULL( adp->ad_attrname),
usr/src/cmd/ldap/common/tmpltest.c
164
NULLSTRINGIFNULL( adp->ad_value ));
usr/src/cmd/ldap/common/tmpltest.c
167
NULLSTRINGIFNULL( adp->ad_attrname ));
usr/src/cmd/ldap/common/tmpltest.c
213
printf( ",%s", NULLSTRINGIFNULL( item_opts[ i ] ));
usr/src/cmd/ldap/common/tmpltest.c
217
printf( "), %s, %s", NULLSTRINGIFNULL( colp->ti_attrname ),
usr/src/cmd/ldap/common/tmpltest.c
218
NULLSTRINGIFNULL( colp->ti_label ));
usr/src/cmd/ldap/common/tmpltest.c
222
printf( "<%s>", NULLSTRINGIFNULL( colp->ti_args[ i ] ));
usr/src/cmd/ldap/common/tmpltest.c
240
NULLSTRINGIFNULL( so->so_objtypeprompt ));
usr/src/cmd/ldap/common/tmpltest.c
244
printf( "Prompt: %s\n", NULLSTRINGIFNULL( so->so_prompt ));
usr/src/cmd/ldap/common/tmpltest.c
261
NULLSTRINGIFNULL( so->so_filterprefix ));
usr/src/cmd/ldap/common/tmpltest.c
263
NULLSTRINGIFNULL( so->so_filtertag ));
usr/src/cmd/ldap/common/tmpltest.c
265
NULLSTRINGIFNULL( so->so_defaultselectattr ));
usr/src/cmd/ldap/common/tmpltest.c
267
NULLSTRINGIFNULL( so->so_defaultselecttext ));
usr/src/cmd/ldap/common/tmpltest.c
270
printf( " Label: %s\n", NULLSTRINGIFNULL( sa->sa_attrlabel ));
usr/src/cmd/ldap/common/tmpltest.c
271
printf( " Attribute: %s\n", NULLSTRINGIFNULL( sa->sa_attr ));
usr/src/cmd/ldap/common/tmpltest.c
272
printf( " Select attr: %s\n", NULLSTRINGIFNULL( sa->sa_selectattr ));
usr/src/cmd/ldap/common/tmpltest.c
273
printf( " Select text: %s\n", NULLSTRINGIFNULL( sa->sa_selecttext ));
usr/src/cmd/ldap/common/tmpltest.c
278
NULLSTRINGIFNULL( sm->sm_matchprompt ),
usr/src/cmd/ldap/common/tmpltest.c
279
NULLSTRINGIFNULL( sm->sm_filter ));