Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/zlib/
H A Dzutil.h53 extern const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
56 #define ERR_MSG(err) z_errmsg[Z_NEED_DICT-(err)]
H A Dzutil.c14 const char * const z_errmsg[10] = { variable
/openbmc/openbmc/poky/meta/recipes-devtools/rsync/files/
H A D0001-Add-missing-prototypes-to-function-declarations.patch156 @@ -27,12 +27,12 @@ z_const char * const z_errmsg[10] = {