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

/illumos-gate/usr/src/cmd/ldap/common/
H A Dtmpltest.c29 #define NULLSTRINGIFNULL( s ) ( s == NULL ? "(null)" : s ) macro
125 NULLSTRINGIFNULL( tmpl->dt_name ),
126 NULLSTRINGIFNULL( tmpl->dt_pluralname ),
127 NULLSTRINGIFNULL( tmpl->dt_iconname ));
133 NULLSTRINGIFNULL( ocp->oc_objclasses[ i ] ));
164 NULLSTRINGIFNULL( adp->ad_attrname),
165 NULLSTRINGIFNULL( adp->ad_value ));
168 NULLSTRINGIFNULL( adp->ad_attrname ));
214 printf( ",%s", NULLSTRINGIFNULL( item_opts[ i ] ));
218 printf( "), %s, %s", NULLSTRINGIFNULL( col
[all...]

Completed in 56 milliseconds