Home
last modified time | relevance | path

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

/external/toybox/lib/
Dlib.h161 void error_exit_raw(char *msg);
Dlib.c94 void error_exit_raw(char *msg) in error_exit_raw() function
/external/toybox/toys/other/
Dbzcat.c666 if (err) error_exit_raw(err); in do_bzcat()