Searched refs:NULLSTRINGIFNULL (Results 1 – 1 of 1) sorted by relevance
29 #define NULLSTRINGIFNULL( s ) ( s == NULL ? "(null)" : s ) macro125 NULLSTRINGIFNULL( tmpl->dt_name ), in dump_tmpl()126 NULLSTRINGIFNULL( tmpl->dt_pluralname ), in dump_tmpl()127 NULLSTRINGIFNULL( tmpl->dt_iconname )); in dump_tmpl()133 NULLSTRINGIFNULL( ocp->oc_objclasses[ i ] )); in dump_tmpl()164 NULLSTRINGIFNULL( adp->ad_attrname), in dump_tmpl()165 NULLSTRINGIFNULL( adp->ad_value )); in dump_tmpl()168 NULLSTRINGIFNULL( adp->ad_attrname )); in dump_tmpl()214 printf( ",%s", NULLSTRINGIFNULL( item_opts[ i ] )); in dump_tmpl()218 printf( "), %s, %s", NULLSTRINGIFNULL( colp->ti_attrname ), in dump_tmpl()[all …]