===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
0ad-0.0.23.1/source/tools/profiler2/jquery-1.6.4.js-6286-	} else {
0ad-0.0.23.1/source/tools/profiler2/jquery-1.6.4.js:6287:		jQuery.globalEval( ( elem.text || elem.textContent || elem.innerHTML || "" ).replace( rcleanScript, "/*$0*/" ) );
0ad-0.0.23.1/source/tools/profiler2/jquery-1.6.4.js-6288-	}
##############################################
0ad-0.0.23.1/source/tools/autolog/SVNLog/lib/SVNLog/Controller/LogUpdate.pm-18-	my $svn_cmd_data = '--username '.$c->config->{svn}{username}.' --password '.$c->config->{svn}{password}.' '.$c->config->{svn}{url};
0ad-0.0.23.1/source/tools/autolog/SVNLog/lib/SVNLog/Controller/LogUpdate.pm:19:	my $log_xml = `svn log --xml --verbose -r $min:$max $svn_cmd_data`;
0ad-0.0.23.1/source/tools/autolog/SVNLog/lib/SVNLog/Controller/LogUpdate.pm-20-	die "SVN request failed" if not (defined $log_xml and $log_xml =~ m~</log>~);
##############################################
0ad-0.0.23.1/source/tools/entity/checkrefs.pl-335-
0ad-0.0.23.1/source/tools/entity/checkrefs.pl:336:            for my $include (@{$xml->{include}})
0ad-0.0.23.1/source/tools/entity/checkrefs.pl-337-            {
##############################################
0ad-0.0.23.1/source/tools/dist/FileAssociation.nsh-78-  !verbose ${_FileAssociation_VERBOSE}
0ad-0.0.23.1/source/tools/dist/FileAssociation.nsh:79:  Push `${_DESCRIPTION}`
0ad-0.0.23.1/source/tools/dist/FileAssociation.nsh:80:  Push `${_EXTENSION}`
0ad-0.0.23.1/source/tools/dist/FileAssociation.nsh:81:  Push `${_EXECUTABLE}`
0ad-0.0.23.1/source/tools/dist/FileAssociation.nsh-82-  ${CallArtificialFunction} RegisterExtension_
##############################################
0ad-0.0.23.1/source/tools/dist/FileAssociation.nsh-88-  !verbose ${_FileAssociation_VERBOSE}
0ad-0.0.23.1/source/tools/dist/FileAssociation.nsh:89:  Push `${_EXTENSION}`
0ad-0.0.23.1/source/tools/dist/FileAssociation.nsh:90:  Push `${_DESCRIPTION}`
0ad-0.0.23.1/source/tools/dist/FileAssociation.nsh-91-  ${CallArtificialFunction} UnRegisterExtension_
##############################################
0ad-0.0.23.1/source/tools/dist/build.sh-10-
0ad-0.0.23.1/source/tools/dist/build.sh:11:SVNREV=`svnversion -n ${SVNWC}`
0ad-0.0.23.1/source/tools/dist/build.sh-12-PREFIX=0ad-0.0.XXX-alpha
##############################################
0ad-0.0.23.1/source/tools/i18n/maintenanceTasks.sh-5-
0ad-0.0.23.1/source/tools/i18n/maintenanceTasks.sh:6:SCRIPT_PATH="`dirname \"$0\"`"
0ad-0.0.23.1/source/tools/i18n/maintenanceTasks.sh-7-
##############################################
0ad-0.0.23.1/source/lib/code_annotation.h-264-#elif GCC_VERSION
0ad-0.0.23.1/source/lib/code_annotation.h:265:# define COMPILER_FENCE asm volatile("" : : : "memory")
0ad-0.0.23.1/source/lib/code_annotation.h-266-#else
##############################################
0ad-0.0.23.1/source/lib/sysdep/os/unix/unix_executable_pathname.cpp-37-	memset(&dl_info, 0, sizeof(dl_info));
0ad-0.0.23.1/source/lib/sysdep/os/unix/unix_executable_pathname.cpp:38:	if (!T::dladdr((void *)sys_ExecutablePathname, &dl_info) || !dl_info.dli_fname)
0ad-0.0.23.1/source/lib/sysdep/os/unix/unix_executable_pathname.cpp-39-		return OsPath();
##############################################
0ad-0.0.23.1/source/lib/sysdep/tests/test_sysdep.h-159-	public:
0ad-0.0.23.1/source/lib/sysdep/tests/test_sysdep.h:160:		Mock_dladdr(const std::string& fname) : fname_(fname) { }
0ad-0.0.23.1/source/lib/sysdep/tests/test_sysdep.h:161:		int dladdr(void *UNUSED(addr), Dl_info *info) {
0ad-0.0.23.1/source/lib/sysdep/tests/test_sysdep.h-162-			info->dli_fname = fname_.c_str();
##############################################
0ad-0.0.23.1/source/lib/sysdep/arch/amd64/amd64.h-23-/*
0ad-0.0.23.1/source/lib/sysdep/arch/amd64/amd64.h:24: * C++ and inline asm implementations of AMD64 functions
0ad-0.0.23.1/source/lib/sysdep/arch/amd64/amd64.h-25- */
##############################################
0ad-0.0.23.1/build/premake/premake4/src/actions/vstudio/vs2010_vcxproxj.lua-73-			rc  	= "ResourceCompile",
0ad-0.0.23.1/build/premake/premake4/src/actions/vstudio/vs2010_vcxproxj.lua:74:			asm 	= "ClASM"
0ad-0.0.23.1/build/premake/premake4/src/actions/vstudio/vs2010_vcxproxj.lua-75-		}
##############################################
0ad-0.0.23.1/build/premake/premake4/src/actions/vstudio/vs2010_vcxproxj.lua-627-			ClInclude	={},
0ad-0.0.23.1/build/premake/premake4/src/actions/vstudio/vs2010_vcxproxj.lua:628:			ClASM	={},
0ad-0.0.23.1/build/premake/premake4/src/actions/vstudio/vs2010_vcxproxj.lua-629-			None		={},
##############################################
0ad-0.0.23.1/build/premake/premake4/src/actions/vstudio/vs2010_vcxproxj.lua-684-			ClInclude	={},
0ad-0.0.23.1/build/premake/premake4/src/actions/vstudio/vs2010_vcxproxj.lua:685:			ClASM	={},
0ad-0.0.23.1/build/premake/premake4/src/actions/vstudio/vs2010_vcxproxj.lua-686-			None		={},
##############################################
0ad-0.0.23.1/build/premake/premake4/src/host/scripts.c-239-	"\npremake.vstudio.vs10_helpers = { }\nlocal vs10_helpers = premake.vstudio.vs10_helpers\nfunction vs10_helpers.remove_relative_path(file)\nfile = file:gsub(\"%.%./\",'')\nfile = file:gsub(\"%./\",'')\nfile = file:gsub(\"^source/\",'')\nreturn file\nend\nfunction vs10_helpers.file_path(file)\nfile = vs10_helpers.remove_relative_path(file)\nlocal path = string.find(file,'/[%w%.%_%-]+$')\nif path then\nreturn string.sub(file,1,path-1)\nelse\nreturn nil\nend\nend\nfunction vs10_helpers.list_of_directories_in_path(path)\nlocal list={}\npath = vs10_helpers.remove_relative_path(path)\nif path then\nfor dir in string.gmatch(path,\"[%w%-%_%.]+/\")do\nif #list == 0 then\nlist[1] = dir:sub(1,#dir-1)\nelse\nlist[#list +1] = list[#list] ..\"/\" ..dir:sub(1,#dir-1)\nend\nend\nend\nreturn list\nend\nfunction vs10_helpers.table_of_file_filters(files)\nlocal filters ={}\nfor _, valueTable in pairs(files) do\nfor _, entry in ipairs(valueTable) do\nlocal result = vs10_helpers.list_of_directories_in_path(entry)\nfor __,dir in ipa"
0ad-0.0.23.1/build/premake/premake4/src/host/scripts.c:240:	"irs(result) do\nif table.contains(filters,dir) ~= true then\nfilters[#filters +1] = dir\nend\nend\nend\nend\nreturn filters\nend\nfunction vs10_helpers.get_file_extension(file)\nlocal ext_start,ext_end = string.find(file,\"%.[%w_%-]+$\")\nif ext_start then\nreturn  string.sub(file,ext_start+1,ext_end)\nend\nend\nfunction vs10_helpers.sort_input_files(files,sorted_container)\nlocal types = \n{\nh= \"ClInclude\",\nhpp= \"ClInclude\",\nhxx= \"ClInclude\",\nc= \"ClCompile\",\ncpp= \"ClCompile\",\ncxx= \"ClCompile\",\ncc= \"ClCompile\",\nrc  = \"ResourceCompile\",\nasm = \"ClASM\"\n}\nfor _, current_file in ipairs(files) do\nlocal ext = vs10_helpers.get_file_extension(current_file)\nif ext then\nlocal type = types[ext]\nif type then\ntable.insert(sorted_container[type],current_file)\nelse\ntable.insert(sorted_container.None,current_file)\nend\nend\nend\nend\nlocal function vs2010_config(prj)\n_p(1,'<ItemGroup Label=\"ProjectConfigurations\">')\nfor _, cfginfo in ipairs(prj.solution.vstudio_configs) do\n_p(2,'<Proje"
0ad-0.0.23.1/build/premake/premake4/src/host/scripts.c-241-	"ctConfiguration Include=\"%s\">', premake.esc(cfginfo.name))\n_p(3,'<Configuration>%s</Configuration>',cfginfo.buildcfg)\n_p(3,'<Platform>%s</Platform>',cfginfo.platform)\n_p(2,'</ProjectConfiguration>')\nend\n_p(1,'</ItemGroup>')\nend\nlocal function vs2010_globals(prj)\n_p(1,'<PropertyGroup Label=\"Globals\">')\n_p(2,'<ProjectGuid>{%s}</ProjectGuid>',prj.uuid)\n_p(2,'<RootNamespace>%s</RootNamespace>',prj.name)\n_p(2,'<Keyword>Win32Proj</Keyword>')\nif _ACTION == \"vs2012\" then\n_p(2,[[<VCTargetsPath Condition=\"'$(VCTargetsPath11)' != '' and '$(VSVersion)' == '' and '$(VisualStudioVersion)' == ''\">$(VCTargetsPath11)</VCTargetsPath>]])\nend\n_p(1,'</PropertyGroup>')\nend\nfunction vs10_helpers.config_type(config)\nlocal t =\n{\nSharedLib = \"DynamicLibrary\",\nStaticLib = \"StaticLibrary\",\nConsoleApp = \"Application\",\nWindowedApp = \"Application\"\n}\nreturn t[config.kind]\nend\nlocal function if_config_and_platform()\nreturn 'Condition=\"\\'$(Configuration)|$(Platform)\\'==\\'%s\\'\"'\nend\nlocal func"
##############################################
0ad-0.0.23.1/build/premake/premake4/src/host/lua-5.1.4/src/luaconf.h-562-
0ad-0.0.23.1/build/premake/premake4/src/host/lua-5.1.4/src/luaconf.h:563:#define lua_number2int(i,d)   __asm fld d   __asm fistp i
0ad-0.0.23.1/build/premake/premake4/src/host/lua-5.1.4/src/luaconf.h-564-#define lua_number2integer(i,n)		lua_number2int(i, n)
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/hostip.h-173-/*
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/hostip.h:174: * Curl_fetch_addr() fetches a 'Curl_dns_entry' already in the DNS cache.
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/hostip.h-175- *
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/hostip.h-181-struct Curl_dns_entry *
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/hostip.h:182:Curl_fetch_addr(struct connectdata *conn,
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/hostip.h-183-                const char *hostname,
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/hostip.h-185-/*
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/hostip.h:186: * Curl_cache_addr() stores a 'Curl_addrinfo' struct in the DNS cache.
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/hostip.h-187- *
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/hostip.h-190-struct Curl_dns_entry *
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/hostip.h:191:Curl_cache_addr(struct Curl_easy *data, Curl_addrinfo *addr,
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/hostip.h-192-                const char *hostname, int port);
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/hostip4.c-134-    /* This is a dotted IP address 123.123.123.123-style */
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/hostip4.c:135:    return Curl_ip2addr(AF_INET, &in, hostname, port);
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/hostip4.c-136-
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/firefox-db2pem.sh-26-#
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/firefox-db2pem.sh:27:db=`ls -1d $HOME/.mozilla/firefox/*default*`
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/firefox-db2pem.sh-28-out=$1
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test08.sh-85-expect=16AFKPQR
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test08.sh:86:outstr=`curl_8char_object_name $argstr`
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test08.sh-87-echo "result: $outstr expected: $expect input: $argstr"
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test08.sh-90-expect=16AFKPQ
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test08.sh:91:outstr=`curl_8char_object_name $argstr`
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test08.sh-92-echo "result: $outstr expected: $expect input: $argstr"
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test08.sh-95-expect=16ABC
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test08.sh:96:outstr=`curl_8char_object_name $argstr`
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test08.sh-97-echo "result: $outstr expected: $expect input: $argstr"
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test08.sh-100-expect=16
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test08.sh:101:outstr=`curl_8char_object_name $argstr`
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test08.sh-102-echo "result: $outstr expected: $expect input: $argstr"
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test08.sh-105-expect=123
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test08.sh:106:outstr=`curl_8char_object_name $argstr`
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test08.sh-107-echo "result: $outstr expected: $expect input: $argstr"
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test08.sh-110-expect=1234567
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test08.sh:111:outstr=`curl_8char_object_name $argstr`
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test08.sh-112-echo "result: $outstr expected: $expect input: $argstr"
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test08.sh-115-expect=12345678
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test08.sh:116:outstr=`curl_8char_object_name $argstr`
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test08.sh-117-echo "result: $outstr expected: $expect input: $argstr"
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test08.sh-120-expect=1470AB
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test08.sh:121:outstr=`curl_8char_object_name $argstr`
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test08.sh-122-echo "result: $outstr expected: $expect input: $argstr"
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test08.sh-125-expect=12345678
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test08.sh:126:outstr=`curl_8char_object_name $argstr`
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test08.sh-127-echo "result: $outstr expected: $expect input: $argstr"
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test08.sh-130-expect=159CGHIJ
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test08.sh:131:outstr=`curl_8char_object_name $argstr`
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test08.sh-132-echo "result: $outstr expected: $expect input: $argstr"
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test08.sh-135-expect=159CDEFG
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test08.sh:136:outstr=`curl_8char_object_name $argstr`
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test08.sh-137-echo "result: $outstr expected: $expect input: $argstr"
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test08.sh-140-expect=1590ABCD
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test08.sh:141:outstr=`curl_8char_object_name $argstr`
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test08.sh-142-echo "result: $outstr expected: $expect input: $argstr"
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test08.sh-145-expect=1567890A
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test08.sh:146:outstr=`curl_8char_object_name $argstr`
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test08.sh-147-echo "result: $outstr expected: $expect input: $argstr"
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test08.sh-150-expect=12345678
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test08.sh:151:outstr=`curl_8char_object_name $argstr`
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test08.sh-152-echo "result: $outstr expected: $expect input: $argstr"
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test08.sh-163-
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test08.sh:164:for c_fname in `cat $list_c`; do
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test08.sh:165:  obj_name=`curl_8char_object_name $c_fname`
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test08.sh-166-  echo "$obj_name" >> $list_obj
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test08.sh-170-
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test08.sh:171:cnt_c=`cat $list_c | wc -l`
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test08.sh:172:cnt_u=`cat $list_obj_uniq | wc -l`
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test08.sh-173-
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test08.sh-194-  while read this_line; do
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test08.sh:195:    obj_name=`echo "$this_line" | cut -f1`
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test08.sh-196-    if test "x$obj_name" = "x$prev_obj_name"; then
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/CMakeLists.txt-8-transform_makefile_inc("Makefile.inc" "${CMAKE_CURRENT_BINARY_DIR}/Makefile.inc.cmake")
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/CMakeLists.txt:9:include(${CMAKE_CURRENT_BINARY_DIR}/Makefile.inc.cmake)
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/CMakeLists.txt-10-
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/hostip6.c-68-/*
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/hostip6.c:69: * For CURLRES_ARS, this should be written using ares_gethostbyaddr()
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/hostip6.c-70- * (ignoring the fact c-ares doesn't return 'serv').
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/splay.c-221- */
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/splay.c:222:int Curl_splayremovebyaddr(struct Curl_tree *t,
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/splay.c-223-                           struct Curl_tree *removenode,
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/url.c-5910-        bool longpath = FALSE;
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/url.c:5911:        hostaddr->addr = Curl_unix2addr(path, &longpath,
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/url.c-5912-                                        conn->abstract_unix_socket);
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/asyn-ares.c-506-    /* This is a dotted IP address 123.123.123.123-style */
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/asyn-ares.c:507:    return Curl_ip2addr(AF_INET, &in, hostname, port);
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/asyn-ares.c-508-  }
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/asyn-ares.c-513-    /* This must be an IPv6 address literal.  */
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/asyn-ares.c:514:    return Curl_ip2addr(AF_INET6, &in6, hostname, port);
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/asyn-ares.c-515-
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/mk-ca-bundle.pl-247-    # Use OpenSSL command if Perl Digest::SHA modules not available
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/mk-ca-bundle.pl:248:    $result = `"$openssl" dgst -r -sha256 "$_[0]"`;
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/mk-ca-bundle.pl-249-    $result =~ s/^([0-9a-f]{64}) .+/$1/is;
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/mk-ca-bundle.pl-311-        my $quiet = $opt_q ? "-s" : "";
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/mk-ca-bundle.pl:312:        my @out = `curl -w %{response_code} $proto $quiet -o "$txt" "$url"`;
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/mk-ca-bundle.pl-313-        if(@out && $out[0] == 200) {
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/hostip.c-288-static struct Curl_dns_entry *
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/hostip.c:289:fetch_addr(struct connectdata *conn,
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/hostip.c-290-                const char *hostname,
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/hostip.c-329-/*
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/hostip.c:330: * Curl_fetch_addr() fetches a 'Curl_dns_entry' already in the DNS cache.
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/hostip.c-331- *
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/hostip.c-343-struct Curl_dns_entry *
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/hostip.c:344:Curl_fetch_addr(struct connectdata *conn,
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/hostip.c-345-                const char *hostname,
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/hostip.c-353-
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/hostip.c:354:  dns = fetch_addr(conn, hostname, port);
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/hostip.c-355-
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/hostip.c-365-/*
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/hostip.c:366: * Curl_cache_addr() stores a 'Curl_addrinfo' struct in the DNS cache.
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/hostip.c-367- *
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/hostip.c-374-struct Curl_dns_entry *
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/hostip.c:375:Curl_cache_addr(struct Curl_easy *data,
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/hostip.c-376-                Curl_addrinfo *addr,
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/hostip.c-458-
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/hostip.c:459:  dns = fetch_addr(conn, hostname, port);
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/hostip.c-460-
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/hostip.c-510-      /* we got a response, store it in the cache */
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/hostip.c:511:      dns = Curl_cache_addr(data, addr, hostname, port);
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/hostip.c-512-
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/hostip.c-830-
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/hostip.c:831:      addr = Curl_str2addr(address, port);
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/hostip.c-832-      if(!addr) {
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/hostip.c-857-        /* if not in the cache already, put this host in the cache */
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/hostip.c:858:        dns = Curl_cache_addr(data, addr, hostname, port);
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/hostip.c-859-        if(dns) {
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/splay.h-50-
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/splay.h:51:int Curl_splayremovebyaddr(struct Curl_tree *t,
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/splay.h-52-                           struct Curl_tree *removenode,
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/hostasyn.c-84-
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/hostasyn.c:85:      dns = Curl_cache_addr(data, ai,
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/hostasyn.c-86-                            conn->async.hostname,
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/curl_addrinfo.c-380-/*
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/curl_addrinfo.c:381: * Curl_ip2addr()
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/curl_addrinfo.c-382- *
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/curl_addrinfo.c-389-Curl_addrinfo *
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/curl_addrinfo.c:390:Curl_ip2addr(int af, const void *inaddr, const char *hostname, int port)
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/curl_addrinfo.c-391-{
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/curl_addrinfo.c-464- */
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/curl_addrinfo.c:465:Curl_addrinfo *Curl_str2addr(char *address, int port)
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/curl_addrinfo.c-466-{
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/curl_addrinfo.c-469-    /* This is a dotted IP address 123.123.123.123-style */
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/curl_addrinfo.c:470:    return Curl_ip2addr(AF_INET, &in, address, port);
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/curl_addrinfo.c-471-#ifdef ENABLE_IPV6
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/curl_addrinfo.c-475-      /* This is a dotted IPv6 address ::1-style */
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/curl_addrinfo.c:476:      return Curl_ip2addr(AF_INET6, &in6, address, port);
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/curl_addrinfo.c-477-  }
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/curl_addrinfo.c-487- */
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/curl_addrinfo.c:488:Curl_addrinfo *Curl_unix2addr(const char *path, bool *longpath, bool abstract)
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/curl_addrinfo.c-489-{
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/asyn-thread.c-573-    /* This is a dotted IP address 123.123.123.123-style */
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/asyn-thread.c:574:    return Curl_ip2addr(AF_INET, &in, hostname, port);
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/asyn-thread.c-575-
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/asyn-thread.c-611-    /* This is a dotted IP address 123.123.123.123-style */
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/asyn-thread.c:612:    return Curl_ip2addr(AF_INET, &in, hostname, port);
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/asyn-thread.c-613-
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/asyn-thread.c-617-    /* This is an IPv6 address literal */
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/asyn-thread.c:618:    return Curl_ip2addr(AF_INET6, &in6, hostname, port);
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/asyn-thread.c-619-#endif /* CURLRES_IPV6 */
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test10.sh-85-expect=16AFKPQRST
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test10.sh:86:outstr=`curl_10char_object_name $argstr`
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test10.sh-87-echo "result: $outstr expected: $expect input: $argstr"
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test10.sh-90-expect=16AFKPQ
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test10.sh:91:outstr=`curl_10char_object_name $argstr`
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test10.sh-92-echo "result: $outstr expected: $expect input: $argstr"
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test10.sh-95-expect=16ABC
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test10.sh:96:outstr=`curl_10char_object_name $argstr`
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test10.sh-97-echo "result: $outstr expected: $expect input: $argstr"
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test10.sh-100-expect=16
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test10.sh:101:outstr=`curl_10char_object_name $argstr`
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test10.sh-102-echo "result: $outstr expected: $expect input: $argstr"
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test10.sh-105-expect=123
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test10.sh:106:outstr=`curl_10char_object_name $argstr`
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test10.sh-107-echo "result: $outstr expected: $expect input: $argstr"
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test10.sh-110-expect=1234567
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test10.sh:111:outstr=`curl_10char_object_name $argstr`
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test10.sh-112-echo "result: $outstr expected: $expect input: $argstr"
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test10.sh-115-expect=1234567890
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test10.sh:116:outstr=`curl_10char_object_name $argstr`
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test10.sh-117-echo "result: $outstr expected: $expect input: $argstr"
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test10.sh-120-expect=1470AB
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test10.sh:121:outstr=`curl_10char_object_name $argstr`
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test10.sh-122-echo "result: $outstr expected: $expect input: $argstr"
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test10.sh-125-expect=1234567890
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test10.sh:126:outstr=`curl_10char_object_name $argstr`
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test10.sh-127-echo "result: $outstr expected: $expect input: $argstr"
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test10.sh-130-expect=159CGHIJKL
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test10.sh:131:outstr=`curl_10char_object_name $argstr`
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test10.sh-132-echo "result: $outstr expected: $expect input: $argstr"
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test10.sh-135-expect=159CDEFGHI
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test10.sh:136:outstr=`curl_10char_object_name $argstr`
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test10.sh-137-echo "result: $outstr expected: $expect input: $argstr"
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test10.sh-140-expect=1590ABCDEF
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test10.sh:141:outstr=`curl_10char_object_name $argstr`
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test10.sh-142-echo "result: $outstr expected: $expect input: $argstr"
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test10.sh-145-expect=1567890ABC
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test10.sh:146:outstr=`curl_10char_object_name $argstr`
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test10.sh-147-echo "result: $outstr expected: $expect input: $argstr"
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test10.sh-150-expect=1234567890
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test10.sh:151:outstr=`curl_10char_object_name $argstr`
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test10.sh-152-echo "result: $outstr expected: $expect input: $argstr"
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test10.sh-163-
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test10.sh:164:for c_fname in `cat $list_c`; do
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test10.sh:165:  obj_name=`curl_10char_object_name $c_fname`
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test10.sh-166-  echo "$obj_name" >> $list_obj
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test10.sh-170-
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test10.sh:171:cnt_c=`cat $list_c | wc -l`
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test10.sh:172:cnt_u=`cat $list_obj_uniq | wc -l`
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test10.sh-173-
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test10.sh-194-  while read this_line; do
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test10.sh:195:    obj_name=`echo "$this_line" | cut -f1`
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/objnames-test10.sh-196-    if test "x$obj_name" = "x$prev_obj_name"; then
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/multi.c-1492-      /* check if we have the name resolved by now */
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/multi.c:1493:      dns = Curl_fetch_addr(conn, hostname, (int)conn->port);
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/multi.c-1494-
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/multi.c-2970-       the splay tree first and then re-add the new value */
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/multi.c:2971:    rc = Curl_splayremovebyaddr(multi->timetree,
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/multi.c-2972-                                &data->state.timenode,
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/multi.c-3045-
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/multi.c:3046:    rc = Curl_splayremovebyaddr(multi->timetree,
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/multi.c-3047-                                &data->state.timenode,
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/curl_addrinfo.h-77-Curl_addrinfo *
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/curl_addrinfo.h:78:Curl_ip2addr(int af, const void *inaddr, const char *hostname, int port);
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/curl_addrinfo.h-79-
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/curl_addrinfo.h:80:Curl_addrinfo *Curl_str2addr(char *dotted, int port);
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/curl_addrinfo.h-81-
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/curl_addrinfo.h-82-#ifdef USE_UNIX_SOCKETS
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/curl_addrinfo.h:83:Curl_addrinfo *Curl_unix2addr(const char *path, bool *longpath, bool abstract);
0ad-0.0.23.1/build/premake/premake5/contrib/curl/lib/curl_addrinfo.h-84-#endif
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/libzip/zlib.h-1117-     8: DEBUG
0ad-0.0.23.1/build/premake/premake5/contrib/libzip/zlib.h:1118:     9: ASMV or ASMINF -- use ASM code
0ad-0.0.23.1/build/premake/premake5/contrib/libzip/zlib.h-1119-     10: ZLIB_WINAPI -- exported functions use the WINAPI calling convention
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/libzip/include/zlib.h-1117-     8: DEBUG
0ad-0.0.23.1/build/premake/premake5/contrib/libzip/include/zlib.h:1118:     9: ASMV or ASMINF -- use ASM code
0ad-0.0.23.1/build/premake/premake5/contrib/libzip/include/zlib.h-1119-     10: ZLIB_WINAPI -- exported functions use the WINAPI calling convention
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/scripts/data_files/rename-1.3-2.0.txt-667-POLARSSL_HAVEGE_H MBEDTLS_HAVEGE_H
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/scripts/data_files/rename-1.3-2.0.txt:668:POLARSSL_HAVE_ASM MBEDTLS_HAVE_ASM
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/scripts/data_files/rename-1.3-2.0.txt-669-POLARSSL_HAVE_INT16 MBEDTLS_HAVE_INT16
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/scripts/generate_visualc_files.pl-105-sub get_app_list {
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/scripts/generate_visualc_files.pl:106:    my $app_list = `cd $programs_dir && make list`;
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/scripts/generate_visualc_files.pl-107-    die "make list failed: $!\n" if $?;
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/include/mbedtls/compat-1.3.h-228-#if defined MBEDTLS_HAVE_ASM
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/include/mbedtls/compat-1.3.h:229:#define POLARSSL_HAVE_ASM MBEDTLS_HAVE_ASM
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/include/mbedtls/compat-1.3.h-230-#endif
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/include/mbedtls/bn_mul.h-44-#ifndef asm
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/include/mbedtls/bn_mul.h:45:#define asm __asm
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/include/mbedtls/bn_mul.h-46-#endif
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/include/mbedtls/bn_mul.h-47-
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/include/mbedtls/bn_mul.h:48:/* armcc5 --gnu defines __GNUC__ but doesn't support GNU's extended asm */
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/include/mbedtls/bn_mul.h-49-#if defined(__GNUC__) && \
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/include/mbedtls/bn_mul.h-728-#define MULADDC_INIT                            \
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/include/mbedtls/bn_mul.h:729:    __asm   mov     esi, s                      \
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/include/mbedtls/bn_mul.h:730:    __asm   mov     edi, d                      \
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/include/mbedtls/bn_mul.h:731:    __asm   mov     ecx, c                      \
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/include/mbedtls/bn_mul.h:732:    __asm   mov     ebx, b
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/include/mbedtls/bn_mul.h-733-
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/include/mbedtls/bn_mul.h-734-#define MULADDC_CORE                            \
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/include/mbedtls/bn_mul.h:735:    __asm   lodsd                               \
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/include/mbedtls/bn_mul.h:736:    __asm   mul     ebx                         \
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/include/mbedtls/bn_mul.h:737:    __asm   add     eax, ecx                    \
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/include/mbedtls/bn_mul.h:738:    __asm   adc     edx, 0                      \
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/include/mbedtls/bn_mul.h:739:    __asm   add     eax, [edi]                  \
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/include/mbedtls/bn_mul.h:740:    __asm   adc     edx, 0                      \
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/include/mbedtls/bn_mul.h:741:    __asm   mov     ecx, edx                    \
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/include/mbedtls/bn_mul.h:742:    __asm   stosd
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/include/mbedtls/bn_mul.h-743-
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/include/mbedtls/bn_mul.h-745-
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/include/mbedtls/bn_mul.h:746:#define EMIT __asm _emit
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/include/mbedtls/bn_mul.h-747-
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/include/mbedtls/bn_mul.h-812-    EMIT 0x0F  EMIT 0x77                        \
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/include/mbedtls/bn_mul.h:813:    __asm   mov     c, ecx                      \
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/include/mbedtls/bn_mul.h:814:    __asm   mov     d, edi                      \
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/include/mbedtls/bn_mul.h:815:    __asm   mov     s, esi                      \
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/include/mbedtls/bn_mul.h-816-
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/include/mbedtls/bn_mul.h-819-#define MULADDC_STOP                            \
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/include/mbedtls/bn_mul.h:820:    __asm   mov     c, ecx                      \
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/include/mbedtls/bn_mul.h:821:    __asm   mov     d, edi                      \
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/include/mbedtls/bn_mul.h:822:    __asm   mov     s, esi                      \
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/include/mbedtls/bn_mul.h-823-
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/include/mbedtls/bn_mul.h-826-
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/include/mbedtls/bn_mul.h:827:#endif /* MBEDTLS_HAVE_ASM */
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/include/mbedtls/bn_mul.h-828-
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/ChangeLog-647-     1.3.6.)
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/ChangeLog:648:   * Fix preprocessor checks for bn_mul PPC asm (found by Barry K. Nathan).
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/ChangeLog-649-   * Use \n\t rather than semicolons for bn_mul asm, since some assemblers
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/ChangeLog-1096-     ssl_write_certificate() (found by TrustInSoft)
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/ChangeLog:1097:   * Fix ASM format in bn_mul.h
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/ChangeLog-1098-   * Potential memory leak in bignum_selftest()
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/ChangeLog-1123-     size (found by TrustInSoft)
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/ChangeLog:1124:   * Fix preprocessor checks for bn_mul PPC asm (found by Barry K. Nathan).
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/ChangeLog-1125-   * Use \n\t rather than semicolons for bn_mul asm, since some assemblers
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/ChangeLog-1767-     systems (Found by Gernot).
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/ChangeLog:1768:   * Undefining POLARSSL_HAVE_ASM now also handles prevents asm in
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/ChangeLog-1769-     padlock and timing code. 
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/ChangeLog-1903-    * Added support for Ephemeral Diffie-Hellman key exchange
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/ChangeLog:1904:    * Added multiply asm code for SSE2, ARM, PPC, MIPS and M68K
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/ChangeLog-1905-    * Various improvement to the modular exponentiation code
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/scripts/run-test-suites.pl-20-    print "$suite ", "." x ( 72 - length($suite) - 2 - 4 ), " ";
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/scripts/run-test-suites.pl:21:    my $result = `$prefix$suite`;
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/scripts/run-test-suites.pl-22-    if( $result =~ /PASSED/ ) {
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/scripts/curves.pl-15-my $config_h = 'include/mbedtls/config.h';
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/scripts/curves.pl:16:my @curves = split( /\s+/, `sed -n -e '$sed_cmd' $config_h` );
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/scripts/curves.pl-17-
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/scripts/curves.pl:18:system( "cp $config_h $config_h.bak" ) and die;
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/scripts/curves.pl-19-sub abort {
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/scripts/curves.pl:20:    system( "mv $config_h.bak $config_h" ) and warn "$config_h not restored\n";
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/scripts/curves.pl-21-    die $_[0];
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/scripts/curves.pl-24-for my $curve (@curves) {
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/scripts/curves.pl:25:    system( "cp $config_h.bak $config_h" ) and die "$config_h not restored\n";
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/scripts/curves.pl-26-    # depends on a specific curve. Also, ignore error if it wasn't enabled
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/scripts/curves.pl-33-
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/scripts/curves.pl:34:    system( "scripts/config.pl unset $curve" )
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/scripts/curves.pl-35-        and abort "Failed to disable $curve\n";
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/scripts/curves.pl-42-
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/scripts/curves.pl:43:system( "mv $config_h.bak $config_h" ) and die "$config_h not restored\n";
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/scripts/curves.pl-44-system( "make clean" ) and die;
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/scripts/key-exchanges.pl-13-my $config_h = 'include/mbedtls/config.h';
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/scripts/key-exchanges.pl:14:my @kexes = split( /\s+/, `sed -n -e '$sed_cmd' $config_h` );
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/scripts/key-exchanges.pl-15-
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/scripts/key-exchanges.pl:16:system( "cp $config_h $config_h.bak" ) and die;
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/scripts/key-exchanges.pl-17-sub abort {
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/scripts/key-exchanges.pl:18:    system( "mv $config_h.bak $config_h" ) and warn "$config_h not restored\n";
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/scripts/key-exchanges.pl-19-    die $_[0];
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/scripts/key-exchanges.pl-22-for my $kex (@kexes) {
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/scripts/key-exchanges.pl:23:    system( "cp $config_h.bak $config_h" ) and die "$config_h not restored\n";
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/scripts/key-exchanges.pl-24-    system( "make clean" ) and die;
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/scripts/key-exchanges.pl-33-        next if $k eq $kex;
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/scripts/key-exchanges.pl:34:        system( "scripts/config.pl unset $k" )
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/scripts/key-exchanges.pl-35-            and abort "Failed to disable $k\n";
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/scripts/key-exchanges.pl-40-
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/scripts/key-exchanges.pl:41:system( "mv $config_h.bak $config_h" ) and die "$config_h not restored\n";
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/scripts/key-exchanges.pl-42-system( "make clean" ) and die;
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/scripts/test-ref-configs.pl-48-
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/scripts/test-ref-configs.pl:49:system( "cp $config_h $config_h.bak" ) and die;
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/scripts/test-ref-configs.pl-50-sub abort {
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/scripts/test-ref-configs.pl:51:    system( "mv $config_h.bak $config_h" ) and warn "$config_h not restored\n";
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/scripts/test-ref-configs.pl-52-    die $_[0];
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/scripts/test-ref-configs.pl-55-while( my ($conf, $data) = each %configs ) {
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/scripts/test-ref-configs.pl:56:    system( "cp $config_h.bak $config_h" ) and die;
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/scripts/test-ref-configs.pl-57-    system( "make clean" ) and die;
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/scripts/test-ref-configs.pl-62-
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/scripts/test-ref-configs.pl:63:    system( "cp configs/$conf $config_h" )
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/scripts/test-ref-configs.pl-64-        and abort "Failed to activate $conf\n";
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/scripts/test-ref-configs.pl-72-        print "\nrunning compat.sh $compat\n";
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/scripts/test-ref-configs.pl:73:        system( "tests/compat.sh $compat" )
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/scripts/test-ref-configs.pl-74-            and abort "Failed compat.sh: $conf\n";
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/scripts/test-ref-configs.pl-84-        print "\nrunning ssl-opt.sh $opt\n";
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/scripts/test-ref-configs.pl:85:        system( "tests/ssl-opt.sh $opt" )
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/scripts/test-ref-configs.pl-86-            and abort "Failed ssl-opt.sh: $conf\n";
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/scripts/test-ref-configs.pl-93-
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/scripts/test-ref-configs.pl:94:system( "mv $config_h.bak $config_h" ) and warn "$config_h not restored\n";
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/scripts/test-ref-configs.pl-95-system( "make clean" );
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/ssl-opt.sh-140-    printf "$1 "
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/ssl-opt.sh:141:    LEN=$(( 72 - `echo "$1" | wc -c` ))
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/ssl-opt.sh:142:    for i in `seq 1 $LEN`; do printf '.'; done
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/ssl-opt.sh-143-    printf ' '
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/compat.sh-196-    # OpenSSL 1.0.1h doesn't support DTLS 1.2
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/compat.sh:197:    if [ `minor_ver "$MODE"` -ge 3 ] && is_dtls "$MODE"; then
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/compat.sh-198-        O_CIPHERS=""
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/compat.sh-224-        "ECDSA")
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/compat.sh:225:            if [ `minor_ver "$MODE"` -gt 0 ]
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/compat.sh-226-            then
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/compat.sh-248-            fi
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/compat.sh:249:            if [ `minor_ver "$MODE"` -ge 3 ]
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/compat.sh-250-            then
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/compat.sh-320-                "
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/compat.sh:321:            if [ `minor_ver "$MODE"` -gt 0 ]
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/compat.sh-322-            then
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/compat.sh-344-            fi
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/compat.sh:345:            if [ `minor_ver "$MODE"` -ge 3 ]
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/compat.sh-346-            then
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/compat.sh-420-        "ECDSA")
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/compat.sh:421:            if [ `minor_ver "$MODE"` -gt 0 ]
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/compat.sh-422-            then
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/compat.sh-437-            fi
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/compat.sh:438:            if [ `minor_ver "$MODE"` -ge 3 ]
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/compat.sh-439-            then
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/compat.sh-475-        "ECDSA")
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/compat.sh:476:            if [ `minor_ver "$MODE"` -ge 3 ]
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/compat.sh-477-            then
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/compat.sh-493-        "RSA")
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/compat.sh:494:            if [ `minor_ver "$MODE"` -gt 0 ]
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/compat.sh-495-            then
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/compat.sh-502-            fi
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/compat.sh:503:            if [ `minor_ver "$MODE"` -ge 3 ]
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/compat.sh-504-            then
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/compat.sh-548-                "
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/compat.sh:549:            if [ `minor_ver "$MODE"` -gt 0 ]
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/compat.sh-550-            then
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/compat.sh-571-            fi
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/compat.sh:572:            if [ `minor_ver "$MODE"` -ge 3 ]
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/compat.sh-573-            then
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/compat.sh-659-        "ECDSA")
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/compat.sh:660:            if [ `minor_ver "$MODE"` -gt 0 ]
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/compat.sh-661-            then
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/compat.sh-666-            fi
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/compat.sh:667:            if [ `minor_ver "$MODE"` -ge 3 ]
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/compat.sh-668-            then
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/compat.sh-701-                "
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/compat.sh:702:            if [ `minor_ver "$MODE"` -gt 0 ]
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/compat.sh-703-            then
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/compat.sh-927-    VERIF=$(echo $VERIFY | tr '[:upper:]' '[:lower:]')
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/compat.sh:928:    TITLE="`echo $1 | head -c1`->`echo $SERVER_NAME | head -c1`"
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/compat.sh-929-    TITLE="$TITLE $MODE,$VERIF $2"
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/compat.sh-930-    printf "$TITLE "
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/compat.sh:931:    LEN=$(( 72 - `echo "$TITLE" | wc -c` ))
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/compat.sh:932:    for i in `seq 1 $LEN`; do printf '.'; done; printf ' '
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/tests/compat.sh-933-
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/library/aesni.c-39-#ifndef asm
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/library/aesni.c:40:#define asm __asm
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/library/aesni.c-41-#endif
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/library/padlock.c-40-#ifndef asm
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/library/padlock.c:41:#define asm __asm
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/library/padlock.c-42-#endif
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/library/version_features.c-37-    "MBEDTLS_HAVE_ASM",
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/library/version_features.c:38:#endif /* MBEDTLS_HAVE_ASM */
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/library/version_features.c-39-#if defined(MBEDTLS_HAVE_SSE2)
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/library/timing.c-41-#ifndef asm
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/library/timing.c:42:#define asm __asm
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/library/timing.c-43-#endif
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/library/timing.c-77-    unsigned long tsc;
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/library/timing.c:78:    __asm   rdtsc
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/library/timing.c:79:    __asm   mov  [tsc], eax
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/library/timing.c-80-    return( tsc );
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/library/timing.c-81-}
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/library/timing.c:82:#endif /* !HAVE_HARDCLOCK && MBEDTLS_HAVE_ASM &&
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/library/timing.c-83-          ( _MSC_VER && _M_IX86 ) || __WATCOMC__ */
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/library/timing.c-94-    unsigned long lo, hi;
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/library/timing.c:95:    asm volatile( "rdtsc" : "=a" (lo), "=d" (hi) );
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/library/timing.c-96-    return( lo );
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/library/timing.c-97-}
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/library/timing.c:98:#endif /* !HAVE_HARDCLOCK && MBEDTLS_HAVE_ASM &&
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/library/timing.c-99-          __GNUC__ && __i386__ */
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/library/timing.c-108-    unsigned long lo, hi;
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/library/timing.c:109:    asm volatile( "rdtsc" : "=a" (lo), "=d" (hi) );
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/library/timing.c-110-    return( lo | ( hi << 32 ) );
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/library/timing.c-111-}
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/library/timing.c:112:#endif /* !HAVE_HARDCLOCK && MBEDTLS_HAVE_ASM &&
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/library/timing.c-113-          __GNUC__ && ( __amd64__ || __x86_64__ ) */
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/library/timing.c-125-    {
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/library/timing.c:126:        asm volatile( "mftbu %0" : "=r" (tbu0) );
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/library/timing.c:127:        asm volatile( "mftb  %0" : "=r" (tbl ) );
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/library/timing.c:128:        asm volatile( "mftbu %0" : "=r" (tbu1) );
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/library/timing.c-129-    }
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/library/timing.c-133-}
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/library/timing.c:134:#endif /* !HAVE_HARDCLOCK && MBEDTLS_HAVE_ASM &&
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/library/timing.c-135-          __GNUC__ && ( __powerpc__ || __ppc__ ) */
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/library/timing.c-147-    unsigned long tick;
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/library/timing.c:148:    asm volatile( "rdpr %%tick, %0;" : "=&r" (tick) );
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/library/timing.c-149-    return( tick );
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/library/timing.c-151-#endif /* __OpenBSD__ */
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/library/timing.c:152:#endif /* !HAVE_HARDCLOCK && MBEDTLS_HAVE_ASM &&
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/library/timing.c-153-          __GNUC__ && __sparc64__ */
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/library/timing.c-162-    unsigned long tick;
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/library/timing.c:163:    asm volatile( ".byte 0x83, 0x41, 0x00, 0x00" );
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/library/timing.c:164:    asm volatile( "mov   %%g1, %0" : "=r" (tick) );
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/library/timing.c-165-    return( tick );
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/library/timing.c-166-}
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/library/timing.c:167:#endif /* !HAVE_HARDCLOCK && MBEDTLS_HAVE_ASM &&
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/library/timing.c-168-          __GNUC__ && __sparc__ && !__sparc64__ */
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/library/timing.c-177-    unsigned long cc;
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/library/timing.c:178:    asm volatile( "rpcc %0" : "=r" (cc) );
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/library/timing.c-179-    return( cc & 0xFFFFFFFF );
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/library/timing.c-180-}
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/library/timing.c:181:#endif /* !HAVE_HARDCLOCK && MBEDTLS_HAVE_ASM &&
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/library/timing.c-182-          __GNUC__ && __alpha__ */
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/library/timing.c-191-    unsigned long itc;
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/library/timing.c:192:    asm volatile( "mov %0 = ar.itc" : "=r" (itc) );
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/library/timing.c-193-    return( itc );
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/library/timing.c-194-}
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/library/timing.c:195:#endif /* !HAVE_HARDCLOCK && MBEDTLS_HAVE_ASM &&
0ad-0.0.23.1/build/premake/premake5/contrib/mbedtls/library/timing.c-196-          __GNUC__ && __ia64__ */
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/zlib/zlib.h-1117-     8: DEBUG
0ad-0.0.23.1/build/premake/premake5/contrib/zlib/zlib.h:1118:     9: ASMV or ASMINF -- use ASM code
0ad-0.0.23.1/build/premake/premake5/contrib/zlib/zlib.h-1119-     10: ZLIB_WINAPI -- exported functions use the WINAPI calling convention
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/zlib/crc32.c-187-/* =========================================================================
0ad-0.0.23.1/build/premake/premake5/contrib/zlib/crc32.c:188: * This function can be used by asm versions of crc32()
0ad-0.0.23.1/build/premake/premake5/contrib/zlib/crc32.c-189- */
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/zlib/deflate.c-88-#ifdef ASMV
0ad-0.0.23.1/build/premake/premake5/contrib/zlib/deflate.c:89:      void match_init OF((void)); /* asm code initialization */
0ad-0.0.23.1/build/premake/premake5/contrib/zlib/deflate.c-90-      uInt longest_match  OF((deflate_state *s, IPos cur_match));
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/zlib/deflate.c-1128-#ifdef ASMV
0ad-0.0.23.1/build/premake/premake5/contrib/zlib/deflate.c:1129:    match_init(); /* initialize the asm code */
0ad-0.0.23.1/build/premake/premake5/contrib/zlib/deflate.c-1130-#endif
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/zlib/deflate.c-1144-#ifndef ASMV
0ad-0.0.23.1/build/premake/premake5/contrib/zlib/deflate.c:1145:/* For 80x86 and 680x0, an optimized version will be provided in match.asm or
0ad-0.0.23.1/build/premake/premake5/contrib/zlib/deflate.c-1146- * match.S. The code will be functionally equivalent.
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-59-
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c:60:static TValue *index2addr (lua_State *L, int idx) {
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-61-  CallInfo *ci = L->ci;
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-210-  t = L->top - 1;  /* end of stack segment being rotated */
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c:211:  p = index2addr(L, idx);  /* start of segment */
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-212-  api_checkstackindex(L, idx, p);
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-224-  lua_lock(L);
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c:225:  fr = index2addr(L, fromidx);
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c:226:  to = index2addr(L, toidx);
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-227-  api_checkvalidindex(L, to);
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-238-  lua_lock(L);
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c:239:  setobj2s(L, L->top, index2addr(L, idx));
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-240-  api_incr_top(L);
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-251-LUA_API int lua_type (lua_State *L, int idx) {
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c:252:  StkId o = index2addr(L, idx);
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-253-  return (isvalid(o) ? ttnov(o) : LUA_TNONE);
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-264-LUA_API int lua_iscfunction (lua_State *L, int idx) {
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c:265:  StkId o = index2addr(L, idx);
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-266-  return (ttislcf(o) || (ttisCclosure(o)));
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-270-LUA_API int lua_isinteger (lua_State *L, int idx) {
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c:271:  StkId o = index2addr(L, idx);
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-272-  return ttisinteger(o);
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-277-  lua_Number n;
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c:278:  const TValue *o = index2addr(L, idx);
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-279-  return tonumber(o, &n);
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-283-LUA_API int lua_isstring (lua_State *L, int idx) {
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c:284:  const TValue *o = index2addr(L, idx);
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-285-  return (ttisstring(o) || cvt2str(o));
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-289-LUA_API int lua_isuserdata (lua_State *L, int idx) {
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c:290:  const TValue *o = index2addr(L, idx);
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-291-  return (ttisfulluserdata(o) || ttislightuserdata(o));
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-295-LUA_API int lua_rawequal (lua_State *L, int index1, int index2) {
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c:296:  StkId o1 = index2addr(L, index1);
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c:297:  StkId o2 = index2addr(L, index2);
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-298-  return (isvalid(o1) && isvalid(o2)) ? luaV_rawequalobj(o1, o2) : 0;
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-321-  lua_lock(L);  /* may call tag method */
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c:322:  o1 = index2addr(L, index1);
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c:323:  o2 = index2addr(L, index2);
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-324-  if (isvalid(o1) && isvalid(o2)) {
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-346-  lua_Number n;
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c:347:  const TValue *o = index2addr(L, idx);
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-348-  int isnum = tonumber(o, &n);
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-357-  lua_Integer res;
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c:358:  const TValue *o = index2addr(L, idx);
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-359-  int isnum = tointeger(o, &res);
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-367-LUA_API int lua_toboolean (lua_State *L, int idx) {
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c:368:  const TValue *o = index2addr(L, idx);
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-369-  return !l_isfalse(o);
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-373-LUA_API const char *lua_tolstring (lua_State *L, int idx, size_t *len) {
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c:374:  StkId o = index2addr(L, idx);
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-375-  if (!ttisstring(o)) {
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-382-    luaC_checkGC(L);
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c:383:    o = index2addr(L, idx);  /* previous call may reallocate the stack */
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-384-    lua_unlock(L);
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-392-LUA_API size_t lua_rawlen (lua_State *L, int idx) {
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c:393:  StkId o = index2addr(L, idx);
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-394-  switch (ttype(o)) {
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-404-LUA_API lua_CFunction lua_tocfunction (lua_State *L, int idx) {
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c:405:  StkId o = index2addr(L, idx);
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-406-  if (ttislcf(o)) return fvalue(o);
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-413-LUA_API void *lua_touserdata (lua_State *L, int idx) {
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c:414:  StkId o = index2addr(L, idx);
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-415-  switch (ttnov(o)) {
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-423-LUA_API lua_State *lua_tothread (lua_State *L, int idx) {
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c:424:  StkId o = index2addr(L, idx);
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-425-  return (!ttisthread(o)) ? NULL : thvalue(o);
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-429-LUA_API const void *lua_topointer (lua_State *L, int idx) {
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c:430:  StkId o = index2addr(L, idx);
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-431-  switch (ttype(o)) {
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-613-  lua_lock(L);
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c:614:  t = index2addr(L, idx);
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-615-  luaV_gettable(L, t, L->top - 1, L->top - 1);
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-622-  lua_lock(L);
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c:623:  return auxgetstr(L, index2addr(L, idx), k);
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-624-}
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-630-  lua_lock(L);
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c:631:  t = index2addr(L, idx);
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-632-  if (luaV_fastget(L, t, n, slot, luaH_getint)) {
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-648-  lua_lock(L);
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c:649:  t = index2addr(L, idx);
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-650-  api_check(L, ttistable(t), "table expected");
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-659-  lua_lock(L);
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c:660:  t = index2addr(L, idx);
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-661-  api_check(L, ttistable(t), "table expected");
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-672-  lua_lock(L);
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c:673:  t = index2addr(L, idx);
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-674-  api_check(L, ttistable(t), "table expected");
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-700-  lua_lock(L);
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c:701:  obj = index2addr(L, objindex);
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-702-  switch (ttnov(obj)) {
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-725-  lua_lock(L);
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c:726:  o = index2addr(L, idx);
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-727-  api_check(L, ttisfulluserdata(o), "full userdata expected");
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-768-  api_checknelems(L, 2);
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c:769:  t = index2addr(L, idx);
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-770-  luaV_settable(L, t, L->top - 2, L->top - 1);
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-777-  lua_lock(L);  /* unlock done in 'auxsetstr' */
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c:778:  auxsetstr(L, index2addr(L, idx), k);
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-779-}
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-786-  api_checknelems(L, 1);
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c:787:  t = index2addr(L, idx);
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-788-  if (luaV_fastset(L, t, n, slot, luaH_getint, L->top - 1))
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-804-  api_checknelems(L, 2);
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c:805:  o = index2addr(L, idx);
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-806-  api_check(L, ttistable(o), "table expected");
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-819-  api_checknelems(L, 1);
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c:820:  o = index2addr(L, idx);
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-821-  api_check(L, ttistable(o), "table expected");
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-833-  api_checknelems(L, 1);
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c:834:  o = index2addr(L, idx);
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-835-  api_check(L, ttistable(o), "table expected");
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-849-  api_checknelems(L, 1);
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c:850:  obj = index2addr(L, objindex);
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-851-  if (ttisnil(L->top - 1))
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-888-  api_checknelems(L, 1);
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c:889:  o = index2addr(L, idx);
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-890-  api_check(L, ttisfulluserdata(o), "full userdata expected");
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-960-  else {
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c:961:    StkId o = index2addr(L, errfunc);
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-962-    api_checkstackindex(L, errfunc, o);
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-1125-  lua_lock(L);
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c:1126:  t = index2addr(L, idx);
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-1127-  api_check(L, ttistable(t), "table expected");
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-1157-  lua_lock(L);
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c:1158:  t = index2addr(L, idx);
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-1159-  luaV_objlen(L, L->top, t);
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-1224-  lua_lock(L);
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c:1225:  name = aux_upvalue(index2addr(L, funcindex), n, &val, NULL, NULL);
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-1226-  if (name) {
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-1241-  lua_lock(L);
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c:1242:  fi = index2addr(L, funcindex);
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-1243-  api_checknelems(L, 1);
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-1257-  LClosure *f;
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c:1258:  StkId fi = index2addr(L, fidx);
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-1259-  api_check(L, ttisLclosure(fi), "Lua function expected");
##############################################
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-1267-LUA_API void *lua_upvalueid (lua_State *L, int fidx, int n) {
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c:1268:  StkId fi = index2addr(L, fidx);
0ad-0.0.23.1/build/premake/premake5/contrib/lua/src/lapi.c-1269-  switch (ttype(fi)) {
##############################################
0ad-0.0.23.1/build/premake/premake5/CHANGES.txt-80-* PR #809 Added os touchfile and a workaround for vs2010 reloading (@Blizzard)
0ad-0.0.23.1/build/premake/premake5/CHANGES.txt:81:* PR #810 Added masm handling of seh exception handling for VS2010 and above (@Blizzard)
0ad-0.0.23.1/build/premake/premake5/CHANGES.txt-82-* PR #811 Add 'preferredtoolarchitecture' API (@Blizzard)
##############################################
0ad-0.0.23.1/build/premake/premake5/CHANGES.txt-187-* New: Support for XSD files in VS C# projects
0ad-0.0.23.1/build/premake/premake5/CHANGES.txt:188:* New: MASM file categorization for VS
0ad-0.0.23.1/build/premake/premake5/CHANGES.txt-189-* New: Integrated test framework for Premake module developers
##############################################
0ad-0.0.23.1/build/premake/premake5/modules/vstudio/vs2010_vcxproj.lua-784----
0ad-0.0.23.1/build/premake/premake5/modules/vstudio/vs2010_vcxproj.lua:785:-- Masm group
0ad-0.0.23.1/build/premake/premake5/modules/vstudio/vs2010_vcxproj.lua-786----
0ad-0.0.23.1/build/premake/premake5/modules/vstudio/vs2010_vcxproj.lua:787:	m.categories.Masm = {
0ad-0.0.23.1/build/premake/premake5/modules/vstudio/vs2010_vcxproj.lua-788-		name       = "Masm",
##############################################
0ad-0.0.23.1/build/premake/premake5/modules/vstudio/tests/vc2010/test_extension_settings.lua-77---
0ad-0.0.23.1/build/premake/premake5/modules/vstudio/tests/vc2010/test_extension_settings.lua:78:-- the asm 'file category' should add the right settings.
0ad-0.0.23.1/build/premake/premake5/modules/vstudio/tests/vc2010/test_extension_settings.lua-79---
##############################################
0ad-0.0.23.1/build/premake/premake5/modules/vstudio/tests/vc2010/test_filters.lua-190---
0ad-0.0.23.1/build/premake/premake5/modules/vstudio/tests/vc2010/test_filters.lua:191:-- Check handling of .asm files
0ad-0.0.23.1/build/premake/premake5/modules/vstudio/tests/vc2010/test_filters.lua-192---
##############################################
0ad-0.0.23.1/build/premake/premake5/modules/vstudio/tests/vc2010/test_filters.lua-197-<ItemGroup>
0ad-0.0.23.1/build/premake/premake5/modules/vstudio/tests/vc2010/test_filters.lua:198:	<Masm Include="hello.asm" />
0ad-0.0.23.1/build/premake/premake5/modules/vstudio/tests/vc2010/test_filters.lua-199-</ItemGroup>
##############################################
0ad-0.0.23.1/build/premake/premake5/modules/vstudio/tests/vc2010/test_files.lua-606-<ItemGroup>
0ad-0.0.23.1/build/premake/premake5/modules/vstudio/tests/vc2010/test_files.lua:607:	<Masm Include="hello.asm">
0ad-0.0.23.1/build/premake/premake5/modules/vstudio/tests/vc2010/test_files.lua-608-		<UseSafeExceptionHandlers>true</UseSafeExceptionHandlers>
##############################################
0ad-0.0.23.1/build/premake/premake5/modules/vstudio/tests/vc2010/test_extension_targets.lua-95---
0ad-0.0.23.1/build/premake/premake5/modules/vstudio/tests/vc2010/test_extension_targets.lua:96:-- the asm 'file category' should add the right target.
0ad-0.0.23.1/build/premake/premake5/modules/vstudio/tests/vc2010/test_extension_targets.lua-97---
##############################################
0ad-0.0.23.1/build/premake/premake5/tests/test-1-#!/bin/sh
0ad-0.0.23.1/build/premake/premake5/tests/test:2:cd `dirname $0` && ../bin/debug/premake5 /file=../premake5.lua /scripts=.. $1 $2 $3 test
##############################################
0ad-0.0.23.1/build/android/boost-android-build.patch-31- cd $BOOST_DIR
0ad-0.0.23.1/build/android/boost-android-build.patch:32: env PATH=`dirname $CXXPATH`:$PATH \
0ad-0.0.23.1/build/android/boost-android-build.patch-33-  AndroidNDKRoot=$AndroidNDKRoot NO_BZIP2=1 \
##############################################
0ad-0.0.23.1/build/workspaces/update-workspaces.sh-12-# Use perl as an alternative to readlink -f, which isn't available on BSD or OS X
0ad-0.0.23.1/build/workspaces/update-workspaces.sh:13:SCRIPTPATH=`perl -MCwd -e 'print Cwd::abs_path shift' "$0"`
0ad-0.0.23.1/build/workspaces/update-workspaces.sh-14-case "$SCRIPTPATH" in
##############################################
0ad-0.0.23.1/libraries/source/spidermonkey/FixVersionDetectionConfigure.diff-11- 
0ad-0.0.23.1/libraries/source/spidermonkey/FixVersionDetectionConfigure.diff:12:-MOZILLA_VERSION=`$PYTHON $srcdir/python/mozbuild/mozbuild/milestone.py --topsrcdir $srcdir`
0ad-0.0.23.1/libraries/source/spidermonkey/FixVersionDetectionConfigure.diff:13:-MOZILLA_UAVERSION=`$PYTHON $srcdir/python/mozbuild/mozbuild/milestone.py --topsrcdir $srcdir --uaversion`
0ad-0.0.23.1/libraries/source/spidermonkey/FixVersionDetectionConfigure.diff:14:-MOZILLA_SYMBOLVERSION=`$PYTHON $srcdir/python/mozbuild/mozbuild/milestone.py --topsrcdir $srcdir --symbolversion`
0ad-0.0.23.1/libraries/source/spidermonkey/FixVersionDetectionConfigure.diff-15--
##############################################
0ad-0.0.23.1/libraries/source/spidermonkey/FixVersionDetectionConfigure.diff-40--
0ad-0.0.23.1/libraries/source/spidermonkey/FixVersionDetectionConfigure.diff:41:-MOZJS_MAJOR_VERSION=`echo $MOZILLA_VERSION | sed "s|\(^[0-9]*\)\.[0-9]*.*|\1|"`
0ad-0.0.23.1/libraries/source/spidermonkey/FixVersionDetectionConfigure.diff:42:-MOZJS_MINOR_VERSION=`echo $MOZILLA_VERSION | sed "s|^[0-9]*\.\([0-9]*\).*|\1|"`
0ad-0.0.23.1/libraries/source/spidermonkey/FixVersionDetectionConfigure.diff:43:-MOZJS_PATCH_VERSION=`echo $MOZILLA_VERSION | sed "s|^[0-9]*\.[0-9]*[^0-9]*||"`
0ad-0.0.23.1/libraries/source/spidermonkey/FixVersionDetectionConfigure.diff:44:-IS_ALPHA=`echo $MOZILLA_VERSION | grep '[ab]'`
0ad-0.0.23.1/libraries/source/spidermonkey/FixVersionDetectionConfigure.diff-45--
##############################################
0ad-0.0.23.1/libraries/source/spidermonkey/FixVersionDetectionConfigure.diff-51--  
0ad-0.0.23.1/libraries/source/spidermonkey/FixVersionDetectionConfigure.diff:52:-  MOZJS_ALPHA=`echo $MOZILLA_VERSION | sed "s|^[0-9]*\.[0-9\.]*\([^0-9]\).*|\1|"`
0ad-0.0.23.1/libraries/source/spidermonkey/FixVersionDetectionConfigure.diff-53--  
##############################################
0ad-0.0.23.1/libraries/source/spidermonkey/FixVersionDetectionConfigure.diff-82- 
0ad-0.0.23.1/libraries/source/spidermonkey/FixVersionDetectionConfigure.diff:83:+MOZILLA_VERSION=`$PYTHON $srcdir/python/mozbuild/mozbuild/milestone.py --topsrcdir $srcdir`
0ad-0.0.23.1/libraries/source/spidermonkey/FixVersionDetectionConfigure.diff:84:+MOZILLA_UAVERSION=`$PYTHON $srcdir/python/mozbuild/mozbuild/milestone.py --topsrcdir $srcdir --uaversion`
0ad-0.0.23.1/libraries/source/spidermonkey/FixVersionDetectionConfigure.diff:85:+MOZILLA_SYMBOLVERSION=`$PYTHON $srcdir/python/mozbuild/mozbuild/milestone.py --topsrcdir $srcdir --symbolversion`
0ad-0.0.23.1/libraries/source/spidermonkey/FixVersionDetectionConfigure.diff-86-+
##############################################
0ad-0.0.23.1/libraries/source/spidermonkey/FixVersionDetectionConfigure.diff-111-+
0ad-0.0.23.1/libraries/source/spidermonkey/FixVersionDetectionConfigure.diff:112:+MOZJS_MAJOR_VERSION=`echo $MOZILLA_VERSION | sed "s|\(^[0-9]*\)\.[0-9]*.*|\1|"`
0ad-0.0.23.1/libraries/source/spidermonkey/FixVersionDetectionConfigure.diff:113:+MOZJS_MINOR_VERSION=`echo $MOZILLA_VERSION | sed "s|^[0-9]*\.\([0-9]*\).*|\1|"`
0ad-0.0.23.1/libraries/source/spidermonkey/FixVersionDetectionConfigure.diff:114:+MOZJS_PATCH_VERSION=`echo $MOZILLA_VERSION | sed "s|^[0-9]*\.[0-9]*[^0-9]*||"`
0ad-0.0.23.1/libraries/source/spidermonkey/FixVersionDetectionConfigure.diff:115:+IS_ALPHA=`echo $MOZILLA_VERSION | grep '[ab]'`
0ad-0.0.23.1/libraries/source/spidermonkey/FixVersionDetectionConfigure.diff-116-+
##############################################
0ad-0.0.23.1/libraries/source/spidermonkey/FixVersionDetectionConfigure.diff-122-+  
0ad-0.0.23.1/libraries/source/spidermonkey/FixVersionDetectionConfigure.diff:123:+  MOZJS_ALPHA=`echo $MOZILLA_VERSION | sed "s|^[0-9]*\.[0-9\.]*\([^0-9]\).*|\1|"`
0ad-0.0.23.1/libraries/source/spidermonkey/FixVersionDetectionConfigure.diff-124-+  
##############################################
0ad-0.0.23.1/libraries/source/spidermonkey/FixVersionDetection.diff-23--dnl ==============================================================
0ad-0.0.23.1/libraries/source/spidermonkey/FixVersionDetection.diff:24:-MOZILLA_VERSION=`$PYTHON $srcdir/python/mozbuild/mozbuild/milestone.py --topsrcdir $srcdir`
0ad-0.0.23.1/libraries/source/spidermonkey/FixVersionDetection.diff:25:-MOZILLA_UAVERSION=`$PYTHON $srcdir/python/mozbuild/mozbuild/milestone.py --topsrcdir $srcdir --uaversion`
0ad-0.0.23.1/libraries/source/spidermonkey/FixVersionDetection.diff:26:-MOZILLA_SYMBOLVERSION=`$PYTHON $srcdir/python/mozbuild/mozbuild/milestone.py --topsrcdir $srcdir --symbolversion`
0ad-0.0.23.1/libraries/source/spidermonkey/FixVersionDetection.diff-27--
##############################################
0ad-0.0.23.1/libraries/source/spidermonkey/FixVersionDetection.diff-34--changequote(,)
0ad-0.0.23.1/libraries/source/spidermonkey/FixVersionDetection.diff:35:-MOZJS_MAJOR_VERSION=`echo $MOZILLA_VERSION | sed "s|\(^[0-9]*\)\.[0-9]*.*|\1|"`
0ad-0.0.23.1/libraries/source/spidermonkey/FixVersionDetection.diff:36:-MOZJS_MINOR_VERSION=`echo $MOZILLA_VERSION | sed "s|^[0-9]*\.\([0-9]*\).*|\1|"`
0ad-0.0.23.1/libraries/source/spidermonkey/FixVersionDetection.diff:37:-MOZJS_PATCH_VERSION=`echo $MOZILLA_VERSION | sed "s|^[0-9]*\.[0-9]*[^0-9]*||"`
0ad-0.0.23.1/libraries/source/spidermonkey/FixVersionDetection.diff:38:-IS_ALPHA=`echo $MOZILLA_VERSION | grep '[ab]'`
0ad-0.0.23.1/libraries/source/spidermonkey/FixVersionDetection.diff-39--
##############################################
0ad-0.0.23.1/libraries/source/spidermonkey/FixVersionDetection.diff-53--  changequote(,)
0ad-0.0.23.1/libraries/source/spidermonkey/FixVersionDetection.diff:54:-  MOZJS_ALPHA=`echo $MOZILLA_VERSION | sed "s|^[0-9]*\.[0-9\.]*\([^0-9]\).*|\1|"`
0ad-0.0.23.1/libraries/source/spidermonkey/FixVersionDetection.diff-55--  changequote([,])
##############################################
0ad-0.0.23.1/libraries/source/spidermonkey/FixVersionDetection.diff-85-+dnl ==============================================================
0ad-0.0.23.1/libraries/source/spidermonkey/FixVersionDetection.diff:86:+MOZILLA_VERSION=`$PYTHON $srcdir/python/mozbuild/mozbuild/milestone.py --topsrcdir $srcdir`
0ad-0.0.23.1/libraries/source/spidermonkey/FixVersionDetection.diff:87:+MOZILLA_UAVERSION=`$PYTHON $srcdir/python/mozbuild/mozbuild/milestone.py --topsrcdir $srcdir --uaversion`
0ad-0.0.23.1/libraries/source/spidermonkey/FixVersionDetection.diff:88:+MOZILLA_SYMBOLVERSION=`$PYTHON $srcdir/python/mozbuild/mozbuild/milestone.py --topsrcdir $srcdir --symbolversion`
0ad-0.0.23.1/libraries/source/spidermonkey/FixVersionDetection.diff-89-+
##############################################
0ad-0.0.23.1/libraries/source/spidermonkey/FixVersionDetection.diff-96-+changequote(,)
0ad-0.0.23.1/libraries/source/spidermonkey/FixVersionDetection.diff:97:+MOZJS_MAJOR_VERSION=`echo $MOZILLA_VERSION | sed "s|\(^[0-9]*\)\.[0-9]*.*|\1|"`
0ad-0.0.23.1/libraries/source/spidermonkey/FixVersionDetection.diff:98:+MOZJS_MINOR_VERSION=`echo $MOZILLA_VERSION | sed "s|^[0-9]*\.\([0-9]*\).*|\1|"`
0ad-0.0.23.1/libraries/source/spidermonkey/FixVersionDetection.diff:99:+MOZJS_PATCH_VERSION=`echo $MOZILLA_VERSION | sed "s|^[0-9]*\.[0-9]*[^0-9]*||"`
0ad-0.0.23.1/libraries/source/spidermonkey/FixVersionDetection.diff:100:+IS_ALPHA=`echo $MOZILLA_VERSION | grep '[ab]'`
0ad-0.0.23.1/libraries/source/spidermonkey/FixVersionDetection.diff-101-+
##############################################
0ad-0.0.23.1/libraries/source/spidermonkey/FixVersionDetection.diff-115-+  changequote(,)
0ad-0.0.23.1/libraries/source/spidermonkey/FixVersionDetection.diff:116:+  MOZJS_ALPHA=`echo $MOZILLA_VERSION | sed "s|^[0-9]*\.[0-9\.]*\([^0-9]\).*|\1|"`
0ad-0.0.23.1/libraries/source/spidermonkey/FixVersionDetection.diff-117-+  changequote([,])
##############################################
0ad-0.0.23.1/libraries/source/spidermonkey/build.sh-37-then
0ad-0.0.23.1/libraries/source/spidermonkey/build.sh:38:  if [ "`${CXX:=g++} -dumpversion | cut -f1 -d.`" -ge "6" ]
0ad-0.0.23.1/libraries/source/spidermonkey/build.sh-39-  then
##############################################
0ad-0.0.23.1/libraries/source/valgrind/include/valgrind.h-227-   complete inline asm, since it needs to be combined with more magic
0ad-0.0.23.1/libraries/source/valgrind/include/valgrind.h:228:   inline asm stuff to be useful.
0ad-0.0.23.1/libraries/source/valgrind/include/valgrind.h-229-*/
##############################################
0ad-0.0.23.1/libraries/source/valgrind/include/valgrind.h-299-#define __SPECIAL_INSTRUCTION_PREAMBLE                            \
0ad-0.0.23.1/libraries/source/valgrind/include/valgrind.h:300:                     __asm rol edi, 3  __asm rol edi, 13          \
0ad-0.0.23.1/libraries/source/valgrind/include/valgrind.h:301:                     __asm rol edi, 29 __asm rol edi, 19
0ad-0.0.23.1/libraries/source/valgrind/include/valgrind.h-302-
##############################################
0ad-0.0.23.1/libraries/source/valgrind/include/valgrind.h-324-    _zzq_args[5] = (uintptr_t)(_zzq_arg5);
0ad-0.0.23.1/libraries/source/valgrind/include/valgrind.h:325:    __asm { __asm lea eax, _zzq_args __asm mov edx, _zzq_default
0ad-0.0.23.1/libraries/source/valgrind/include/valgrind.h-326-            __SPECIAL_INSTRUCTION_PREAMBLE
0ad-0.0.23.1/libraries/source/valgrind/include/valgrind.h-327-            /* %EDX = client_request ( %EAX ) */
0ad-0.0.23.1/libraries/source/valgrind/include/valgrind.h:328:            __asm xchg ebx,ebx
0ad-0.0.23.1/libraries/source/valgrind/include/valgrind.h:329:            __asm mov _zzq_result, edx
0ad-0.0.23.1/libraries/source/valgrind/include/valgrind.h-330-    }
##############################################
0ad-0.0.23.1/libraries/source/valgrind/include/valgrind.h-336-    volatile unsigned int __addr;                                 \
0ad-0.0.23.1/libraries/source/valgrind/include/valgrind.h:337:    __asm { __SPECIAL_INSTRUCTION_PREAMBLE                        \
0ad-0.0.23.1/libraries/source/valgrind/include/valgrind.h-338-            /* %EAX = guest_NRADDR */                             \
0ad-0.0.23.1/libraries/source/valgrind/include/valgrind.h:339:            __asm xchg ecx,ecx                                    \
0ad-0.0.23.1/libraries/source/valgrind/include/valgrind.h:340:            __asm mov __addr, eax                                 \
0ad-0.0.23.1/libraries/source/valgrind/include/valgrind.h-341-    }                                                             \
##############################################
0ad-0.0.23.1/libraries/source/valgrind/include/valgrind.h-3370-
0ad-0.0.23.1/libraries/source/valgrind/include/valgrind.h:3371:/* Nb: Although r11 is modified in the asm snippets below (inside 
0ad-0.0.23.1/libraries/source/valgrind/include/valgrind.h-3372-   VALGRIND_CFI_PROLOGUE) it is not listed in the clobber section, for
##############################################
0ad-0.0.23.1/libraries/source/nvtt/src/src/nvcore/Debug.h-36-#		define nvDebugBreak()		__debugbreak()
0ad-0.0.23.1/libraries/source/nvtt/src/src/nvcore/Debug.h:37:		// define nvDebugBreak()		__asm int 3
0ad-0.0.23.1/libraries/source/nvtt/src/src/nvcore/Debug.h-38-#	elif NV_CC_GNUC && NV_CPU_PPC && NV_OS_DARWIN
##############################################
0ad-0.0.23.1/libraries/source/nvtt/src/src/nvcore/Radix.cpp-39-	- add an offset parameter between two input values (avoid some data recopy sometimes)
0ad-0.0.23.1/libraries/source/nvtt/src/src/nvcore/Radix.cpp:40:	- unroll ? asm ?
0ad-0.0.23.1/libraries/source/nvtt/src/src/nvcore/Radix.cpp-41-*/
##############################################
0ad-0.0.23.1/libraries/source/nvtt/src/src/nvcore/Radix.cpp-316-	// Floating-point values are always supposed to be signed values, so there's only one code path there.
0ad-0.0.23.1/libraries/source/nvtt/src/src/nvcore/Radix.cpp:317:	// Please note the floating point comparison needed for temporal coherence! Although the resulting asm code
0ad-0.0.23.1/libraries/source/nvtt/src/src/nvcore/Radix.cpp-318-	// is dreadful, this is surprisingly not such a performance hit - well, I suppose that's a big one on first
##############################################
0ad-0.0.23.1/libraries/source/nvtt/src/src/nvcore/Prefetch.h-17-{
0ad-0.0.23.1/libraries/source/nvtt/src/src/nvcore/Prefetch.h:18:	__asm mov ecx, mem
0ad-0.0.23.1/libraries/source/nvtt/src/src/nvcore/Prefetch.h:19:	__asm prefetcht0 [ecx];
0ad-0.0.23.1/libraries/source/nvtt/src/src/nvcore/Prefetch.h:20://	__asm prefetchnta [ecx];
0ad-0.0.23.1/libraries/source/nvtt/src/src/nvcore/Prefetch.h-21-}
##############################################
0ad-0.0.23.1/libraries/source/nvtt/src/src/CMakeLists.txt-28-IF(GLUT)
0ad-0.0.23.1/libraries/source/nvtt/src/src/CMakeLists.txt:29:	INCLUDE(${NV_CMAKE_DIR}/FindGLUT.cmake)
0ad-0.0.23.1/libraries/source/nvtt/src/src/CMakeLists.txt-30-	#INCLUDE(FindGLUT)
##############################################
0ad-0.0.23.1/libraries/source/nvtt/src/src/CMakeLists.txt-38-# DirectX
0ad-0.0.23.1/libraries/source/nvtt/src/src/CMakeLists.txt:39:INCLUDE(${NV_CMAKE_DIR}/FindDirectX.cmake)
0ad-0.0.23.1/libraries/source/nvtt/src/src/CMakeLists.txt-40-IF(DX10_FOUND)
##############################################
0ad-0.0.23.1/libraries/source/nvtt/src/src/CMakeLists.txt-47-IF(GLEW)
0ad-0.0.23.1/libraries/source/nvtt/src/src/CMakeLists.txt:48:	INCLUDE(${NV_CMAKE_DIR}/FindGLEW.cmake)
0ad-0.0.23.1/libraries/source/nvtt/src/src/CMakeLists.txt-49-	IF(GLEW_FOUND)
##############################################
0ad-0.0.23.1/libraries/source/nvtt/src/src/CMakeLists.txt-57-IF(CG)
0ad-0.0.23.1/libraries/source/nvtt/src/src/CMakeLists.txt:58:	INCLUDE(${NV_CMAKE_DIR}/FindCg.cmake)
0ad-0.0.23.1/libraries/source/nvtt/src/src/CMakeLists.txt-59-	IF(CG_FOUND)
##############################################
0ad-0.0.23.1/libraries/source/nvtt/src/src/CMakeLists.txt-67-IF(CUDA)
0ad-0.0.23.1/libraries/source/nvtt/src/src/CMakeLists.txt:68:	INCLUDE(${NV_CMAKE_DIR}/FindCUDA.cmake)
0ad-0.0.23.1/libraries/source/nvtt/src/src/CMakeLists.txt-69-	IF(CUDA_FOUND)
##############################################
0ad-0.0.23.1/libraries/source/nvtt/src/src/CMakeLists.txt-77-# Maya
0ad-0.0.23.1/libraries/source/nvtt/src/src/CMakeLists.txt:78:INCLUDE(${NV_CMAKE_DIR}/FindMaya.cmake)
0ad-0.0.23.1/libraries/source/nvtt/src/src/CMakeLists.txt-79-IF(MAYA_FOUND)
##############################################
0ad-0.0.23.1/libraries/source/nvtt/src/src/CMakeLists.txt-120-IF(OPENEXR)
0ad-0.0.23.1/libraries/source/nvtt/src/src/CMakeLists.txt:121:	INCLUDE(${NV_CMAKE_DIR}/FindOpenEXR.cmake)
0ad-0.0.23.1/libraries/source/nvtt/src/src/CMakeLists.txt-122-	IF(OPENEXR_FOUND)
##############################################
0ad-0.0.23.1/libraries/source/nvtt/src/src/nvimage/BlockDXT.cpp-157-
0ad-0.0.23.1/libraries/source/nvtt/src/src/nvimage/BlockDXT.cpp:158:	__asm {
0ad-0.0.23.1/libraries/source/nvtt/src/src/nvimage/BlockDXT.cpp-159-		mov			ecx, dword ptr pVects
##############################################
0ad-0.0.23.1/libraries/source/nvtt/src/src/nvimage/BlockDXT.cpp-202-
0ad-0.0.23.1/libraries/source/nvtt/src/src/nvimage/BlockDXT.cpp:203:	__asm {
0ad-0.0.23.1/libraries/source/nvtt/src/src/nvimage/BlockDXT.cpp-204-		mov			ecx, dword ptr pVects
##############################################
0ad-0.0.23.1/libraries/source/nvtt/src/CMakeLists.txt-13-
0ad-0.0.23.1/libraries/source/nvtt/src/CMakeLists.txt:14:INCLUDE(${NV_CMAKE_DIR}/OptimalOptions.cmake)
0ad-0.0.23.1/libraries/source/nvtt/src/CMakeLists.txt-15-MESSAGE(STATUS "Setting optimal options")
##############################################
0ad-0.0.23.1/libraries/source/nvtt/src/cmake/OptimalOptions.cmake-1-
0ad-0.0.23.1/libraries/source/nvtt/src/cmake/OptimalOptions.cmake:2:INCLUDE(${NV_CMAKE_DIR}/DetermineProcessor.cmake)
0ad-0.0.23.1/libraries/source/nvtt/src/cmake/OptimalOptions.cmake-3-
##############################################
0ad-0.0.23.1/libraries/source/nvtt/src/cmake/FindCg.cmake-14-IF (APPLE)
0ad-0.0.23.1/libraries/source/nvtt/src/cmake/FindCg.cmake:15:  INCLUDE(${CMAKE_ROOT}/Modules/CMakeFindFrameworks.cmake)
0ad-0.0.23.1/libraries/source/nvtt/src/cmake/FindCg.cmake-16-  SET(CG_FRAMEWORK_INCLUDES)
##############################################
0ad-0.0.23.1/libraries/source/nvtt/patches/cmake-devflags.patch-79- # GLUT
0ad-0.0.23.1/libraries/source/nvtt/patches/cmake-devflags.patch:80:-INCLUDE(${NV_CMAKE_DIR}/FindGLUT.cmake)
0ad-0.0.23.1/libraries/source/nvtt/patches/cmake-devflags.patch-81--#INCLUDE(FindGLUT)
##############################################
0ad-0.0.23.1/libraries/source/nvtt/patches/cmake-devflags.patch-87-+IF(GLUT)
0ad-0.0.23.1/libraries/source/nvtt/patches/cmake-devflags.patch:88:+	INCLUDE(${NV_CMAKE_DIR}/FindGLUT.cmake)
0ad-0.0.23.1/libraries/source/nvtt/patches/cmake-devflags.patch-89-+	#INCLUDE(FindGLUT)
##############################################
0ad-0.0.23.1/libraries/source/nvtt/patches/cmake-devflags.patch-97- # DirectX
0ad-0.0.23.1/libraries/source/nvtt/patches/cmake-devflags.patch:98: INCLUDE(${NV_CMAKE_DIR}/FindDirectX.cmake)
0ad-0.0.23.1/libraries/source/nvtt/patches/cmake-devflags.patch-99-@@ -32,29 +41,35 @@
##############################################
0ad-0.0.23.1/libraries/source/nvtt/patches/cmake-devflags.patch-102- # GLEW
0ad-0.0.23.1/libraries/source/nvtt/patches/cmake-devflags.patch:103:-INCLUDE(${NV_CMAKE_DIR}/FindGLEW.cmake)
0ad-0.0.23.1/libraries/source/nvtt/patches/cmake-devflags.patch-104--IF(GLEW_FOUND)
##############################################
0ad-0.0.23.1/libraries/source/nvtt/patches/cmake-devflags.patch-109-+IF(GLEW)
0ad-0.0.23.1/libraries/source/nvtt/patches/cmake-devflags.patch:110:+	INCLUDE(${NV_CMAKE_DIR}/FindGLEW.cmake)
0ad-0.0.23.1/libraries/source/nvtt/patches/cmake-devflags.patch-111-+	IF(GLEW_FOUND)
##############################################
0ad-0.0.23.1/libraries/source/nvtt/patches/cmake-devflags.patch-118- # Cg
0ad-0.0.23.1/libraries/source/nvtt/patches/cmake-devflags.patch:119:-INCLUDE(${NV_CMAKE_DIR}/FindCg.cmake)
0ad-0.0.23.1/libraries/source/nvtt/patches/cmake-devflags.patch-120--IF(CG_FOUND)
##############################################
0ad-0.0.23.1/libraries/source/nvtt/patches/cmake-devflags.patch-125-+IF(CG)
0ad-0.0.23.1/libraries/source/nvtt/patches/cmake-devflags.patch:126:+	INCLUDE(${NV_CMAKE_DIR}/FindCg.cmake)
0ad-0.0.23.1/libraries/source/nvtt/patches/cmake-devflags.patch-127-+	IF(CG_FOUND)
##############################################
0ad-0.0.23.1/libraries/source/nvtt/patches/cmake-devflags.patch-134- # CUDA
0ad-0.0.23.1/libraries/source/nvtt/patches/cmake-devflags.patch:135:-INCLUDE(${NV_CMAKE_DIR}/FindCUDA.cmake)
0ad-0.0.23.1/libraries/source/nvtt/patches/cmake-devflags.patch-136--IF(CUDA_FOUND)
##############################################
0ad-0.0.23.1/libraries/source/nvtt/patches/cmake-devflags.patch-142-+IF(CUDA)
0ad-0.0.23.1/libraries/source/nvtt/patches/cmake-devflags.patch:143:+	INCLUDE(${NV_CMAKE_DIR}/FindCUDA.cmake)
0ad-0.0.23.1/libraries/source/nvtt/patches/cmake-devflags.patch-144-+	IF(CUDA_FOUND)
##############################################
0ad-0.0.23.1/libraries/source/nvtt/patches/cmake-devflags.patch-152- # Maya
0ad-0.0.23.1/libraries/source/nvtt/patches/cmake-devflags.patch:153: INCLUDE(${NV_CMAKE_DIR}/FindMaya.cmake)
0ad-0.0.23.1/libraries/source/nvtt/patches/cmake-devflags.patch-154-@@ -93,13 +108,15 @@
##############################################
0ad-0.0.23.1/libraries/source/nvtt/patches/cmake-devflags.patch-157- # OpenEXR
0ad-0.0.23.1/libraries/source/nvtt/patches/cmake-devflags.patch:158:-INCLUDE(${NV_CMAKE_DIR}/FindOpenEXR.cmake)
0ad-0.0.23.1/libraries/source/nvtt/patches/cmake-devflags.patch-159--IF(OPENEXR_FOUND)
##############################################
0ad-0.0.23.1/libraries/source/nvtt/patches/cmake-devflags.patch-165-+IF(OPENEXR)
0ad-0.0.23.1/libraries/source/nvtt/patches/cmake-devflags.patch:166:+	INCLUDE(${NV_CMAKE_DIR}/FindOpenEXR.cmake)
0ad-0.0.23.1/libraries/source/nvtt/patches/cmake-devflags.patch-167-+	IF(OPENEXR_FOUND)
##############################################
0ad-0.0.23.1/libraries/source/nvtt/patches/cmake-devflags2.patch-98-+IF(OPENEXR)
0ad-0.0.23.1/libraries/source/nvtt/patches/cmake-devflags2.patch:99: 	INCLUDE(${NV_CMAKE_DIR}/FindOpenEXR.cmake)
0ad-0.0.23.1/libraries/source/nvtt/patches/cmake-devflags2.patch-100- 	IF(OPENEXR_FOUND)
##############################################
0ad-0.0.23.1/libraries/source/cxxtest-4.4/python/cxxtest/cxx_parser.py-1311-
0ad-0.0.23.1/libraries/source/cxxtest-4.4/python/cxxtest/cxx_parser.py:1312:#    '''asm_definition :             ASM '(' StringLiteral ')' ';'
0ad-0.0.23.1/libraries/source/cxxtest-4.4/python/cxxtest/cxx_parser.py-1313-def p_asm_definition(p):
0ad-0.0.23.1/libraries/source/cxxtest-4.4/python/cxxtest/cxx_parser.py:1314:    '''asm_definition :             ASM '(' nonparen_seq_opt ')' ';'
0ad-0.0.23.1/libraries/source/cxxtest-4.4/python/cxxtest/cxx_parser.py-1315-    '''
##############################################
0ad-0.0.23.1/libraries/source/cxxtest-4.4/python/python3/cxxtest/cxx_parser.py-1311-
0ad-0.0.23.1/libraries/source/cxxtest-4.4/python/python3/cxxtest/cxx_parser.py:1312:#    '''asm_definition :             ASM '(' StringLiteral ')' ';'
0ad-0.0.23.1/libraries/source/cxxtest-4.4/python/python3/cxxtest/cxx_parser.py-1313-def p_asm_definition(p):
0ad-0.0.23.1/libraries/source/cxxtest-4.4/python/python3/cxxtest/cxx_parser.py:1314:    '''asm_definition :             ASM '(' nonparen_seq_opt ')' ';'
0ad-0.0.23.1/libraries/source/cxxtest-4.4/python/python3/cxxtest/cxx_parser.py-1315-    '''
##############################################
0ad-0.0.23.1/libraries/source/cxxtest-4.4/admin/jenkins_cxxtest-27-    | sed 's/^/    /'
0ad-0.0.23.1/libraries/source/cxxtest-4.4/admin/jenkins_cxxtest:28:PYTHON_VER=`${PYTHON} -c 'import sys; sys.stdout.write(str(sys.version_info[0]))'`
0ad-0.0.23.1/libraries/source/cxxtest-4.4/admin/jenkins_cxxtest-29-echo
##############################################
0ad-0.0.23.1/libraries/source/cxxtest-4.4/build_tools/cmake/FindCxxTest.cmake-34-SET(CXXTEST_CMAKE_MODULES_PATH "${CMAKE_CURRENT_LIST_DIR}")
0ad-0.0.23.1/libraries/source/cxxtest-4.4/build_tools/cmake/FindCxxTest.cmake:35:INCLUDE("${CXXTEST_CMAKE_MODULES_PATH}/CxxTest.cmake")
0ad-0.0.23.1/libraries/source/cxxtest-4.4/build_tools/cmake/FindCxxTest.cmake-36-
##############################################
0ad-0.0.23.1/libraries/source/cxxtest-4.4/build_tools/cmake/CxxTest.cmake-1-
0ad-0.0.23.1/libraries/source/cxxtest-4.4/build_tools/cmake/CxxTest.cmake:2:include("${CMAKE_CURRENT_LIST_DIR}/FindCxxTest.cmake")
0ad-0.0.23.1/libraries/source/cxxtest-4.4/build_tools/cmake/CxxTest.cmake-3-
##############################################
0ad-0.0.23.1/debian/missing-sources/tablefilter/tablefilter.js-60-                this.tbl = arg;
0ad-0.0.23.1/debian/missing-sources/tablefilter/tablefilter.js:61:                this.id = arg.id || `tf_${new Date().getTime()}_`;
0ad-0.0.23.1/debian/missing-sources/tablefilter/tablefilter.js-62-            } else if(argtype === 'string'){
##############################################
0ad-0.0.23.1/.pc/allow-build-with-root.patch/build/workspaces/update-workspaces.sh-17-# Use perl as an alternative to readlink -f, which isn't available on BSD or OS X
0ad-0.0.23.1/.pc/allow-build-with-root.patch/build/workspaces/update-workspaces.sh:18:SCRIPTPATH=`perl -MCwd -e 'print Cwd::abs_path shift' "$0"`
0ad-0.0.23.1/.pc/allow-build-with-root.patch/build/workspaces/update-workspaces.sh-19-case "$SCRIPTPATH" in