Home
last modified time | relevance | path

Searched refs:error_msg_raw (Results 1 – 3 of 3) sorted by relevance

/external/toybox/lib/
Dlib.h159 void error_msg_raw(char *msg);
Dlib.c84 void error_msg_raw(char *msg) in error_msg_raw() function
/external/toybox/toys/other/
Dbzcat.c703 } else if (err) error_msg_raw(err); in do_bunzip2()