Searched refs:error_exit_raw (Results 1 – 4 of 4) sorted by relevance
85 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()
676 if (err[1] != 'u') error_exit_raw(err); in do_bzcat()
195 _Noreturn void error_exit_raw(char *msg);
99 void error_exit_raw(char *msg) in error_exit_raw() function