errcode           162 libltdl/loaders/dyld.c #define DYLD__SETERROR(errcode)	    DYLD__SETMYERROR (LT__STRERROR (errcode))
errcode           104 libltdl/loaders/loadlibrary.c #define LOADLIB_SETERROR(errcode) LOADLIB__SETERROR (LT__STRERROR (errcode))
errcode           105 maint/gnulib/lib/pipe-filter-aux.h # define IS_EAGAIN(errcode) 0
errcode           108 maint/gnulib/lib/pipe-filter-aux.h #  define IS_EAGAIN(errcode) ((errcode) == EAGAIN || (errcode) == EWOULDBLOCK)
errcode           110 maint/gnulib/lib/pipe-filter-aux.h #  define IS_EAGAIN(errcode) ((errcode) == EAGAIN)
errcode           497 maint/gnulib/lib/regcomp.c regerror (int errcode, const regex_t *__restrict preg, char *__restrict errbuf,
errcode           504 maint/gnulib/lib/regcomp.c   if (__glibc_unlikely (errcode < 0 || errcode >= nerrcodes))
errcode           511 maint/gnulib/lib/regcomp.c   msg = gettext (__re_error_msgid + __re_error_msgid_idx[errcode]);
errcode            45 maint/gnulib/lib/regex.c # define regerror(errcode, preg, errbuf, errbuf_size) \
errcode            46 maint/gnulib/lib/regex.c 	__regerror(errcode, preg, errbuf, errbuf_size)