===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
widelands-21/po/maps/pl.po-832-"die pulled apart by wolves, engulfed by swamp… encircled by hostile tribes."
widelands-21/po/maps/pl.po:833:msgstr "Niektórzy mówią, że nieprzeniknione krainy północy wystraszyły nawet najbardziej śmiałych osadników i najodważniejszych z wojowników. Wielkie i stare lasy, pełne wielkich i drapieżnych zwierząt, przecinane przez mokradła i góry, skryte są całunem tajemnicy. Ci, którym udało się wrócić, opowiadali o ogromnych budynkach zdobnych w rzeźby i złoto z majestatycznych pasm górskich, głęboko w dziczy. Dziesiątki lat później pozostały tylko ruiny jako wspomnienie tych starych dobrych czasów, przykryte mchem i drzewami. Ich kształty mało co mówią o rzemiośle starożytnych budowniczych. Nikt nie wie, co się z nimi stało. Nikt nie wie, dlaczego. Ludzie mówią, że nic nie blokuje drogi do ich bogactwa. Ale wielu zginie rozerwanych przez wilki, pochłoniętych przez bagna... otoczonych przez nieprzyjazne plemiona."
widelands-21/po/maps/pl.po-834-
##############################################
widelands-21/utils/create-dmg-8-# The path to Widelands application
widelands-21/utils/create-dmg:9:APPLICATION=`dirname $0`/build/Release/Widelands.app
widelands-21/utils/create-dmg-10-
##############################################
widelands-21/utils/create-dmg-19-function print_usage() {
widelands-21/utils/create-dmg:20:	echo "Usage: `basename $0` svn | release <name>"
widelands-21/utils/create-dmg-21-	echo "  svn            Use SVN revision as name"
##############################################
widelands-21/utils/create-dmg-35-
widelands-21/utils/create-dmg:36:	cp `dirname $0`/widelands-disk.icns $1/.VolumeIcon.icns
widelands-21/utils/create-dmg-37-
##############################################
widelands-21/utils/create-dmg-48-elif [ $1 = svn ]; then
widelands-21/utils/create-dmg:49:	revision=`\`dirname $0\`/../../utils/detect_revision.py`
widelands-21/utils/create-dmg-50-elif [ $1 = release ]; then
##############################################
widelands-21/utils/macos/build_app.sh-80-DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
widelands-21/utils/macos/build_app.sh:81:REVISION=`python $DIR/../detect_revision.py`
widelands-21/utils/macos/build_app.sh-82-
##############################################
widelands-21/cmake/Modules/FindSDL2_mixer.cmake-76-
widelands-21/cmake/Modules/FindSDL2_mixer.cmake:77:# include(${CMAKE_CURRENT_LIST_DIR}/FindPackageHandleStandardArgs.cmake)
widelands-21/cmake/Modules/FindSDL2_mixer.cmake-78-
##############################################
widelands-21/cmake/Modules/FindSDL2_ttf.cmake-76-
widelands-21/cmake/Modules/FindSDL2_ttf.cmake:77:# include(${CMAKE_CURRENT_LIST_DIR}/FindPackageHandleStandardArgs.cmake)
widelands-21/cmake/Modules/FindSDL2_ttf.cmake-78-
##############################################
widelands-21/cmake/Modules/FindSDL2_image.cmake-76-
widelands-21/cmake/Modules/FindSDL2_image.cmake:77:# include(${CMAKE_CURRENT_LIST_DIR}/FindPackageHandleStandardArgs.cmake)
widelands-21/cmake/Modules/FindSDL2_image.cmake-78-
##############################################
widelands-21/src/CMakeLists.txt-20-if (CMAKE_VERSION VERSION_LESS 2.8.11)
widelands-21/src/CMakeLists.txt:21:  include (${CMAKE_SOURCE_DIR}/cmake/IncludeDirectoriesOld.cmake)
widelands-21/src/CMakeLists.txt-22-else (CMAKE_VERSION VERSION_LESS 2.8.11)
widelands-21/src/CMakeLists.txt:23:  include (${CMAKE_SOURCE_DIR}/cmake/IncludeDirectories.cmake)
widelands-21/src/CMakeLists.txt-24-endif (CMAKE_VERSION VERSION_LESS 2.8.11)
##############################################
widelands-21/src/third_party/eris/lapi.c-59-
widelands-21/src/third_party/eris/lapi.c:60:static TValue *index2addr (lua_State *L, int idx) {
widelands-21/src/third_party/eris/lapi.c-61-  CallInfo *ci = L->ci;
##############################################
widelands-21/src/third_party/eris/lapi.c-210-  t = L->top - 1;  /* end of stack segment being rotated */
widelands-21/src/third_party/eris/lapi.c:211:  p = index2addr(L, idx);  /* start of segment */
widelands-21/src/third_party/eris/lapi.c-212-  api_checkstackindex(L, idx, p);
##############################################
widelands-21/src/third_party/eris/lapi.c-224-  lua_lock(L);
widelands-21/src/third_party/eris/lapi.c:225:  fr = index2addr(L, fromidx);
widelands-21/src/third_party/eris/lapi.c:226:  to = index2addr(L, toidx);
widelands-21/src/third_party/eris/lapi.c-227-  api_checkvalidindex(L, to);
##############################################
widelands-21/src/third_party/eris/lapi.c-238-  lua_lock(L);
widelands-21/src/third_party/eris/lapi.c:239:  setobj2s(L, L->top, index2addr(L, idx));
widelands-21/src/third_party/eris/lapi.c-240-  api_incr_top(L);
##############################################
widelands-21/src/third_party/eris/lapi.c-251-LUA_API int lua_type (lua_State *L, int idx) {
widelands-21/src/third_party/eris/lapi.c:252:  StkId o = index2addr(L, idx);
widelands-21/src/third_party/eris/lapi.c-253-  return (isvalid(o) ? ttnov(o) : LUA_TNONE);
##############################################
widelands-21/src/third_party/eris/lapi.c-264-LUA_API int lua_iscfunction (lua_State *L, int idx) {
widelands-21/src/third_party/eris/lapi.c:265:  StkId o = index2addr(L, idx);
widelands-21/src/third_party/eris/lapi.c-266-  return (ttislcf(o) || (ttisCclosure(o)));
##############################################
widelands-21/src/third_party/eris/lapi.c-270-LUA_API int lua_isinteger (lua_State *L, int idx) {
widelands-21/src/third_party/eris/lapi.c:271:  StkId o = index2addr(L, idx);
widelands-21/src/third_party/eris/lapi.c-272-  return ttisinteger(o);
##############################################
widelands-21/src/third_party/eris/lapi.c-277-  lua_Number n;
widelands-21/src/third_party/eris/lapi.c:278:  const TValue *o = index2addr(L, idx);
widelands-21/src/third_party/eris/lapi.c-279-  return tonumber(o, &n);
##############################################
widelands-21/src/third_party/eris/lapi.c-283-LUA_API int lua_isstring (lua_State *L, int idx) {
widelands-21/src/third_party/eris/lapi.c:284:  const TValue *o = index2addr(L, idx);
widelands-21/src/third_party/eris/lapi.c-285-  return (ttisstring(o) || cvt2str(o));
##############################################
widelands-21/src/third_party/eris/lapi.c-289-LUA_API int lua_isuserdata (lua_State *L, int idx) {
widelands-21/src/third_party/eris/lapi.c:290:  const TValue *o = index2addr(L, idx);
widelands-21/src/third_party/eris/lapi.c-291-  return (ttisfulluserdata(o) || ttislightuserdata(o));
##############################################
widelands-21/src/third_party/eris/lapi.c-295-LUA_API int lua_rawequal (lua_State *L, int index1, int index2) {
widelands-21/src/third_party/eris/lapi.c:296:  StkId o1 = index2addr(L, index1);
widelands-21/src/third_party/eris/lapi.c:297:  StkId o2 = index2addr(L, index2);
widelands-21/src/third_party/eris/lapi.c-298-  return (isvalid(o1) && isvalid(o2)) ? luaV_rawequalobj(o1, o2) : 0;
##############################################
widelands-21/src/third_party/eris/lapi.c-321-  lua_lock(L);  /* may call tag method */
widelands-21/src/third_party/eris/lapi.c:322:  o1 = index2addr(L, index1);
widelands-21/src/third_party/eris/lapi.c:323:  o2 = index2addr(L, index2);
widelands-21/src/third_party/eris/lapi.c-324-  if (isvalid(o1) && isvalid(o2)) {
##############################################
widelands-21/src/third_party/eris/lapi.c-346-  lua_Number n;
widelands-21/src/third_party/eris/lapi.c:347:  const TValue *o = index2addr(L, idx);
widelands-21/src/third_party/eris/lapi.c-348-  int isnum = tonumber(o, &n);
##############################################
widelands-21/src/third_party/eris/lapi.c-357-  lua_Integer res;
widelands-21/src/third_party/eris/lapi.c:358:  const TValue *o = index2addr(L, idx);
widelands-21/src/third_party/eris/lapi.c-359-  int isnum = tointeger(o, &res);
##############################################
widelands-21/src/third_party/eris/lapi.c-367-LUA_API int lua_toboolean (lua_State *L, int idx) {
widelands-21/src/third_party/eris/lapi.c:368:  const TValue *o = index2addr(L, idx);
widelands-21/src/third_party/eris/lapi.c-369-  return !l_isfalse(o);
##############################################
widelands-21/src/third_party/eris/lapi.c-373-LUA_API const char *lua_tolstring (lua_State *L, int idx, size_t *len) {
widelands-21/src/third_party/eris/lapi.c:374:  StkId o = index2addr(L, idx);
widelands-21/src/third_party/eris/lapi.c-375-  if (!ttisstring(o)) {
##############################################
widelands-21/src/third_party/eris/lapi.c-382-    luaC_checkGC(L);
widelands-21/src/third_party/eris/lapi.c:383:    o = index2addr(L, idx);  /* previous call may reallocate the stack */
widelands-21/src/third_party/eris/lapi.c-384-    lua_unlock(L);
##############################################
widelands-21/src/third_party/eris/lapi.c-392-LUA_API size_t lua_rawlen (lua_State *L, int idx) {
widelands-21/src/third_party/eris/lapi.c:393:  StkId o = index2addr(L, idx);
widelands-21/src/third_party/eris/lapi.c-394-  switch (ttype(o)) {
##############################################
widelands-21/src/third_party/eris/lapi.c-404-LUA_API lua_CFunction lua_tocfunction (lua_State *L, int idx) {
widelands-21/src/third_party/eris/lapi.c:405:  StkId o = index2addr(L, idx);
widelands-21/src/third_party/eris/lapi.c-406-  if (ttislcf(o)) return fvalue(o);
##############################################
widelands-21/src/third_party/eris/lapi.c-413-LUA_API void *lua_touserdata (lua_State *L, int idx) {
widelands-21/src/third_party/eris/lapi.c:414:  StkId o = index2addr(L, idx);
widelands-21/src/third_party/eris/lapi.c-415-  switch (ttnov(o)) {
##############################################
widelands-21/src/third_party/eris/lapi.c-423-LUA_API lua_State *lua_tothread (lua_State *L, int idx) {
widelands-21/src/third_party/eris/lapi.c:424:  StkId o = index2addr(L, idx);
widelands-21/src/third_party/eris/lapi.c-425-  return (!ttisthread(o)) ? NULL : thvalue(o);
##############################################
widelands-21/src/third_party/eris/lapi.c-429-LUA_API const void *lua_topointer (lua_State *L, int idx) {
widelands-21/src/third_party/eris/lapi.c:430:  StkId o = index2addr(L, idx);
widelands-21/src/third_party/eris/lapi.c-431-  switch (ttype(o)) {
##############################################
widelands-21/src/third_party/eris/lapi.c-613-  lua_lock(L);
widelands-21/src/third_party/eris/lapi.c:614:  t = index2addr(L, idx);
widelands-21/src/third_party/eris/lapi.c-615-  luaV_gettable(L, t, L->top - 1, L->top - 1);
##############################################
widelands-21/src/third_party/eris/lapi.c-622-  lua_lock(L);
widelands-21/src/third_party/eris/lapi.c:623:  return auxgetstr(L, index2addr(L, idx), k);
widelands-21/src/third_party/eris/lapi.c-624-}
##############################################
widelands-21/src/third_party/eris/lapi.c-630-  lua_lock(L);
widelands-21/src/third_party/eris/lapi.c:631:  t = index2addr(L, idx);
widelands-21/src/third_party/eris/lapi.c-632-  if (luaV_fastget(L, t, n, slot, luaH_getint)) {
##############################################
widelands-21/src/third_party/eris/lapi.c-648-  lua_lock(L);
widelands-21/src/third_party/eris/lapi.c:649:  t = index2addr(L, idx);
widelands-21/src/third_party/eris/lapi.c-650-  api_check(L, ttistable(t), "table expected");
##############################################
widelands-21/src/third_party/eris/lapi.c-659-  lua_lock(L);
widelands-21/src/third_party/eris/lapi.c:660:  t = index2addr(L, idx);
widelands-21/src/third_party/eris/lapi.c-661-  api_check(L, ttistable(t), "table expected");
##############################################
widelands-21/src/third_party/eris/lapi.c-672-  lua_lock(L);
widelands-21/src/third_party/eris/lapi.c:673:  t = index2addr(L, idx);
widelands-21/src/third_party/eris/lapi.c-674-  api_check(L, ttistable(t), "table expected");
##############################################
widelands-21/src/third_party/eris/lapi.c-700-  lua_lock(L);
widelands-21/src/third_party/eris/lapi.c:701:  obj = index2addr(L, objindex);
widelands-21/src/third_party/eris/lapi.c-702-  switch (ttnov(obj)) {
##############################################
widelands-21/src/third_party/eris/lapi.c-725-  lua_lock(L);
widelands-21/src/third_party/eris/lapi.c:726:  o = index2addr(L, idx);
widelands-21/src/third_party/eris/lapi.c-727-  api_check(L, ttisfulluserdata(o), "full userdata expected");
##############################################
widelands-21/src/third_party/eris/lapi.c-768-  api_checknelems(L, 2);
widelands-21/src/third_party/eris/lapi.c:769:  t = index2addr(L, idx);
widelands-21/src/third_party/eris/lapi.c-770-  luaV_settable(L, t, L->top - 2, L->top - 1);
##############################################
widelands-21/src/third_party/eris/lapi.c-777-  lua_lock(L);  /* unlock done in 'auxsetstr' */
widelands-21/src/third_party/eris/lapi.c:778:  auxsetstr(L, index2addr(L, idx), k);
widelands-21/src/third_party/eris/lapi.c-779-}
##############################################
widelands-21/src/third_party/eris/lapi.c-786-  api_checknelems(L, 1);
widelands-21/src/third_party/eris/lapi.c:787:  t = index2addr(L, idx);
widelands-21/src/third_party/eris/lapi.c-788-  if (luaV_fastset(L, t, n, slot, luaH_getint, L->top - 1))
##############################################
widelands-21/src/third_party/eris/lapi.c-804-  api_checknelems(L, 2);
widelands-21/src/third_party/eris/lapi.c:805:  o = index2addr(L, idx);
widelands-21/src/third_party/eris/lapi.c-806-  api_check(L, ttistable(o), "table expected");
##############################################
widelands-21/src/third_party/eris/lapi.c-819-  api_checknelems(L, 1);
widelands-21/src/third_party/eris/lapi.c:820:  o = index2addr(L, idx);
widelands-21/src/third_party/eris/lapi.c-821-  api_check(L, ttistable(o), "table expected");
##############################################
widelands-21/src/third_party/eris/lapi.c-833-  api_checknelems(L, 1);
widelands-21/src/third_party/eris/lapi.c:834:  o = index2addr(L, idx);
widelands-21/src/third_party/eris/lapi.c-835-  api_check(L, ttistable(o), "table expected");
##############################################
widelands-21/src/third_party/eris/lapi.c-849-  api_checknelems(L, 1);
widelands-21/src/third_party/eris/lapi.c:850:  obj = index2addr(L, objindex);
widelands-21/src/third_party/eris/lapi.c-851-  if (ttisnil(L->top - 1))
##############################################
widelands-21/src/third_party/eris/lapi.c-888-  api_checknelems(L, 1);
widelands-21/src/third_party/eris/lapi.c:889:  o = index2addr(L, idx);
widelands-21/src/third_party/eris/lapi.c-890-  api_check(L, ttisfulluserdata(o), "full userdata expected");
##############################################
widelands-21/src/third_party/eris/lapi.c-960-  else {
widelands-21/src/third_party/eris/lapi.c:961:    StkId o = index2addr(L, errfunc);
widelands-21/src/third_party/eris/lapi.c-962-    api_checkstackindex(L, errfunc, o);
##############################################
widelands-21/src/third_party/eris/lapi.c-1125-  lua_lock(L);
widelands-21/src/third_party/eris/lapi.c:1126:  t = index2addr(L, idx);
widelands-21/src/third_party/eris/lapi.c-1127-  api_check(L, ttistable(t), "table expected");
##############################################
widelands-21/src/third_party/eris/lapi.c-1157-  lua_lock(L);
widelands-21/src/third_party/eris/lapi.c:1158:  t = index2addr(L, idx);
widelands-21/src/third_party/eris/lapi.c-1159-  luaV_objlen(L, L->top, t);
##############################################
widelands-21/src/third_party/eris/lapi.c-1224-  lua_lock(L);
widelands-21/src/third_party/eris/lapi.c:1225:  name = aux_upvalue(index2addr(L, funcindex), n, &val, NULL, NULL);
widelands-21/src/third_party/eris/lapi.c-1226-  if (name) {
##############################################
widelands-21/src/third_party/eris/lapi.c-1241-  lua_lock(L);
widelands-21/src/third_party/eris/lapi.c:1242:  fi = index2addr(L, funcindex);
widelands-21/src/third_party/eris/lapi.c-1243-  api_checknelems(L, 1);
##############################################
widelands-21/src/third_party/eris/lapi.c-1257-  LClosure *f;
widelands-21/src/third_party/eris/lapi.c:1258:  StkId fi = index2addr(L, fidx);
widelands-21/src/third_party/eris/lapi.c-1259-  api_check(L, ttisLclosure(fi), "Lua function expected");
##############################################
widelands-21/src/third_party/eris/lapi.c-1267-LUA_API void *lua_upvalueid (lua_State *L, int fidx, int n) {
widelands-21/src/third_party/eris/lapi.c:1268:  StkId fi = index2addr(L, fidx);
widelands-21/src/third_party/eris/lapi.c-1269-  switch (ttype(fi)) {
##############################################
widelands-21/debian/patches/system-wide_minizip-25- 
widelands-21/debian/patches/system-wide_minizip:26: include("${CMAKE_SOURCE_DIR}/cmake/WlFunctions.cmake")
widelands-21/debian/patches/system-wide_minizip-27-+set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_HOME_DIRECTORY}/Modules)
##############################################
widelands-21/.pc/system-wide_minizip/CMakeLists.txt-5-
widelands-21/.pc/system-wide_minizip/CMakeLists.txt:6:include("${CMAKE_SOURCE_DIR}/cmake/UseSystemInfo.cmake")
widelands-21/.pc/system-wide_minizip/CMakeLists.txt-7-
##############################################
widelands-21/.pc/system-wide_minizip/CMakeLists.txt-45-
widelands-21/.pc/system-wide_minizip/CMakeLists.txt:46:include("${CMAKE_SOURCE_DIR}/cmake/WlFunctions.cmake")
widelands-21/.pc/system-wide_minizip/CMakeLists.txt-47-
##############################################
widelands-21/.pc/system-wide_minizip/CMakeLists.txt-329-if (NOT DEFINED WL_VERSION)
widelands-21/.pc/system-wide_minizip/CMakeLists.txt:330:  include (${CMAKE_SOURCE_DIR}/cmake/BzrRevision.cmake)
widelands-21/.pc/system-wide_minizip/CMakeLists.txt-331-else (NOT DEFINED WL_VERSION)
##############################################
widelands-21/.pc/dbg_symbols/CMakeLists.txt-5-
widelands-21/.pc/dbg_symbols/CMakeLists.txt:6:include("${CMAKE_SOURCE_DIR}/cmake/UseSystemInfo.cmake")
widelands-21/.pc/dbg_symbols/CMakeLists.txt-7-
##############################################
widelands-21/.pc/dbg_symbols/CMakeLists.txt-45-
widelands-21/.pc/dbg_symbols/CMakeLists.txt:46:include("${CMAKE_SOURCE_DIR}/cmake/WlFunctions.cmake")
widelands-21/.pc/dbg_symbols/CMakeLists.txt-47-set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_HOME_DIRECTORY}/Modules)
##############################################
widelands-21/.pc/dbg_symbols/CMakeLists.txt-332-if (NOT DEFINED WL_VERSION)
widelands-21/.pc/dbg_symbols/CMakeLists.txt:333:  include (${CMAKE_SOURCE_DIR}/cmake/BzrRevision.cmake)
widelands-21/.pc/dbg_symbols/CMakeLists.txt-334-else (NOT DEFINED WL_VERSION)
##############################################
widelands-21/CMakeLists.txt-5-
widelands-21/CMakeLists.txt:6:include("${CMAKE_SOURCE_DIR}/cmake/UseSystemInfo.cmake")
widelands-21/CMakeLists.txt-7-
##############################################
widelands-21/CMakeLists.txt-45-
widelands-21/CMakeLists.txt:46:include("${CMAKE_SOURCE_DIR}/cmake/WlFunctions.cmake")
widelands-21/CMakeLists.txt-47-set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_HOME_DIRECTORY}/Modules)
##############################################
widelands-21/CMakeLists.txt-332-if (NOT DEFINED WL_VERSION)
widelands-21/CMakeLists.txt:333:  include (${CMAKE_SOURCE_DIR}/cmake/BzrRevision.cmake)
widelands-21/CMakeLists.txt-334-else (NOT DEFINED WL_VERSION)