Searched refs:CHECK_STR (Results 1 – 9 of 9) sorted by relevance
| /src/crypto/krb5/src/lib/krb5/ccache/ |
| H A D | t_cc.c | 192 #define CHECK_STR(str,msg) \ macro 268 CHECK_STR(c_name, "get_name"); in cc_test() 271 CHECK_STR(c_name, "get_type"); in cc_test() 273 CHECK_STR(save_type, "copying type"); in cc_test()
|
| /src/contrib/bsddialog/lib/ |
| H A D | libbsddialog.c | 109 addstr(CHECK_STR(backtitle)); in bsddialog_backtitle()
|
| H A D | menubox.c | 133 pritem->prefix = CHECK_STR(item->prefix); in build_privatemenu() 135 pritem->name = CHECK_STR(item->name); in build_privatemenu() 136 pritem->desc = CHECK_STR(item->desc); in build_privatemenu() 137 pritem->bottomdesc = CHECK_STR(item->bottomdesc); in build_privatemenu()
|
| H A D | lib_util.h | 73 #define CHECK_STR(s) (s == NULL ? "" : s) macro
|
| H A D | formbox.c | 135 item->label = CHECK_STR(items[i].label); in build_privateform() 147 item->bottomdesc = CHECK_STR(items[i].bottomdesc); in build_privateform() 165 if ((winit = alloc_mbstows(CHECK_STR(items[i].init))) == NULL) in build_privateform()
|
| H A D | barbox.c | 243 (int)strcols(CHECK_STR(minilabels[i]))); in mixedgauge_size_position() 296 mvwaddcstr(d.widget, i+1, 2, CHECK_STR(minilabels[i]), d.w-20); in do_mixedgauge()
|
| H A D | datebox.c | 584 if ((wformat = alloc_mbstows(CHECK_STR(format))) == NULL) in build_dateitem()
|
| H A D | lib_util.c | 1348 d->text = CHECK_STR(text); in prepare_dialog()
|
| /src/crypto/krb5/src/lib/krb5/keytab/ |
| H A D | t_keytab.c | 52 #define CHECK_STR(str,msg) \ macro 106 CHECK_STR(type, "getting kt type"); in kt_test()
|