Home
last modified time | relevance | path

Searched refs:zmsg (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/gold/
Derrors.cc180 const char* zmsg; in undefined_symbol() local
188 zmsg = _("warning"); in undefined_symbol()
193 zmsg = _("error"); in undefined_symbol()
200 location.c_str(), zmsg, sym->demangled_name().c_str()); in undefined_symbol()
204 location.c_str(), zmsg, sym->demangled_name().c_str(), version); in undefined_symbol()
/netbsd/src/external/gpl2/xcvs/dist/src/
Dzlib.c72 const char *zmsg; in compress_error() local
77 zmsg = zstr->msg; in compress_error()
78 if (zmsg == NULL) in compress_error()
81 zmsg = buf; in compress_error()
86 "%s: %s", msg, zmsg); in compress_error()