Searched refs:yasm_exrefstr (Results 1 – 1 of 1) sorted by relevance
62 static /*@only@*/ /*@null@*/ char *yasm_exrefstr; variable123 yasm_exrefstr = NULL; in yasm_errwarn_initialize()252 if (yasm_exrefstr) in yasm_error_clear()253 yasm_xfree(yasm_exrefstr); in yasm_error_clear()257 yasm_exrefstr = NULL; in yasm_error_clear()302 yasm_exrefstr = yasm_xmalloc(MSG_MAXSIZE+1); in yasm_error_set_xref_va()304 vsnprintf(yasm_exrefstr, MSG_MAXSIZE, yasm_gettext_hook(format), va); in yasm_error_set_xref_va()306 vsprintf(yasm_exrefstr, yasm_gettext_hook(format), va); in yasm_error_set_xref_va()326 *xrefstr = yasm_exrefstr; in yasm_error_fetch()330 yasm_exrefstr = NULL; in yasm_error_fetch()