Home
last modified time | relevance | path

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

/external/toybox/toys/net/
Dftpget.c85 error_exit_raw(toybuf); in ftp_line()
116 if (rc != 230) error_exit_raw(toybuf); in ftpget_main()
147 if (!s || port<1 || port>65535) error_exit_raw(toybuf); in ftpget_main()
/external/toybox/lib/
Dlib.h196 void error_exit_raw(char *msg);
Dlib.c99 void error_exit_raw(char *msg) in error_exit_raw() function
/external/toybox/toys/other/
Dbzcat.c668 if (err) error_exit_raw(err); in do_bzcat()