Lines Matching refs:str

51 	const char	*str;  in Dbg_util_call_init()  local
57 str = MSG_INTL(MSG_UTL_SORT); in Dbg_util_call_init()
59 str = MSG_INTL(MSG_UTL_PEND); in Dbg_util_call_init()
61 str = MSG_INTL(MSG_UTL_DYN); in Dbg_util_call_init()
63 str = MSG_INTL(MSG_UTL_DONE); in Dbg_util_call_init()
66 dbg_print(lml, MSG_INTL(MSG_UTL_INIT), str, NAME(lmp)); in Dbg_util_call_init()
132 const char *str; in Dbg_util_call_array() local
138 str = MSG_ORIG(MSG_SCN_INITARRAY); in Dbg_util_call_array()
140 str = MSG_ORIG(MSG_SCN_FINIARRAY); in Dbg_util_call_array()
142 str = MSG_ORIG(MSG_SCN_PREINITARRAY); in Dbg_util_call_array()
144 dbg_print(lml, MSG_INTL(MSG_UTL_ARRAY), str, ndx, EC_NATPTR(addr), in Dbg_util_call_array()
162 Dbg_util_str(Lm_list *lml, const char *str) in Dbg_util_str() argument
166 dbg_print(lml, MSG_ORIG(MSG_FMT_STR), str); in Dbg_util_str()
208 const char *str; in Dbg_util_edge_in() local
216 str = MSG_ORIG(MSG_SCN_INIT); in Dbg_util_edge_in()
218 str = MSG_ORIG(MSG_SCN_FINI); in Dbg_util_edge_in()
224 dbg_print(lml, MSG_INTL(MSG_UTL_EDGE_TITLE_I), str); in Dbg_util_edge_in()
226 dbg_print(lml, MSG_INTL(MSG_UTL_EDGE_TITLE_S), str); in Dbg_util_edge_in()
252 const char *str; in Dbg_util_collect() local
260 str = MSG_ORIG(MSG_SCN_INIT); in Dbg_util_collect()
262 str = MSG_ORIG(MSG_SCN_FINI); in Dbg_util_collect()
268 dbg_print(lml, MSG_INTL(MSG_UTL_COLLECT), ndx, NAME(lmp), str); in Dbg_util_collect()
289 const char *str; in Dbg_util_lcinterface() local
296 str = MSG_ORIG(tags[tag]); in Dbg_util_lcinterface()
298 str = conv_invalid_val(&inv_buf, tag, 0); in Dbg_util_lcinterface()
300 dbg_print(LIST(lmp), MSG_INTL(MSG_UTL_LCINTERFACE), NAME(lmp), str, in Dbg_util_lcinterface()
307 const char *str; in Dbg_unused_lcinterface() local
314 str = MSG_ORIG(tags[tag]); in Dbg_unused_lcinterface()
316 str = conv_invalid_val(&inv_buf, tag, 0); in Dbg_unused_lcinterface()
318 dbg_print(LIST(nlmp), MSG_INTL(MSG_USD_LCINTERFACE), NAME(nlmp), str, in Dbg_unused_lcinterface()