Lines Matching refs:txt
126 set_log_txt_prefix(const char *txt) in set_log_txt_prefix() argument
128 log_txt_prefix = txt; in set_log_txt_prefix()
372 char *txt = NULL; in do_log() local
385 txt = "fatal"; in do_log()
390 txt = "error"; in do_log()
403 txt = "debug1"; in do_log()
414 txt = "debug2"; in do_log()
419 txt = "debug3"; in do_log()
424 txt = "internal error"; in do_log()
428 if (txt != NULL) { in do_log()
430 do_gettext ? gettext(txt) : txt, in do_log()