en                 29 lib/lua/liolib.c   int en = errno;  /* calls to Lua API may change this value */
en                 37 lib/lua/liolib.c       lua_pushfstring(L, "%s: %s", filename, strerror(en));
en                 39 lib/lua/liolib.c       lua_pushfstring(L, "%s", strerror(en));
en                 40 lib/lua/liolib.c     lua_pushinteger(L, en);
en                 28 lib/lua/loslib.c   int en = errno;  /* calls to Lua API may change this value */
en                 35 lib/lua/loslib.c     lua_pushfstring(L, "%s: %s", filename, strerror(en));
en                 36 lib/lua/loslib.c     lua_pushinteger(L, en);
en                494 lib/lua/loslib.c     int en = errno;
en                496 lib/lua/loslib.c     lua_pushfstring(L, "%s: %s", name, strerror(en));
en                497 lib/lua/loslib.c     lua_pushinteger(L, en);
en                916 platform/generic/wrappers.c const char *strerror(int en) {
en                919 platform/generic/wrappers.c     sprintf(msg,"errno 0x%X",en);
en                922 platform/generic/wrappers.c     (void)en;