strerror           27 include/std/string.h extern const char *strerror(int num);
strerror          556 lib/lua/lauxlib.c   const char *serr = strerror(errno);
strerror           37 lib/lua/liolib.c       lua_pushfstring(L, "%s: %s", filename, strerror(en));
strerror           39 lib/lua/liolib.c       lua_pushfstring(L, "%s", strerror(en));
strerror           47 lib/lua/liolib.c   lua_pushfstring(L, "%s: %s", filename, strerror(errno));
strerror          461 lib/lua/liolib.c     return luaL_error(L, "%s", strerror(errno));
strerror           35 lib/lua/loslib.c     lua_pushfstring(L, "%s: %s", filename, strerror(en));
strerror          496 lib/lua/loslib.c     lua_pushfstring(L, "%s: %s", name, strerror(en));
strerror           44 lib/lua/luac.c  fprintf(stderr,"%s: cannot %s %s: %s\n",progname,what,output,strerror(errno));
strerror          110 modules/module_exportlist.c             strerror
strerror           34 tools/dancingbits.c 		printf("Error open %s: %s\n", reyalp[1], strerror(errno));
strerror           39 tools/dancingbits.c 		printf("Error open %s: %s\n", reyalp[2], strerror(errno));