Home
last modified time | relevance | path

Searched refs:bz_internal_error (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/bzip2/
H A Dbzlib_private.h88 extern void bz_internal_error ( int errcode );
90 { if (!(cond)) bz_internal_error ( errcode ); }
/freebsd/stand/libsa/
H A Dbzipfs.c363 bz_internal_error(int errorcode) in bz_internal_error() function