Home
last modified time | relevance | path

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

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