===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
wine-development-5.5/aclocal.m4-80-  [case "$LIBEXT" in
wine-development-5.5/aclocal.m4:81:    dll) AS_VAR_SET(ac_Lib,[`$ac_cv_path_LDD conftest.exe | grep "$1" | sed -e "s/dll.*/dll/"';2,$d'`]) ;;
wine-development-5.5/aclocal.m4:82:    dylib) AS_VAR_SET(ac_Lib,[`$OTOOL -L conftest$ac_exeext | grep "ac_lib_pattern\\.[[0-9A-Za-z.]]*dylib" | sed -e "s/^.*\/\(ac_lib_pattern\.[[0-9A-Za-z.]]*dylib\).*$/\1/"';2,$d'`]) ;;
wine-development-5.5/aclocal.m4:83:    *) AS_VAR_SET(ac_Lib,[`$READELF -d conftest$ac_exeext | grep "NEEDED.*ac_lib_pattern\\.$LIBEXT" | sed -e "s/^.*\\m4_dquote(\\(ac_lib_pattern\\.$LIBEXT[[^	 ]]*\\)\\).*$/\1/"';2,$d'`])
wine-development-5.5/aclocal.m4-84-       AS_VAR_IF([ac_Lib],[],
wine-development-5.5/aclocal.m4:85:             [AS_VAR_SET(ac_Lib,[`$LDD conftest$ac_exeext | grep "ac_lib_pattern\\.$LIBEXT" | sed -e "s/^.*\(ac_lib_pattern\.$LIBEXT[[^	 ]]*\).*$/\1/"';2,$d'`])]) ;;
wine-development-5.5/aclocal.m4-86-  esac],
##############################################
wine-development-5.5/aclocal.m4-109-      [AS_VAR_SET_IF([PKG_CONFIG],
wine-development-5.5/aclocal.m4:110:      [ac_cflags=`$PKG_CONFIG --cflags [$2] 2>/dev/null`])])
wine-development-5.5/aclocal.m4-111-m4_ifval([$4],[test "$cross_compiling" = yes || ac_cflags=[$]{ac_cflags:-[$4]}])
##############################################
wine-development-5.5/aclocal.m4-114-      [AS_VAR_SET_IF([PKG_CONFIG],
wine-development-5.5/aclocal.m4:115:      [ac_libs=`$PKG_CONFIG --libs [$2] 2>/dev/null`])])
wine-development-5.5/aclocal.m4-116-m4_ifval([$5],[test "$cross_compiling" = yes || ac_libs=[$]{ac_libs:-[$5]}])
##############################################
wine-development-5.5/aclocal.m4-123-CPPFLAGS=$ac_save_CPPFLAGS
wine-development-5.5/aclocal.m4:124:test -z "$ac_cflags" || ac_cflags=`echo " $ac_cflags" | sed 's/ -I\([[^/]]\)/ -I\$(top_builddir)\/\1/g'`
wine-development-5.5/aclocal.m4:125:test -z "$ac_libs" || ac_libs=`echo " $ac_libs" | sed 's/ -L\([[^/]]\)/ -L\$(top_builddir)\/\1/g'`
wine-development-5.5/aclocal.m4-126-AS_VAR_POPDEF([ac_libs])dnl
##############################################
wine-development-5.5/aclocal.m4-280-dnl
wine-development-5.5/aclocal.m4:281:AC_DEFUN([WINE_APPEND_RULE],[AC_REQUIRE([WINE_CONFIG_HELPERS])wine_fn_append_rule "$1"])
wine-development-5.5/aclocal.m4-282-
##############################################
wine-development-5.5/dlls/api-ms-win-crt-runtime-l1-1-0/api-ms-win-crt-runtime-l1-1-0.spec-51-@ cdecl _get_wpgmptr(ptr) ucrtbase._get_wpgmptr
wine-development-5.5/dlls/api-ms-win-crt-runtime-l1-1-0/api-ms-win-crt-runtime-l1-1-0.spec:52:@ cdecl _getdllprocaddr(long str long) ucrtbase._getdllprocaddr
wine-development-5.5/dlls/api-ms-win-crt-runtime-l1-1-0/api-ms-win-crt-runtime-l1-1-0.spec-53-@ cdecl _getpid() ucrtbase._getpid
##############################################
wine-development-5.5/dlls/crtdll/crtdll.spec-127-@ cdecl _getdiskfree(long ptr) MSVCRT__getdiskfree
wine-development-5.5/dlls/crtdll/crtdll.spec:128:@ cdecl _getdllprocaddr(long str long)
wine-development-5.5/dlls/crtdll/crtdll.spec-129-@ cdecl _getdrive() MSVCRT__getdrive
##############################################
wine-development-5.5/dlls/crypt32/tests/oid.c-284-        {
wine-development-5.5/dlls/crypt32/tests/oid.c:285:            int y = funcAddr(0xabadc0da);
wine-development-5.5/dlls/crypt32/tests/oid.c-286-
##############################################
wine-development-5.5/dlls/d3d12/d3d12_main.c-202-    pfn_vkEnumerateInstanceExtensionProperties
wine-development-5.5/dlls/d3d12/d3d12_main.c:203:            = (void *)pfn_vkGetInstanceProcAddr(vk_instance, "vkEnumerateInstanceExtensionProperties");
wine-development-5.5/dlls/d3d12/d3d12_main.c-204-
##############################################
wine-development-5.5/dlls/d3d12/d3d12_main.c-244-
wine-development-5.5/dlls/d3d12/d3d12_main.c:245:    pfn_vkEnumeratePhysicalDevices = (void *)pfn_vkGetInstanceProcAddr(vk_instance, "vkEnumeratePhysicalDevices");
wine-development-5.5/dlls/d3d12/d3d12_main.c-246-
wine-development-5.5/dlls/d3d12/d3d12_main.c:247:    pfn_vkGetPhysicalDeviceProperties = (void *)pfn_vkGetInstanceProcAddr(vk_instance, "vkGetPhysicalDeviceProperties");
wine-development-5.5/dlls/d3d12/d3d12_main.c-248-    if (check_vk_instance_extension(vk_instance, pfn_vkGetInstanceProcAddr, VK_KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2_EXTENSION_NAME))
wine-development-5.5/dlls/d3d12/d3d12_main.c:249:        pfn_vkGetPhysicalDeviceProperties2 = (void *)pfn_vkGetInstanceProcAddr(vk_instance, "vkGetPhysicalDeviceProperties2KHR");
wine-development-5.5/dlls/d3d12/d3d12_main.c-250-
##############################################
wine-development-5.5/dlls/d3d8/device.c-3649-    WORD cw;
wine-development-5.5/dlls/d3d8/device.c:3650:    __asm fnstcw cw;
wine-development-5.5/dlls/d3d8/device.c-3651-    cw = (cw & ~0xf3f) | 0x3f;
wine-development-5.5/dlls/d3d8/device.c:3652:    __asm fldcw cw;
wine-development-5.5/dlls/d3d8/device.c-3653-#else
##############################################
wine-development-5.5/dlls/d3d8/tests/device.c-3472-#define D3D8_TEST_SET_FPU_CW 1
wine-development-5.5/dlls/d3d8/tests/device.c:3473:    __asm fnclex;
wine-development-5.5/dlls/d3d8/tests/device.c:3474:    __asm fldcw cw;
wine-development-5.5/dlls/d3d8/tests/device.c-3475-#endif
##############################################
wine-development-5.5/dlls/d3d8/tests/device.c-3485-#define D3D8_TEST_GET_FPU_CW 1
wine-development-5.5/dlls/d3d8/tests/device.c:3486:    __asm fnstcw cw;
wine-development-5.5/dlls/d3d8/tests/device.c-3487-#endif
##############################################
wine-development-5.5/dlls/d3d9/device.c-4612-    WORD cw;
wine-development-5.5/dlls/d3d9/device.c:4613:    __asm fnstcw cw;
wine-development-5.5/dlls/d3d9/device.c-4614-    cw = (cw & ~0xf3f) | 0x3f;
wine-development-5.5/dlls/d3d9/device.c:4615:    __asm fldcw cw;
wine-development-5.5/dlls/d3d9/device.c-4616-#else
##############################################
wine-development-5.5/dlls/d3d9/tests/device.c-4644-#define D3D9_TEST_SET_FPU_CW 1
wine-development-5.5/dlls/d3d9/tests/device.c:4645:    __asm fnclex;
wine-development-5.5/dlls/d3d9/tests/device.c:4646:    __asm fldcw cw;
wine-development-5.5/dlls/d3d9/tests/device.c-4647-#endif
##############################################
wine-development-5.5/dlls/d3d9/tests/device.c-4657-#define D3D9_TEST_GET_FPU_CW 1
wine-development-5.5/dlls/d3d9/tests/device.c:4658:    __asm fnstcw cw;
wine-development-5.5/dlls/d3d9/tests/device.c-4659-#endif
##############################################
wine-development-5.5/dlls/d3dcompiler_43/asmparser.c-1-/*
wine-development-5.5/dlls/d3dcompiler_43/asmparser.c:2: * Direct3D asm shader parser
wine-development-5.5/dlls/d3dcompiler_43/asmparser.c-3- *
##############################################
wine-development-5.5/dlls/d3dcompiler_43/compiler.c-600-    {
wine-development-5.5/dlls/d3dcompiler_43/compiler.c:601:        ERR("Asm reading failed\n");
wine-development-5.5/dlls/d3dcompiler_43/compiler.c-602-        return D3DXERR_INVALIDDATA;
##############################################
wine-development-5.5/dlls/d3dcompiler_43/ppy.y-173-preprocessor
wine-development-5.5/dlls/d3dcompiler_43/ppy.y:174:	: tINCLUDE tDQSTRING tNL	{ pp_do_include($2, 1); }
wine-development-5.5/dlls/d3dcompiler_43/ppy.y:175:	| tINCLUDE tIQSTRING tNL	{ pp_do_include($2, 0); }
wine-development-5.5/dlls/d3dcompiler_43/ppy.y-176-	| tIF pp_expr tNL	{ pp_next_if_state(boolean(&$2)); }
##############################################
wine-development-5.5/dlls/d3dcompiler_43/ppy.y-292-	| tRCINCLUDE tDQSTRING {
wine-development-5.5/dlls/d3dcompiler_43/ppy.y:293:		pp_do_include($2,1);
wine-development-5.5/dlls/d3dcompiler_43/ppy.y-294-	}
##############################################
wine-development-5.5/dlls/dbghelp/cpu_arm.c-31-
wine-development-5.5/dlls/dbghelp/cpu_arm.c:32:static BOOL arm_get_addr(HANDLE hThread, const CONTEXT* ctx,
wine-development-5.5/dlls/dbghelp/cpu_arm.c-33-                         enum cpu_addr ca, ADDRESS64* addr)
##############################################
wine-development-5.5/dlls/dbghelp/cpu_arm.c-94-    TRACE("Enter: PC=%s Frame=%s Return=%s Stack=%s Mode=%s Count=%s\n",
wine-development-5.5/dlls/dbghelp/cpu_arm.c:95:          wine_dbgstr_addr(&frame->AddrPC),
wine-development-5.5/dlls/dbghelp/cpu_arm.c:96:          wine_dbgstr_addr(&frame->AddrFrame),
wine-development-5.5/dlls/dbghelp/cpu_arm.c:97:          wine_dbgstr_addr(&frame->AddrReturn),
wine-development-5.5/dlls/dbghelp/cpu_arm.c:98:          wine_dbgstr_addr(&frame->AddrStack),
wine-development-5.5/dlls/dbghelp/cpu_arm.c-99-          curr_mode == stm_start ? "start" : "ARM",
##############################################
wine-development-5.5/dlls/dbghelp/cpu_arm.c-134-    TRACE("Leave: PC=%s Frame=%s Return=%s Stack=%s Mode=%s Count=%s FuncTable=%p\n",
wine-development-5.5/dlls/dbghelp/cpu_arm.c:135:          wine_dbgstr_addr(&frame->AddrPC),
wine-development-5.5/dlls/dbghelp/cpu_arm.c:136:          wine_dbgstr_addr(&frame->AddrFrame),
wine-development-5.5/dlls/dbghelp/cpu_arm.c:137:          wine_dbgstr_addr(&frame->AddrReturn),
wine-development-5.5/dlls/dbghelp/cpu_arm.c:138:          wine_dbgstr_addr(&frame->AddrStack),
wine-development-5.5/dlls/dbghelp/cpu_arm.c-139-          curr_mode == stm_start ? "start" : "ARM",
##############################################
wine-development-5.5/dlls/dbghelp/cpu_i386.c-49-
wine-development-5.5/dlls/dbghelp/cpu_i386.c:50:static BOOL i386_build_addr(HANDLE hThread, const CONTEXT* ctx, ADDRESS64* addr,
wine-development-5.5/dlls/dbghelp/cpu_i386.c-51-                            unsigned seg, ULONG_PTR offset)
##############################################
wine-development-5.5/dlls/dbghelp/cpu_i386.c-74-
wine-development-5.5/dlls/dbghelp/cpu_i386.c:75:static BOOL i386_get_addr(HANDLE hThread, const CONTEXT* ctx,
wine-development-5.5/dlls/dbghelp/cpu_i386.c-76-                          enum cpu_addr ca, ADDRESS64* addr)
##############################################
wine-development-5.5/dlls/dbghelp/cpu_i386.c-80-    {
wine-development-5.5/dlls/dbghelp/cpu_i386.c:81:    case cpu_addr_pc:    return i386_build_addr(hThread, ctx, addr, ctx->SegCs, ctx->Eip);
wine-development-5.5/dlls/dbghelp/cpu_i386.c:82:    case cpu_addr_stack: return i386_build_addr(hThread, ctx, addr, ctx->SegSs, ctx->Esp);
wine-development-5.5/dlls/dbghelp/cpu_i386.c:83:    case cpu_addr_frame: return i386_build_addr(hThread, ctx, addr, ctx->SegSs, ctx->Ebp);
wine-development-5.5/dlls/dbghelp/cpu_i386.c-84-    }
##############################################
wine-development-5.5/dlls/dbghelp/cpu_i386.c-166-    TRACE("Enter: PC=%s Frame=%s Return=%s Stack=%s Mode=%s Count=%s cSwitch=%p nSwitch=%p\n",
wine-development-5.5/dlls/dbghelp/cpu_i386.c:167:          wine_dbgstr_addr(&frame->AddrPC),
wine-development-5.5/dlls/dbghelp/cpu_i386.c:168:          wine_dbgstr_addr(&frame->AddrFrame),
wine-development-5.5/dlls/dbghelp/cpu_i386.c:169:          wine_dbgstr_addr(&frame->AddrReturn),
wine-development-5.5/dlls/dbghelp/cpu_i386.c:170:          wine_dbgstr_addr(&frame->AddrStack),
wine-development-5.5/dlls/dbghelp/cpu_i386.c-171-          curr_mode == stm_start ? "start" : (curr_mode == stm_16bit ? "16bit" : "32bit"),
##############################################
wine-development-5.5/dlls/dbghelp/cpu_i386.c-243-                tmp.Offset  = OFFSETOF(curr_switch);
wine-development-5.5/dlls/dbghelp/cpu_i386.c:244:                if (!sw_read_mem(csw, sw_xlat_addr(csw, &tmp), &ch, sizeof(ch)))
wine-development-5.5/dlls/dbghelp/cpu_i386.c-245-                    curr_switch = 0xFFFFFFFF;
##############################################
wine-development-5.5/dlls/dbghelp/cpu_i386.c-251-                tmp.Offset  = OFFSETOF(next_switch);
wine-development-5.5/dlls/dbghelp/cpu_i386.c:252:                p = sw_xlat_addr(csw, &tmp);
wine-development-5.5/dlls/dbghelp/cpu_i386.c-253-                if (!sw_read_mem(csw, p, &frame16, sizeof(frame16)))
##############################################
wine-development-5.5/dlls/dbghelp/cpu_i386.c-314-                tmp.Offset  = OFFSETOF(next_switch);
wine-development-5.5/dlls/dbghelp/cpu_i386.c:315:                p = sw_xlat_addr(csw, &tmp);
wine-development-5.5/dlls/dbghelp/cpu_i386.c-316-
##############################################
wine-development-5.5/dlls/dbghelp/cpu_i386.c-331-                tmp.Offset  = OFFSETOF(next_switch);
wine-development-5.5/dlls/dbghelp/cpu_i386.c:332:                p = sw_xlat_addr(csw, &tmp);
wine-development-5.5/dlls/dbghelp/cpu_i386.c-333-
##############################################
wine-development-5.5/dlls/dbghelp/cpu_i386.c-378-
wine-development-5.5/dlls/dbghelp/cpu_i386.c:379:                if (!sw_read_mem(csw, sw_xlat_addr(csw, &tmp), &ch, sizeof(ch)))
wine-development-5.5/dlls/dbghelp/cpu_i386.c-380-                    curr_switch = 0;
##############################################
wine-development-5.5/dlls/dbghelp/cpu_i386.c-391-                if (!frame->AddrFrame.Offset ||
wine-development-5.5/dlls/dbghelp/cpu_i386.c:392:                    !sw_read_mem(csw, sw_xlat_addr(csw, &frame->AddrFrame),
wine-development-5.5/dlls/dbghelp/cpu_i386.c-393-                                 &val16, sizeof(WORD)))
##############################################
wine-development-5.5/dlls/dbghelp/cpu_i386.c-398-            {
wine-development-5.5/dlls/dbghelp/cpu_i386.c:399:                if (!fetch_next_frame32(csw, context, sw_xlat_addr(csw, &frame->AddrPC) - deltapc))
wine-development-5.5/dlls/dbghelp/cpu_i386.c-400-                    goto done_err;
##############################################
wine-development-5.5/dlls/dbghelp/cpu_i386.c-416-
wine-development-5.5/dlls/dbghelp/cpu_i386.c:417:        p = sw_xlat_addr(csw, &frame->AddrFrame);
wine-development-5.5/dlls/dbghelp/cpu_i386.c-418-        if (!sw_read_mem(csw, p + sizeof(WORD), &val16, sizeof(WORD)))
##############################################
wine-development-5.5/dlls/dbghelp/cpu_i386.c-488-    frame->Virtual = TRUE;
wine-development-5.5/dlls/dbghelp/cpu_i386.c:489:    p = sw_xlat_addr(csw, &frame->AddrPC);
wine-development-5.5/dlls/dbghelp/cpu_i386.c-490-    if (p && sw_module_base(csw, p))
##############################################
wine-development-5.5/dlls/dbghelp/cpu_i386.c-496-    TRACE("Leave: PC=%s Frame=%s Return=%s Stack=%s Mode=%s Count=%s cSwitch=%p nSwitch=%p FuncTable=%p\n",
wine-development-5.5/dlls/dbghelp/cpu_i386.c:497:          wine_dbgstr_addr(&frame->AddrPC),
wine-development-5.5/dlls/dbghelp/cpu_i386.c:498:          wine_dbgstr_addr(&frame->AddrFrame),
wine-development-5.5/dlls/dbghelp/cpu_i386.c:499:          wine_dbgstr_addr(&frame->AddrReturn),
wine-development-5.5/dlls/dbghelp/cpu_i386.c:500:          wine_dbgstr_addr(&frame->AddrStack),
wine-development-5.5/dlls/dbghelp/cpu_i386.c-501-          curr_mode == stm_start ? "start" : (curr_mode == stm_16bit ? "16bit" : "32bit"),
##############################################
wine-development-5.5/dlls/dbghelp/cpu_ppc.c-30-
wine-development-5.5/dlls/dbghelp/cpu_ppc.c:31:static BOOL ppc_get_addr(HANDLE hThread, const CONTEXT* ctx,
wine-development-5.5/dlls/dbghelp/cpu_ppc.c-32-                         enum cpu_addr ca, ADDRESS64* addr)
##############################################
wine-development-5.5/dlls/dbghelp/cpu_x86_64.c-78-
wine-development-5.5/dlls/dbghelp/cpu_x86_64.c:79:static BOOL x86_64_get_addr(HANDLE hThread, const CONTEXT* ctx,
wine-development-5.5/dlls/dbghelp/cpu_x86_64.c-80-                            enum cpu_addr ca, ADDRESS64* addr)
##############################################
wine-development-5.5/dlls/dbghelp/cpu_x86_64.c-621-    TRACE("Enter: PC=%s Frame=%s Return=%s Stack=%s Mode=%s Count=%s\n",
wine-development-5.5/dlls/dbghelp/cpu_x86_64.c:622:          wine_dbgstr_addr(&frame->AddrPC),
wine-development-5.5/dlls/dbghelp/cpu_x86_64.c:623:          wine_dbgstr_addr(&frame->AddrFrame),
wine-development-5.5/dlls/dbghelp/cpu_x86_64.c:624:          wine_dbgstr_addr(&frame->AddrReturn),
wine-development-5.5/dlls/dbghelp/cpu_x86_64.c:625:          wine_dbgstr_addr(&frame->AddrStack),
wine-development-5.5/dlls/dbghelp/cpu_x86_64.c-626-          curr_mode == stm_start ? "start" : "64bit",
##############################################
wine-development-5.5/dlls/dbghelp/cpu_x86_64.c-677-    TRACE("Leave: PC=%s Frame=%s Return=%s Stack=%s Mode=%s Count=%s FuncTable=%p\n",
wine-development-5.5/dlls/dbghelp/cpu_x86_64.c:678:          wine_dbgstr_addr(&frame->AddrPC),
wine-development-5.5/dlls/dbghelp/cpu_x86_64.c:679:          wine_dbgstr_addr(&frame->AddrFrame),
wine-development-5.5/dlls/dbghelp/cpu_x86_64.c:680:          wine_dbgstr_addr(&frame->AddrReturn),
wine-development-5.5/dlls/dbghelp/cpu_x86_64.c:681:          wine_dbgstr_addr(&frame->AddrStack),
wine-development-5.5/dlls/dbghelp/cpu_x86_64.c-682-          curr_mode == stm_start ? "start" : "64bit",
##############################################
wine-development-5.5/dlls/dbghelp/cpu_x86_64.c-934-        if (!(pcs = process_find_by_handle(dc->process->handle)) ||
wine-development-5.5/dlls/dbghelp/cpu_x86_64.c:935:            !(module = module_find_by_addr(pcs, dc->modules[index].base, DMT_UNKNOWN)))
wine-development-5.5/dlls/dbghelp/cpu_x86_64.c-936-            return FALSE;
##############################################
wine-development-5.5/dlls/dbghelp/dbghelp.c-132-
wine-development-5.5/dlls/dbghelp/dbghelp.c:133:const char* wine_dbgstr_addr(const ADDRESS64* addr)
wine-development-5.5/dlls/dbghelp/dbghelp.c-134-{
##############################################
wine-development-5.5/dlls/dbghelp/dbghelp.spec-72-@ stdcall SymFindFileInPathW(long wstr wstr ptr long long long ptr ptr ptr)
wine-development-5.5/dlls/dbghelp/dbghelp.spec:73:@ stdcall SymFromAddr(ptr int64 ptr ptr)
wine-development-5.5/dlls/dbghelp/dbghelp.spec-74-@ stdcall SymFromAddrW(ptr int64 ptr ptr)
##############################################
wine-development-5.5/dlls/dbghelp/dbghelp.spec-86-@ stdcall SymGetExtendedOption(long)
wine-development-5.5/dlls/dbghelp/dbghelp.spec:87:@ stdcall SymGetLineFromAddr(long long ptr ptr)
wine-development-5.5/dlls/dbghelp/dbghelp.spec-88-@ stdcall SymGetLineFromAddr64(long int64 ptr ptr)
##############################################
wine-development-5.5/dlls/dbghelp/dbghelp.spec-118-@ stub SymGetSourceVarFromTokenW
wine-development-5.5/dlls/dbghelp/dbghelp.spec:119:@ stdcall SymGetSymFromAddr(long long ptr ptr)
wine-development-5.5/dlls/dbghelp/dbghelp.spec-120-@ stdcall SymGetSymFromAddr64(long int64 ptr ptr)
##############################################
wine-development-5.5/dlls/dbghelp/dbghelp.spec-161-@ stdcall SymSetParentWindow(long)
wine-development-5.5/dlls/dbghelp/dbghelp.spec:162:@ stdcall SymSetScopeFromAddr(ptr int64)
wine-development-5.5/dlls/dbghelp/dbghelp.spec-163-@ stub SymSetScopeFromIndex
##############################################
wine-development-5.5/dlls/dbghelp/dbghelp_private.h-601-extern void*        fetch_buffer(struct process* pcs, unsigned size) DECLSPEC_HIDDEN;
wine-development-5.5/dlls/dbghelp/dbghelp_private.h:602:extern const char*  wine_dbgstr_addr(const ADDRESS64* addr) DECLSPEC_HIDDEN;
wine-development-5.5/dlls/dbghelp/dbghelp_private.h-603-extern struct cpu*  cpu_find(DWORD) DECLSPEC_HIDDEN;
##############################################
wine-development-5.5/dlls/dbghelp/dbghelp_private.h-623-extern struct module*
wine-development-5.5/dlls/dbghelp/dbghelp_private.h:624:                    module_find_by_addr(const struct process* pcs, DWORD64 addr,
wine-development-5.5/dlls/dbghelp/dbghelp_private.h-625-                                        enum module_type type) DECLSPEC_HIDDEN;
##############################################
wine-development-5.5/dlls/dbghelp/dbghelp_private.h-710-extern BOOL         sw_read_mem(struct cpu_stack_walk* csw, DWORD64 addr, void* ptr, DWORD sz) DECLSPEC_HIDDEN;
wine-development-5.5/dlls/dbghelp/dbghelp_private.h:711:extern DWORD64      sw_xlat_addr(struct cpu_stack_walk* csw, ADDRESS64* addr) DECLSPEC_HIDDEN;
wine-development-5.5/dlls/dbghelp/dbghelp_private.h-712-extern void*        sw_table_access(struct cpu_stack_walk* csw, DWORD64 addr) DECLSPEC_HIDDEN;
##############################################
wine-development-5.5/dlls/dbghelp/dbghelp_private.h-718-extern BOOL         symt_get_address(const struct symt* type, ULONG64* addr) DECLSPEC_HIDDEN;
wine-development-5.5/dlls/dbghelp/dbghelp_private.h:719:extern int          symt_cmp_addr(const void* p1, const void* p2) DECLSPEC_HIDDEN;
wine-development-5.5/dlls/dbghelp/dbghelp_private.h-720-extern void         copy_symbolW(SYMBOL_INFOW* siw, const SYMBOL_INFO* si) DECLSPEC_HIDDEN;
##############################################
wine-development-5.5/dlls/dbghelp/dwarf.c-342- */
wine-development-5.5/dlls/dbghelp/dwarf.c:343:static ULONG_PTR dwarf2_get_addr(const unsigned char* ptr, unsigned word_size)
wine-development-5.5/dlls/dbghelp/dwarf.c-344-{
##############################################
wine-development-5.5/dlls/dbghelp/dwarf.c-361-
wine-development-5.5/dlls/dbghelp/dwarf.c:362:static ULONG_PTR dwarf2_parse_addr(dwarf2_traverse_context_t* ctx)
wine-development-5.5/dlls/dbghelp/dwarf.c-363-{
wine-development-5.5/dlls/dbghelp/dwarf.c:364:    ULONG_PTR ret = dwarf2_get_addr(ctx->data, ctx->word_size);
wine-development-5.5/dlls/dbghelp/dwarf.c-365-    ctx->data += ctx->word_size;
##############################################
wine-development-5.5/dlls/dbghelp/dwarf.c-502-    case DW_FORM_addr:
wine-development-5.5/dlls/dbghelp/dwarf.c:503:        attr->u.uvalue = dwarf2_get_addr(data,
wine-development-5.5/dlls/dbghelp/dwarf.c-504-                                         ctx->module->format_info[DFI_DWARF]->u.dwarf2_info->word_size);
##############################################
wine-development-5.5/dlls/dbghelp/dwarf.c-718-        case DW_OP_nop:         break;
wine-development-5.5/dlls/dbghelp/dwarf.c:719:        case DW_OP_addr:        stack[++stk] = dwarf2_parse_addr(ctx); break;
wine-development-5.5/dlls/dbghelp/dwarf.c-720-        case DW_OP_const1u:     stack[++stk] = dwarf2_parse_byte(ctx); break;
##############################################
wine-development-5.5/dlls/dbghelp/dwarf.c-1049-        {
wine-development-5.5/dlls/dbghelp/dwarf.c:1050:            low = dwarf2_parse_addr(&traverse);
wine-development-5.5/dlls/dbghelp/dwarf.c:1051:            high = dwarf2_parse_addr(&traverse);
wine-development-5.5/dlls/dbghelp/dwarf.c-1052-            if (low == 0 && high == 0) break;
##############################################
wine-development-5.5/dlls/dbghelp/dwarf.c-2338-                    case DW_LNE_set_address:
wine-development-5.5/dlls/dbghelp/dwarf.c:2339:                        address = ctx->load_offset + dwarf2_parse_addr(&traverse);
wine-development-5.5/dlls/dbghelp/dwarf.c-2340-                        break;
##############################################
wine-development-5.5/dlls/dbghelp/dwarf.c-2480-    {
wine-development-5.5/dlls/dbghelp/dwarf.c:2481:        beg = dwarf2_get_addr(ptr, modfmt->u.dwarf2_info->word_size); ptr += modfmt->u.dwarf2_info->word_size;
wine-development-5.5/dlls/dbghelp/dwarf.c:2482:        end = dwarf2_get_addr(ptr, modfmt->u.dwarf2_info->word_size); ptr += modfmt->u.dwarf2_info->word_size;
wine-development-5.5/dlls/dbghelp/dwarf.c-2483-        if (!beg && !end) break;
##############################################
wine-development-5.5/dlls/dbghelp/dwarf.c-2608-    case DW_EH_PE_native:
wine-development-5.5/dlls/dbghelp/dwarf.c:2609:        return base + dwarf2_parse_addr(ctx);
wine-development-5.5/dlls/dbghelp/dwarf.c-2610-    case DW_EH_PE_leb128:
##############################################
wine-development-5.5/dlls/dbghelp/dwarf.c-2730-    {
wine-development-5.5/dlls/dbghelp/dwarf.c:2731:        /* find the FDE for address addr (skip CIE) */
wine-development-5.5/dlls/dbghelp/dwarf.c-2732-        len = dwarf2_parse_u4(fde_ctx);
##############################################
wine-development-5.5/dlls/dbghelp/dwarf.c-3107-        case DW_OP_nop:         break;
wine-development-5.5/dlls/dbghelp/dwarf.c:3108:        case DW_OP_addr:        stack[++sp] = dwarf2_parse_addr(&ctx); break;
wine-development-5.5/dlls/dbghelp/dwarf.c-3109-        case DW_OP_const1u:     stack[++sp] = dwarf2_parse_byte(&ctx); break;
##############################################
wine-development-5.5/dlls/dbghelp/dwarf.c-3260-    if (!(pair.pcs = process_find_by_handle(csw->hProcess)) ||
wine-development-5.5/dlls/dbghelp/dwarf.c:3261:        !(pair.requested = module_find_by_addr(pair.pcs, ip, DMT_UNKNOWN)) ||
wine-development-5.5/dlls/dbghelp/dwarf.c-3262-        !module_get_debug(&pair))
##############################################
wine-development-5.5/dlls/dbghelp/minidump.c-97-        dbghelp_current_cpu &&
wine-development-5.5/dlls/dbghelp/minidump.c:98:        dbghelp_current_cpu->get_addr(NULL /* FIXME */, ctx, cpu_addr_stack, &addr) && addr.Mode == AddrModeFlat)
wine-development-5.5/dlls/dbghelp/minidump.c-99-    {
##############################################
wine-development-5.5/dlls/dbghelp/module.c-405- */
wine-development-5.5/dlls/dbghelp/module.c:406:struct module* module_find_by_addr(const struct process* pcs, DWORD64 addr,
wine-development-5.5/dlls/dbghelp/module.c-407-                                   enum module_type type)
##############################################
wine-development-5.5/dlls/dbghelp/module.c-412-    {
wine-development-5.5/dlls/dbghelp/module.c:413:        if ((module = module_find_by_addr(pcs, addr, DMT_PE)) ||
wine-development-5.5/dlls/dbghelp/module.c:414:            (module = module_find_by_addr(pcs, addr, DMT_ELF)) ||
wine-development-5.5/dlls/dbghelp/module.c:415:            (module = module_find_by_addr(pcs, addr, DMT_MACHO)))
wine-development-5.5/dlls/dbghelp/module.c-416-            return module;
##############################################
wine-development-5.5/dlls/dbghelp/module.c-906-    if (!pcs) return FALSE;
wine-development-5.5/dlls/dbghelp/module.c:907:    module = module_find_by_addr(pcs, BaseOfDll, DMT_UNKNOWN);
wine-development-5.5/dlls/dbghelp/module.c-908-    if (!module) return FALSE;
##############################################
wine-development-5.5/dlls/dbghelp/module.c-923-    if (!validate_addr64(BaseOfDll)) return FALSE;
wine-development-5.5/dlls/dbghelp/module.c:924:    module = module_find_by_addr(pcs, BaseOfDll, DMT_UNKNOWN);
wine-development-5.5/dlls/dbghelp/module.c-925-    if (!module) return FALSE;
##############################################
wine-development-5.5/dlls/dbghelp/module.c-1248-    if (ModuleInfo->SizeOfStruct > sizeof(*ModuleInfo)) return FALSE;
wine-development-5.5/dlls/dbghelp/module.c:1249:    module = module_find_by_addr(pcs, dwAddr, DMT_UNKNOWN);
wine-development-5.5/dlls/dbghelp/module.c-1250-    if (!module) return FALSE;
##############################################
wine-development-5.5/dlls/dbghelp/module.c-1287-    if (!pcs) return 0;
wine-development-5.5/dlls/dbghelp/module.c:1288:    module = module_find_by_addr(pcs, dwAddr, DMT_UNKNOWN);
wine-development-5.5/dlls/dbghelp/module.c-1289-    if (!module) return 0;
##############################################
wine-development-5.5/dlls/dbghelp/module.c-1345-    if (!pcs || !dbghelp_current_cpu->find_runtime_function) return NULL;
wine-development-5.5/dlls/dbghelp/module.c:1346:    module = module_find_by_addr(pcs, AddrBase, DMT_UNKNOWN);
wine-development-5.5/dlls/dbghelp/module.c-1347-    if (!module) return NULL;
##############################################
wine-development-5.5/dlls/dbghelp/msc.c-3217-    if (!(pair.pcs = process_find_by_handle(csw->hProcess)) ||
wine-development-5.5/dlls/dbghelp/msc.c:3218:        !(pair.requested = module_find_by_addr(pair.pcs, ip, DMT_UNKNOWN)) ||
wine-development-5.5/dlls/dbghelp/msc.c-3219-        !module_get_debug(&pair))
##############################################
wine-development-5.5/dlls/dbghelp/source.c-155-    {
wine-development-5.5/dlls/dbghelp/source.c:156:        pair.requested = module_find_by_addr(pair.pcs, ModBase, DMT_UNKNOWN);
wine-development-5.5/dlls/dbghelp/source.c-157-        if (!module_get_debug(&pair)) return FALSE;
##############################################
wine-development-5.5/dlls/dbghelp/stack.c-104-
wine-development-5.5/dlls/dbghelp/stack.c:105:DWORD64 sw_xlat_addr(struct cpu_stack_walk* csw, ADDRESS64* addr)
wine-development-5.5/dlls/dbghelp/stack.c-106-{
##############################################
wine-development-5.5/dlls/dbghelp/symbol.c-41-
wine-development-5.5/dlls/dbghelp/symbol.c:42:static inline int cmp_addr(ULONG64 a1, ULONG64 a2)
wine-development-5.5/dlls/dbghelp/symbol.c-43-{
##############################################
wine-development-5.5/dlls/dbghelp/symbol.c-48-
wine-development-5.5/dlls/dbghelp/symbol.c:49:static inline int cmp_sorttab_addr(struct module* module, int idx, ULONG64 addr)
wine-development-5.5/dlls/dbghelp/symbol.c-50-{
##############################################
wine-development-5.5/dlls/dbghelp/symbol.c-52-    symt_get_address(&module->addr_sorttab[idx]->symt, &ref);
wine-development-5.5/dlls/dbghelp/symbol.c:53:    return cmp_addr(ref, addr);
wine-development-5.5/dlls/dbghelp/symbol.c-54-}
wine-development-5.5/dlls/dbghelp/symbol.c-55-
wine-development-5.5/dlls/dbghelp/symbol.c:56:int symt_cmp_addr(const void* p1, const void* p2)
wine-development-5.5/dlls/dbghelp/symbol.c-57-{
##############################################
wine-development-5.5/dlls/dbghelp/symbol.c-63-    symt_get_address(sym2, &a2);
wine-development-5.5/dlls/dbghelp/symbol.c:64:    return cmp_addr(a1, a2);
wine-development-5.5/dlls/dbghelp/symbol.c-65-}
##############################################
wine-development-5.5/dlls/dbghelp/symbol.c-773-    {
wine-development-5.5/dlls/dbghelp/symbol.c:774:        switch (cmp_sorttab_addr(module, mid, addr))
wine-development-5.5/dlls/dbghelp/symbol.c-775-        {
##############################################
wine-development-5.5/dlls/dbghelp/symbol.c-862-               module->addr_sorttab[idx_sorttab]->symt.tag == SymTagPublicSymbol &&
wine-development-5.5/dlls/dbghelp/symbol.c:863:               !cmp_sorttab_addr(module, idx_sorttab - 1, ref_addr))
wine-development-5.5/dlls/dbghelp/symbol.c-864-            idx_sorttab--;
##############################################
wine-development-5.5/dlls/dbghelp/symbol.c-869-                   module->addr_sorttab[idx_sorttab]->symt.tag == SymTagPublicSymbol &&
wine-development-5.5/dlls/dbghelp/symbol.c:870:                   !cmp_sorttab_addr(module, idx_sorttab + 1, ref_addr))
wine-development-5.5/dlls/dbghelp/symbol.c-871-                idx_sorttab++;
##############################################
wine-development-5.5/dlls/dbghelp/symbol.c-913-        mid = (high + low) / 2;
wine-development-5.5/dlls/dbghelp/symbol.c:914:        if (cmp_sorttab_addr(module, mid, addr) < 0)
wine-development-5.5/dlls/dbghelp/symbol.c-915-            low = mid;
##############################################
wine-development-5.5/dlls/dbghelp/symbol.c-919-    if (low != high && high != module->num_sorttab &&
wine-development-5.5/dlls/dbghelp/symbol.c:920:        cmp_sorttab_addr(module, high, addr) <= 0)
wine-development-5.5/dlls/dbghelp/symbol.c-921-        low = high;
##############################################
wine-development-5.5/dlls/dbghelp/symbol.c-988-    pair.pcs = pcs;
wine-development-5.5/dlls/dbghelp/symbol.c:989:    pair.requested = module_find_by_addr(pair.pcs, pc, DMT_UNKNOWN);
wine-development-5.5/dlls/dbghelp/symbol.c-990-    if (!module_get_debug(&pair)) return FALSE;
##############################################
wine-development-5.5/dlls/dbghelp/symbol.c-1081-    }
wine-development-5.5/dlls/dbghelp/symbol.c:1082:    pair.requested = module_find_by_addr(pair.pcs, BaseOfDll, DMT_UNKNOWN);
wine-development-5.5/dlls/dbghelp/symbol.c-1083-    if (!module_get_debug(&pair))
##############################################
wine-development-5.5/dlls/dbghelp/symbol.c-1237-/******************************************************************
wine-development-5.5/dlls/dbghelp/symbol.c:1238: *		SymFromAddr (DBGHELP.@)
wine-development-5.5/dlls/dbghelp/symbol.c-1239- *
wine-development-5.5/dlls/dbghelp/symbol.c-1240- */
wine-development-5.5/dlls/dbghelp/symbol.c:1241:BOOL WINAPI SymFromAddr(HANDLE hProcess, DWORD64 Address, 
wine-development-5.5/dlls/dbghelp/symbol.c-1242-                        DWORD64* Displacement, PSYMBOL_INFO Symbol)
##############################################
wine-development-5.5/dlls/dbghelp/symbol.c-1248-    if (!pair.pcs) return FALSE;
wine-development-5.5/dlls/dbghelp/symbol.c:1249:    pair.requested = module_find_by_addr(pair.pcs, Address, DMT_UNKNOWN);
wine-development-5.5/dlls/dbghelp/symbol.c-1250-    if (!module_get_debug(&pair)) return FALSE;
##############################################
wine-development-5.5/dlls/dbghelp/symbol.c-1275-    si->MaxNameLen = Symbol->MaxNameLen;
wine-development-5.5/dlls/dbghelp/symbol.c:1276:    if ((ret = SymFromAddr(hProcess, Address, Displacement, si)))
wine-development-5.5/dlls/dbghelp/symbol.c-1277-    {
##############################################
wine-development-5.5/dlls/dbghelp/symbol.c-1284-/******************************************************************
wine-development-5.5/dlls/dbghelp/symbol.c:1285: *		SymGetSymFromAddr (DBGHELP.@)
wine-development-5.5/dlls/dbghelp/symbol.c-1286- *
wine-development-5.5/dlls/dbghelp/symbol.c-1287- */
wine-development-5.5/dlls/dbghelp/symbol.c:1288:BOOL WINAPI SymGetSymFromAddr(HANDLE hProcess, DWORD Address,
wine-development-5.5/dlls/dbghelp/symbol.c-1289-                              PDWORD Displacement, PIMAGEHLP_SYMBOL Symbol)
##############################################
wine-development-5.5/dlls/dbghelp/symbol.c-1298-    si->MaxNameLen = MAX_SYM_NAME;
wine-development-5.5/dlls/dbghelp/symbol.c:1299:    if (!SymFromAddr(hProcess, Address, &Displacement64, si))
wine-development-5.5/dlls/dbghelp/symbol.c-1300-        return FALSE;
##############################################
wine-development-5.5/dlls/dbghelp/symbol.c-1326-    si->MaxNameLen = MAX_SYM_NAME;
wine-development-5.5/dlls/dbghelp/symbol.c:1327:    if (!SymFromAddr(hProcess, Address, &Displacement64, si))
wine-development-5.5/dlls/dbghelp/symbol.c-1328-        return FALSE;
##############################################
wine-development-5.5/dlls/dbghelp/symbol.c-1588-/******************************************************************
wine-development-5.5/dlls/dbghelp/symbol.c:1589: *		SymGetLineFromAddr (DBGHELP.@)
wine-development-5.5/dlls/dbghelp/symbol.c-1590- *
wine-development-5.5/dlls/dbghelp/symbol.c-1591- */
wine-development-5.5/dlls/dbghelp/symbol.c:1592:BOOL WINAPI SymGetLineFromAddr(HANDLE hProcess, DWORD dwAddr,
wine-development-5.5/dlls/dbghelp/symbol.c-1593-                               PDWORD pdwDisplacement, PIMAGEHLP_LINE Line)
##############################################
wine-development-5.5/dlls/dbghelp/symbol.c-1619-    if (!pair.pcs) return FALSE;
wine-development-5.5/dlls/dbghelp/symbol.c:1620:    pair.requested = module_find_by_addr(pair.pcs, dwAddr, DMT_UNKNOWN);
wine-development-5.5/dlls/dbghelp/symbol.c-1621-    if (!module_get_debug(&pair)) return FALSE;
##############################################
wine-development-5.5/dlls/dbghelp/symbol.c-1662-    if (!pair.pcs) return FALSE;
wine-development-5.5/dlls/dbghelp/symbol.c:1663:    pair.requested = module_find_by_addr(pair.pcs, Line->Address, DMT_UNKNOWN);
wine-development-5.5/dlls/dbghelp/symbol.c-1664-    if (!module_get_debug(&pair)) return FALSE;
##############################################
wine-development-5.5/dlls/dbghelp/symbol.c-1745-    if (!pair.pcs) return FALSE;
wine-development-5.5/dlls/dbghelp/symbol.c:1746:    pair.requested = module_find_by_addr(pair.pcs, Line->Address, DMT_UNKNOWN);
wine-development-5.5/dlls/dbghelp/symbol.c-1747-    if (!module_get_debug(&pair)) return FALSE;
##############################################
wine-development-5.5/dlls/dbghelp/symbol.c-2130-    if (!pair.pcs) return FALSE;
wine-development-5.5/dlls/dbghelp/symbol.c:2131:    pair.requested = module_find_by_addr(pair.pcs, BaseOfDll, DMT_UNKNOWN);
wine-development-5.5/dlls/dbghelp/symbol.c-2132-    if (!module_get_debug(&pair)) return FALSE;
##############################################
wine-development-5.5/dlls/dbghelp/symbol.c-2138-/******************************************************************
wine-development-5.5/dlls/dbghelp/symbol.c:2139: *		SymSetScopeFromAddr (DBGHELP.@)
wine-development-5.5/dlls/dbghelp/symbol.c-2140- */
wine-development-5.5/dlls/dbghelp/symbol.c:2141:BOOL WINAPI SymSetScopeFromAddr(HANDLE hProcess, ULONG64 addr)
wine-development-5.5/dlls/dbghelp/symbol.c-2142-{
##############################################
wine-development-5.5/dlls/dbghelp/symbol.c-2172-    if (compiland) FIXME("Unsupported yet (filtering on compiland %s)\n", compiland);
wine-development-5.5/dlls/dbghelp/symbol.c:2173:    pair.requested = module_find_by_addr(pair.pcs, base, DMT_UNKNOWN);
wine-development-5.5/dlls/dbghelp/symbol.c-2174-    if (!module_get_debug(&pair)) return FALSE;
##############################################
wine-development-5.5/dlls/dbghelp/tests/dbghelp.c-114-            si->MaxNameLen = 200;
wine-development-5.5/dlls/dbghelp/tests/dbghelp.c:115:            if (SymFromAddr(GetCurrentProcess(), frame.AddrPC.Offset, &disp, si))
wine-development-5.5/dlls/dbghelp/tests/dbghelp.c-116-                ok(!strcmp(si->Name, "stack_walk_thread"), "got wrong name %s\n", si->Name);
##############################################
wine-development-5.5/dlls/dbghelp/type.c-463-    if (!(pair.pcs = process_find_by_handle(hProcess))) return FALSE;
wine-development-5.5/dlls/dbghelp/type.c:464:    pair.requested = module_find_by_addr(pair.pcs, BaseOfDll, DMT_UNKNOWN);
wine-development-5.5/dlls/dbghelp/type.c-465-    if (!module_get_debug(&pair)) return FALSE;
##############################################
wine-development-5.5/dlls/dbghelp/type.c-907-
wine-development-5.5/dlls/dbghelp/type.c:908:    pair.requested = module_find_by_addr(pair.pcs, ModBase, DMT_UNKNOWN);
wine-development-5.5/dlls/dbghelp/type.c-909-    if (!module_get_debug(&pair))
##############################################
wine-development-5.5/dlls/dbghelp/type.c-929-    if (!pcs) return FALSE;
wine-development-5.5/dlls/dbghelp/type.c:930:    pair.requested = module_find_by_addr(pcs, BaseOfDll, DMT_UNKNOWN);
wine-development-5.5/dlls/dbghelp/type.c-931-    if (!module_get_debug(&pair)) return FALSE;
##############################################
wine-development-5.5/dlls/dbghelp/wdbgexts.h-54-    PWINDBG_GET_SYMBOL                     lpGetSymbolRoutine;
wine-development-5.5/dlls/dbghelp/wdbgexts.h:55:    PWINDBG_DISASM                         lpDisasmRoutine;
wine-development-5.5/dlls/dbghelp/wdbgexts.h-56-    PWINDBG_CHECK_CONTROL_C                lpCheckControlCRoutine;
##############################################
wine-development-5.5/dlls/dbghelp/cpu_arm64.c-33-
wine-development-5.5/dlls/dbghelp/cpu_arm64.c:34:static BOOL arm64_get_addr(HANDLE hThread, const CONTEXT* ctx,
wine-development-5.5/dlls/dbghelp/cpu_arm64.c-35-                           enum cpu_addr ca, ADDRESS64* addr)
##############################################
wine-development-5.5/dlls/dbghelp/cpu_arm64.c-96-    TRACE("Enter: PC=%s Frame=%s Return=%s Stack=%s Mode=%s Count=%s\n",
wine-development-5.5/dlls/dbghelp/cpu_arm64.c:97:          wine_dbgstr_addr(&frame->AddrPC),
wine-development-5.5/dlls/dbghelp/cpu_arm64.c:98:          wine_dbgstr_addr(&frame->AddrFrame),
wine-development-5.5/dlls/dbghelp/cpu_arm64.c:99:          wine_dbgstr_addr(&frame->AddrReturn),
wine-development-5.5/dlls/dbghelp/cpu_arm64.c:100:          wine_dbgstr_addr(&frame->AddrStack),
wine-development-5.5/dlls/dbghelp/cpu_arm64.c-101-          curr_mode == stm_start ? "start" : "ARM64",
##############################################
wine-development-5.5/dlls/dbghelp/cpu_arm64.c-136-    TRACE("Leave: PC=%s Frame=%s Return=%s Stack=%s Mode=%s Count=%s FuncTable=%p\n",
wine-development-5.5/dlls/dbghelp/cpu_arm64.c:137:          wine_dbgstr_addr(&frame->AddrPC),
wine-development-5.5/dlls/dbghelp/cpu_arm64.c:138:          wine_dbgstr_addr(&frame->AddrFrame),
wine-development-5.5/dlls/dbghelp/cpu_arm64.c:139:          wine_dbgstr_addr(&frame->AddrReturn),
wine-development-5.5/dlls/dbghelp/cpu_arm64.c:140:          wine_dbgstr_addr(&frame->AddrStack),
wine-development-5.5/dlls/dbghelp/cpu_arm64.c-141-          curr_mode == stm_start ? "start" : "ARM64",
##############################################
wine-development-5.5/dlls/ddraw/device.c-47-#elif defined(__i386__) && defined(_MSC_VER)
wine-development-5.5/dlls/ddraw/device.c:48:    __asm fldcw fpucw;
wine-development-5.5/dlls/ddraw/device.c-49-#endif
##############################################
wine-development-5.5/dlls/ddraw/device.c-58-#elif defined(__i386__) && defined(_MSC_VER)
wine-development-5.5/dlls/ddraw/device.c:59:    __asm fnstcw oldcw;
wine-development-5.5/dlls/ddraw/device.c-60-#else
##############################################
wine-development-5.5/dlls/dplayx/dplay.c-66-        DWORD dwPriority, DWORD dwTimeout, void *lpContext, DWORD *lpdwMsgID );
wine-development-5.5/dlls/dplayx/dplay.c:67:static BOOL DP_BuildSPCompoundAddr( LPGUID lpcSpGuid, LPVOID* lplpAddrBuf,
wine-development-5.5/dlls/dplayx/dplay.c-68-                                    LPDWORD lpdwBufSize );
##############################################
wine-development-5.5/dlls/dplayx/dplay.c-329-      TRACE( "GOT THE SELF MESSAGE: %p -> 0x%08x\n", lpcMessageHeader, ((const DWORD *)lpcMessageHeader)[1] );
wine-development-5.5/dlls/dplayx/dplay.c:330:      NS_SetLocalAddr( This->dp2->lpNameServerData, lpcMessageHeader, 20 );
wine-development-5.5/dlls/dplayx/dplay.c-331-      DP_MSG_ReplyReceived( This, wCommandId, lpcMessageBody, dwMessageBodySize );
##############################################
wine-development-5.5/dlls/dplayx/dplay.c-2463-
wine-development-5.5/dlls/dplayx/dplay.c:2464:        if ( !DP_BuildSPCompoundAddr( (GUID*)&DPSPGUID_TCPIP, &connection, &size ) )
wine-development-5.5/dlls/dplayx/dplay.c-2465-        {
##############################################
wine-development-5.5/dlls/dplayx/dplay.c-3258-    data.lpSPMessageHeader = (dwFlags & DPOPEN_CREATE ) ? NULL
wine-development-5.5/dlls/dplayx/dplay.c:3259:                                                        : NS_GetNSAddr( This->dp2->lpNameServerData );
wine-development-5.5/dlls/dplayx/dplay.c-3260-    data.lpISP             = This->dp2->spData.lpISP;
##############################################
wine-development-5.5/dlls/dplayx/dplay.c-4197-
wine-development-5.5/dlls/dplayx/dplay.c:4198:static BOOL DP_BuildSPCompoundAddr( LPGUID lpcSpGuid, LPVOID* lplpAddrBuf,
wine-development-5.5/dlls/dplayx/dplay.c-4199-                                    LPDWORD lpdwBufSize )
##############################################
wine-development-5.5/dlls/dplayx/dplay.c-4353-
wine-development-5.5/dlls/dplayx/dplay.c:4354:      bBuildPass = DP_BuildSPCompoundAddr( &serviceProviderGUID,
wine-development-5.5/dlls/dplayx/dplay.c-4355-                                           &lpAddressBuffer,
##############################################
wine-development-5.5/dlls/dplayx/name_server.c-150-
wine-development-5.5/dlls/dplayx/name_server.c:151:LPVOID NS_GetNSAddr( LPVOID lpNSInfo )
wine-development-5.5/dlls/dplayx/name_server.c-152-{
##############################################
wine-development-5.5/dlls/dplayx/name_server.c-178-{
wine-development-5.5/dlls/dplayx/name_server.c:179:  LPDWORD lpHdrInfo = NS_GetNSAddr( lpNSInfo );
wine-development-5.5/dlls/dplayx/name_server.c-180-
##############################################
wine-development-5.5/dlls/dplayx/name_server.c-183-
wine-development-5.5/dlls/dplayx/name_server.c:184:void NS_SetLocalAddr( LPVOID lpNSInfo, LPCVOID lpHdr, DWORD dwHdrSize )
wine-development-5.5/dlls/dplayx/name_server.c-185-{
##############################################
wine-development-5.5/dlls/dplayx/name_server.h-35-                                       LPVOID lpNSInfo ) DECLSPEC_HIDDEN;
wine-development-5.5/dlls/dplayx/name_server.h:36:LPVOID NS_GetNSAddr( LPVOID lpNSInfo ) DECLSPEC_HIDDEN;
wine-development-5.5/dlls/dplayx/name_server.h-37-DWORD NS_GetNsMagic( LPVOID lpNSInfo ) DECLSPEC_HIDDEN;
wine-development-5.5/dlls/dplayx/name_server.h:38:void NS_SetLocalAddr( LPVOID lpNSInfo, LPCVOID lpHdr, DWORD dwHdrSize ) DECLSPEC_HIDDEN;
wine-development-5.5/dlls/dplayx/name_server.h-39-
##############################################
wine-development-5.5/dlls/dxgi/swapchain.c-2781-
wine-development-5.5/dlls/dxgi/swapchain.c:2782:    vkGetDeviceProcAddr = (void *)vkGetInstanceProcAddr(vk_instance, "vkGetDeviceProcAddr");
wine-development-5.5/dlls/dxgi/swapchain.c-2783-
wine-development-5.5/dlls/dxgi/swapchain.c-2784-#define LOAD_INSTANCE_PFN(name) \
wine-development-5.5/dlls/dxgi/swapchain.c:2785:    if (!(dxgi->p_##name = (void *)vkGetInstanceProcAddr(vk_instance, #name))) \
wine-development-5.5/dlls/dxgi/swapchain.c-2786-    { \
##############################################
wine-development-5.5/dlls/dxgi/swapchain.c-2801-#define LOAD_DEVICE_PFN(name) \
wine-development-5.5/dlls/dxgi/swapchain.c:2802:    if (!(dxgi->p_##name = (void *)vkGetDeviceProcAddr(vk_device, #name))) \
wine-development-5.5/dlls/dxgi/swapchain.c-2803-    { \
##############################################
wine-development-5.5/dlls/gdi32/Makefile.in-54-
wine-development-5.5/dlls/gdi32/Makefile.in:55:freetype_EXTRADEFS = -DWINE_FONT_DIR=\"`$(MAKEDEP) -R ${datadir}/wine ${fontdir}`\"
##############################################
wine-development-5.5/dlls/httpapi/tests/httpapi.c-82-        .sin_port = htons(port),
wine-development-5.5/dlls/httpapi/tests/httpapi.c:83:        .sin_addr.S_un.S_addr = inet_addr("127.0.0.1"),
wine-development-5.5/dlls/httpapi/tests/httpapi.c-84-    };
##############################################
wine-development-5.5/dlls/httpapi/tests/httpapi.c-272-    ok(ntohs(sin->sin_port) == port, "Got wrong port %u.\n", ntohs(sin->sin_port));
wine-development-5.5/dlls/httpapi/tests/httpapi.c:273:    ok(sin->sin_addr.S_un.S_addr == inet_addr("127.0.0.1"), "Got address %08x.\n", sin->sin_addr.S_un.S_addr);
wine-development-5.5/dlls/httpapi/tests/httpapi.c-274-    ok(!req->Headers.UnknownHeaderCount, "Got %u unknown headers.\n", req->Headers.UnknownHeaderCount);
##############################################
wine-development-5.5/dlls/httpapi/tests/httpapi.c-1334-    ok(ntohs(sin->sin_port) == port, "Got wrong port %u.\n", ntohs(sin->sin_port));
wine-development-5.5/dlls/httpapi/tests/httpapi.c:1335:    ok(sin->sin_addr.S_un.S_addr == inet_addr("127.0.0.1"), "Got address %08x.\n", sin->sin_addr.S_un.S_addr);
wine-development-5.5/dlls/httpapi/tests/httpapi.c-1336-    ok(!req->Headers.UnknownHeaderCount, "Got %u unknown headers.\n", req->Headers.UnknownHeaderCount);
##############################################
wine-development-5.5/dlls/iccvid/iccvid.c-134-
wine-development-5.5/dlls/iccvid/iccvid.c:135:static inline long get_addr(BOOL inverted, unsigned long x, unsigned long y,
wine-development-5.5/dlls/iccvid/iccvid.c-136-                       int frm_stride, int bpp, unsigned int out_height)
##############################################
wine-development-5.5/dlls/iccvid/iccvid.c-622-
wine-development-5.5/dlls/iccvid/iccvid.c:623:                                addr = get_addr(inverted, x, y, frm_stride, bpp, out_height);
wine-development-5.5/dlls/iccvid/iccvid.c-624-                                cvid_v4(frm_ptr + addr, output, frm_stride, inverted, v4_codebook+d0, v4_codebook+d1, v4_codebook+d2, v4_codebook+d3);
##############################################
wine-development-5.5/dlls/iccvid/iccvid.c-627-                                {
wine-development-5.5/dlls/iccvid/iccvid.c:628:                                addr = get_addr(inverted, x, y, frm_stride, bpp, out_height);
wine-development-5.5/dlls/iccvid/iccvid.c-629-                                cvid_v1(frm_ptr + addr, output, frm_stride, inverted, v1_codebook + get_byte());
##############################################
wine-development-5.5/dlls/iccvid/iccvid.c-674-
wine-development-5.5/dlls/iccvid/iccvid.c:675:                                    addr = get_addr(inverted, x, y, frm_stride, bpp, out_height);
wine-development-5.5/dlls/iccvid/iccvid.c-676-                                    cvid_v4(frm_ptr + addr, output, frm_stride, inverted, v4_codebook+d0, v4_codebook+d1, v4_codebook+d2, v4_codebook+d3);
##############################################
wine-development-5.5/dlls/iccvid/iccvid.c-681-
wine-development-5.5/dlls/iccvid/iccvid.c:682:                                    addr = get_addr(inverted, x, y, frm_stride, bpp, out_height);
wine-development-5.5/dlls/iccvid/iccvid.c-683-                                    cvid_v1(frm_ptr + addr, output, frm_stride, inverted, v1_codebook + get_byte());
##############################################
wine-development-5.5/dlls/iccvid/iccvid.c-702-                        {
wine-development-5.5/dlls/iccvid/iccvid.c:703:                        addr = get_addr(inverted, x, y, frm_stride, bpp, out_height);
wine-development-5.5/dlls/iccvid/iccvid.c-704-                        cvid_v1(frm_ptr + addr, output, frm_stride, inverted, v1_codebook + get_byte());
##############################################
wine-development-5.5/dlls/imagehlp/imagehlp.spec-57-@ stdcall SymFindFileInPath(long str str ptr long long long ptr ptr ptr) dbghelp.SymFindFileInPath
wine-development-5.5/dlls/imagehlp/imagehlp.spec:58:@ stdcall SymFromAddr(ptr int64 ptr ptr) dbghelp.SymFromAddr
wine-development-5.5/dlls/imagehlp/imagehlp.spec-59-@ stdcall SymFromName(long str ptr) dbghelp.SymFromName
##############################################
wine-development-5.5/dlls/imagehlp/imagehlp.spec-62-@ stdcall SymGetLineFromAddr64(long int64 ptr ptr) dbghelp.SymGetLineFromAddr64
wine-development-5.5/dlls/imagehlp/imagehlp.spec:63:@ stdcall SymGetLineFromAddr(long long ptr ptr) dbghelp.SymGetLineFromAddr
wine-development-5.5/dlls/imagehlp/imagehlp.spec-64-@ stub SymGetLineFromName64
##############################################
wine-development-5.5/dlls/imagehlp/imagehlp.spec-78-@ stdcall SymGetSymFromAddr64(long int64 ptr ptr) dbghelp.SymGetSymFromAddr64
wine-development-5.5/dlls/imagehlp/imagehlp.spec:79:@ stdcall SymGetSymFromAddr(long long ptr ptr) dbghelp.SymGetSymFromAddr
wine-development-5.5/dlls/imagehlp/imagehlp.spec-80-@ stdcall SymGetSymFromName64(long str ptr) dbghelp.SymGetSymFromName64
##############################################
wine-development-5.5/dlls/inetmib1/main.c-76-
wine-development-5.5/dlls/inetmib1/main.c:77:static DWORD copyIpAddr(AsnAny *value, void *src)
wine-development-5.5/dlls/inetmib1/main.c-78-{
##############################################
wine-development-5.5/dlls/inetmib1/main.c-311-
wine-development-5.5/dlls/inetmib1/main.c:312:static DWORD oidToIpAddr(AsnObjectIdentifier *oid)
wine-development-5.5/dlls/inetmib1/main.c-313-{
##############################################
wine-development-5.5/dlls/inetmib1/main.c-510-
wine-development-5.5/dlls/inetmib1/main.c:511:static INT setOidWithItemAndIpAddr(AsnObjectIdentifier *dst,
wine-development-5.5/dlls/inetmib1/main.c-512-    AsnObjectIdentifier *base, UINT item, DWORD addr)
##############################################
wine-development-5.5/dlls/inetmib1/main.c-565-
wine-development-5.5/dlls/inetmib1/main.c:566:static DWORD copyIfRowPhysAddr(AsnAny *value, void *src)
wine-development-5.5/dlls/inetmib1/main.c-567-{
##############################################
wine-development-5.5/dlls/inetmib1/main.c-768-
wine-development-5.5/dlls/inetmib1/main.c:769:    row->dwAddr = oidToIpAddr(oid);
wine-development-5.5/dlls/inetmib1/main.c-770-}
##############################################
wine-development-5.5/dlls/inetmib1/main.c-804-            if (!*pErrorStatus && bPduType == SNMP_PDU_GETNEXT)
wine-development-5.5/dlls/inetmib1/main.c:805:                ret = setOidWithItemAndIpAddr(&pVarBind->name, &myOid, item,
wine-development-5.5/dlls/inetmib1/main.c-806-                    ipAddrTable->table[tableIndex - 1].dwAddr);
##############################################
wine-development-5.5/dlls/inetmib1/main.c-861-
wine-development-5.5/dlls/inetmib1/main.c:862:    row->dwForwardDest = oidToIpAddr(oid);
wine-development-5.5/dlls/inetmib1/main.c-863-}
##############################################
wine-development-5.5/dlls/inetmib1/main.c-897-            if (!*pErrorStatus && bPduType == SNMP_PDU_GETNEXT)
wine-development-5.5/dlls/inetmib1/main.c:898:                ret = setOidWithItemAndIpAddr(&pVarBind->name, &myOid, item,
wine-development-5.5/dlls/inetmib1/main.c-899-                    ipRouteTable->table[tableIndex - 1].dwForwardDest);
##############################################
wine-development-5.5/dlls/inetmib1/main.c-915-
wine-development-5.5/dlls/inetmib1/main.c:916:static DWORD copyIpNetPhysAddr(AsnAny *value, void *src)
wine-development-5.5/dlls/inetmib1/main.c-917-{
##############################################
wine-development-5.5/dlls/inetmib1/main.c-1218-    assert(oid && oid->idLength >= 5);
wine-development-5.5/dlls/inetmib1/main.c:1219:    row->dwLocalAddr = oidToIpAddr(oid);
wine-development-5.5/dlls/inetmib1/main.c-1220-    row->dwLocalPort = oid->ids[4];
##############################################
wine-development-5.5/dlls/inetmib1/main.c-1267-
wine-development-5.5/dlls/inetmib1/main.c:1268:                    ret = setOidWithItemAndIpAddr(&pVarBind->name, &myOid, item,
wine-development-5.5/dlls/inetmib1/main.c-1269-                        udpTable->table[tableIndex - 1].dwLocalAddr);
##############################################
wine-development-5.5/dlls/iphlpapi/ifenum.c-633-      if (addrLen > 0)
wine-development-5.5/dlls/iphlpapi/ifenum.c:634:        memcpy(addr, LLADDR(sdl), addrLen);
wine-development-5.5/dlls/iphlpapi/ifenum.c-635-      /* zero out remaining bytes for broken implementations */
##############################################
wine-development-5.5/dlls/iphlpapi/ifenum.c-806-  ipAddrRow->dwBCastAddr = (bcast & ipAddrRow->dwMask) ? 1 : 0;
wine-development-5.5/dlls/iphlpapi/ifenum.c:807:  /* FIXME: hardcoded reasm size, not sure where to get it */
wine-development-5.5/dlls/iphlpapi/ifenum.c-808-  ipAddrRow->dwReasmSize = 65535;
##############################################
wine-development-5.5/dlls/iphlpapi/iphlpapi_main.c-692-               (LPBYTE)primaryWINS.String, &size);
wine-development-5.5/dlls/iphlpapi/iphlpapi_main.c:693:              addr = inet_addr(primaryWINS.String);
wine-development-5.5/dlls/iphlpapi/iphlpapi_main.c-694-              if (addr != INADDR_NONE && addr != INADDR_ANY)
##############################################
wine-development-5.5/dlls/iphlpapi/iphlpapi_main.c-698-               (LPBYTE)secondaryWINS.String, &size);
wine-development-5.5/dlls/iphlpapi/iphlpapi_main.c:699:              addr = inet_addr(secondaryWINS.String);
wine-development-5.5/dlls/iphlpapi/iphlpapi_main.c-700-              if (addr != INADDR_NONE && addr != INADDR_ANY)
##############################################
wine-development-5.5/dlls/iphlpapi/ipstats.c-1656-
wine-development-5.5/dlls/iphlpapi/ipstats.c:1657:                row.dwAddr = inet_addr(ptr);
wine-development-5.5/dlls/iphlpapi/ipstats.c-1658-                while (*ptr && !isspace(*ptr)) ptr++;
##############################################
wine-development-5.5/dlls/jscript/compile.c-423-
wine-development-5.5/dlls/jscript/compile.c:424:static void label_set_addr(compiler_ctx_t *ctx, unsigned label)
wine-development-5.5/dlls/jscript/compile.c-425-{
##############################################
wine-development-5.5/dlls/jscript/compile.c-1241-    if(!stat->do_while) {
wine-development-5.5/dlls/jscript/compile.c:1242:        label_set_addr(ctx, stat_ctx.continue_label);
wine-development-5.5/dlls/jscript/compile.c-1243-        hres = compile_expression(ctx, stat->expr, TRUE);
##############################################
wine-development-5.5/dlls/jscript/compile.c-1257-    if(stat->do_while) {
wine-development-5.5/dlls/jscript/compile.c:1258:        label_set_addr(ctx, stat_ctx.continue_label);
wine-development-5.5/dlls/jscript/compile.c-1259-        hres = compile_expression(ctx, stat->expr, TRUE);
##############################################
wine-development-5.5/dlls/jscript/compile.c-1271-
wine-development-5.5/dlls/jscript/compile.c:1272:    label_set_addr(ctx, stat_ctx.break_label);
wine-development-5.5/dlls/jscript/compile.c-1273-    return S_OK;
##############################################
wine-development-5.5/dlls/jscript/compile.c-1317-
wine-development-5.5/dlls/jscript/compile.c:1318:    label_set_addr(ctx, stat_ctx.continue_label);
wine-development-5.5/dlls/jscript/compile.c-1319-
##############################################
wine-development-5.5/dlls/jscript/compile.c-1330-
wine-development-5.5/dlls/jscript/compile.c:1331:    label_set_addr(ctx, stat_ctx.break_label);
wine-development-5.5/dlls/jscript/compile.c-1332-    return S_OK;
##############################################
wine-development-5.5/dlls/jscript/compile.c-1379-
wine-development-5.5/dlls/jscript/compile.c:1380:    label_set_addr(ctx, stat_ctx.continue_label);
wine-development-5.5/dlls/jscript/compile.c-1381-    hres = push_instr_uint(ctx, OP_forin, stat_ctx.break_label);
##############################################
wine-development-5.5/dlls/jscript/compile.c-1392-
wine-development-5.5/dlls/jscript/compile.c:1393:    label_set_addr(ctx, stat_ctx.break_label);
wine-development-5.5/dlls/jscript/compile.c-1394-    return S_OK;
##############################################
wine-development-5.5/dlls/jscript/compile.c-1588-
wine-development-5.5/dlls/jscript/compile.c:1589:    label_set_addr(ctx, stat_ctx.break_label);
wine-development-5.5/dlls/jscript/compile.c-1590-    return S_OK;
##############################################
wine-development-5.5/dlls/jscript/compile.c-1684-
wine-development-5.5/dlls/jscript/compile.c:1685:    label_set_addr(ctx, stat_ctx.break_label);
wine-development-5.5/dlls/jscript/compile.c-1686-    return S_OK;
##############################################
wine-development-5.5/dlls/jsproxy/main.c-297-
wine-development-5.5/dlls/jsproxy/main.c:298:static void printf_addr( const WCHAR *fmt, WCHAR *buf, SIZE_T size, struct sockaddr_in *addr )
wine-development-5.5/dlls/jsproxy/main.c-299-{
##############################################
wine-development-5.5/dlls/jsproxy/main.c-331-        }
wine-development-5.5/dlls/jsproxy/main.c:332:        printf_addr( fmtW, addr, ARRAY_SIZE(addr), (struct sockaddr_in *)elem->ai_addr );
wine-development-5.5/dlls/jsproxy/main.c-333-        freeaddrinfo( ai );
##############################################
wine-development-5.5/dlls/jsproxy/pac.js-45-
wine-development-5.5/dlls/jsproxy/pac.js:46:function convert_addr(ipchars) {
wine-development-5.5/dlls/jsproxy/pac.js-47-    var bytes = ipchars.split('.');
##############################################
wine-development-5.5/dlls/jsproxy/pac.js-64-    }
wine-development-5.5/dlls/jsproxy/pac.js:65:    var host = convert_addr(ipaddr);
wine-development-5.5/dlls/jsproxy/pac.js:66:    var pat  = convert_addr(pattern);
wine-development-5.5/dlls/jsproxy/pac.js:67:    var mask = convert_addr(maskstr);
wine-development-5.5/dlls/jsproxy/pac.js-68-    return ((host & mask) == (pat & mask));
##############################################
wine-development-5.5/dlls/kernel32/tests/loader.c-90-
wine-development-5.5/dlls/kernel32/tests/loader.c:91:static PVOID RVAToAddr(DWORD_PTR rva, HMODULE module)
wine-development-5.5/dlls/kernel32/tests/loader.c-92-{
##############################################
wine-development-5.5/dlls/kernel32/tests/loader.c-1566-    dir_offset = nt_headers->OptionalHeader.DataDirectory[IMAGE_DIRECTORY_ENTRY_IMPORT].VirtualAddress;
wine-development-5.5/dlls/kernel32/tests/loader.c:1567:    import_chunk = RVAToAddr(dir_offset, kernel32_module);
wine-development-5.5/dlls/kernel32/tests/loader.c-1568-    ok(import_chunk != 0, "Invalid import_chunk: %p\n", import_chunk);
##############################################
wine-development-5.5/dlls/kernel32/tests/loader.c-1578-    {
wine-development-5.5/dlls/kernel32/tests/loader.c:1579:        LPCSTR module_name = RVAToAddr(import_chunk->Name, kernel32_module);
wine-development-5.5/dlls/kernel32/tests/loader.c:1580:        PIMAGE_THUNK_DATA name_table = RVAToAddr(
wine-development-5.5/dlls/kernel32/tests/loader.c-1581-                U(*import_chunk).OriginalFirstThunk, kernel32_module);
wine-development-5.5/dlls/kernel32/tests/loader.c:1582:        PIMAGE_THUNK_DATA iat = RVAToAddr(
wine-development-5.5/dlls/kernel32/tests/loader.c-1583-                import_chunk->FirstThunk, kernel32_module);
##############################################
wine-development-5.5/dlls/kernel32/tests/loader.c-3732-
wine-development-5.5/dlls/kernel32/tests/loader.c:3733:        itdn = RVAToAddr(delaydir->ImportNameTableRVA, hlib);
wine-development-5.5/dlls/kernel32/tests/loader.c:3734:        itda = RVAToAddr(delaydir->ImportAddressTableRVA, hlib);
wine-development-5.5/dlls/kernel32/tests/loader.c:3735:        htarget = LoadLibraryA(RVAToAddr(delaydir->DllNameRVA, hlib));
wine-development-5.5/dlls/kernel32/tests/loader.c-3736-
##############################################
wine-development-5.5/dlls/kernel32/tests/loader.c-3744-            {
wine-development-5.5/dlls/kernel32/tests/loader.c:3745:                const IMAGE_IMPORT_BY_NAME* iibn = RVAToAddr(itdn[i].u1.AddressOfData, hlib);
wine-development-5.5/dlls/kernel32/tests/loader.c-3746-                load = (void *)GetProcAddress(htarget, (char*)iibn->Name);
##############################################
wine-development-5.5/dlls/kernel32/tests/thread.c-1684-#ifdef _MSC_VER
wine-development-5.5/dlls/kernel32/tests/thread.c:1685:    __asm { fnstcw [cw] }
wine-development-5.5/dlls/kernel32/tests/thread.c:1686:    __asm { stmxcsr [sse] }
wine-development-5.5/dlls/kernel32/tests/thread.c-1687-#else
##############################################
wine-development-5.5/dlls/kernel32/volume.c-55-#define CDFRAMES_PERMIN         (CDFRAMES_PERSEC * 60)
wine-development-5.5/dlls/kernel32/volume.c:56:#define FRAME_OF_ADDR(a)        ((a)[1] * CDFRAMES_PERMIN + (a)[2] * CDFRAMES_PERSEC + (a)[3])
wine-development-5.5/dlls/kernel32/volume.c:57:#define FRAME_OF_TOC(toc, idx)  FRAME_OF_ADDR((toc)->TrackData[(idx) - (toc)->FirstTrack].Address)
wine-development-5.5/dlls/kernel32/volume.c-58-
##############################################
wine-development-5.5/dlls/krnl386.exe16/instr.c-172- */
wine-development-5.5/dlls/krnl386.exe16/instr.c:173:static BYTE *INSTR_GetOperandAddr( CONTEXT *context, BYTE *instr,
wine-development-5.5/dlls/krnl386.exe16/instr.c-174-                                   int long_addr, int segprefix, int *len )
##############################################
wine-development-5.5/dlls/krnl386.exe16/instr.c-337-    BYTE *regmodrm = instr + 1 + (*instr == 0x0f);
wine-development-5.5/dlls/krnl386.exe16/instr.c:338:    BYTE *addr = INSTR_GetOperandAddr( context, regmodrm,
wine-development-5.5/dlls/krnl386.exe16/instr.c-339-                                       long_addr, segprefix, len );
##############################################
wine-development-5.5/dlls/krnl386.exe16/instr.c-710-            {
wine-development-5.5/dlls/krnl386.exe16/instr.c:711:                BYTE *data = INSTR_GetOperandAddr(context, instr + 1, long_addr,
wine-development-5.5/dlls/krnl386.exe16/instr.c-712-                                                  segprefix, &len);
##############################################
wine-development-5.5/dlls/krnl386.exe16/instr.c-736-                WORD seg;
wine-development-5.5/dlls/krnl386.exe16/instr.c:737:                BYTE *addr = INSTR_GetOperandAddr(context, instr + 1,
wine-development-5.5/dlls/krnl386.exe16/instr.c-738-                                                  long_addr, segprefix, &len );
##############################################
wine-development-5.5/dlls/krnl386.exe16/int2f.c-405-#define CDFRAMES_PERMIN                 (CDFRAMES_PERSEC * 60)
wine-development-5.5/dlls/krnl386.exe16/int2f.c:406:#define FRAME_OF_ADDR(a)        ((a)[1] * CDFRAMES_PERMIN + (a)[2] * CDFRAMES_PERSEC + (a)[3])
wine-development-5.5/dlls/krnl386.exe16/int2f.c:407:#define FRAME_OF_TOC(toc, idx)  FRAME_OF_ADDR((toc).TrackData[idx - (toc).FirstTrack].Address)
wine-development-5.5/dlls/krnl386.exe16/int2f.c-408-#define CTRL_OF_TOC(toc, idx)   (((toc).TrackData[idx - (toc).FirstTrack].Control << 4) | \
##############################################
wine-development-5.5/dlls/krnl386.exe16/int2f.c-560-                PTR_AT(io_stru, 2, DWORD) =
wine-development-5.5/dlls/krnl386.exe16/int2f.c:561:                    FRAME_OF_ADDR(data.CurrentPosition.AbsoluteAddress);
wine-development-5.5/dlls/krnl386.exe16/int2f.c-562-                break;
wine-development-5.5/dlls/krnl386.exe16/int2f.c-563-            case 1:
wine-development-5.5/dlls/krnl386.exe16/int2f.c:564:                MSCDEX_StoreMSF(FRAME_OF_ADDR(data.CurrentPosition.AbsoluteAddress),
wine-development-5.5/dlls/krnl386.exe16/int2f.c-565-                                io_stru + 2);
##############################################
wine-development-5.5/dlls/krnl386.exe16/int2f.c-649-
wine-development-5.5/dlls/krnl386.exe16/int2f.c:650:                MSCDEX_StoreMSF(FRAME_OF_ADDR(data.CurrentPosition.TrackRelativeAddress), bTmp);
wine-development-5.5/dlls/krnl386.exe16/int2f.c-651-                io_stru[ 4] = bTmp[2];
##############################################
wine-development-5.5/dlls/krnl386.exe16/int2f.c-655-
wine-development-5.5/dlls/krnl386.exe16/int2f.c:656:                MSCDEX_StoreMSF(FRAME_OF_ADDR(data.CurrentPosition.AbsoluteAddress), bTmp);
wine-development-5.5/dlls/krnl386.exe16/int2f.c-657-                io_stru[ 8] = bTmp[2];
##############################################
wine-development-5.5/dlls/krnl386.exe16/int2f.c-665-                  io_stru[ 8], io_stru[ 9], io_stru[10],
wine-development-5.5/dlls/krnl386.exe16/int2f.c:666:                  FRAME_OF_ADDR(data.CurrentPosition.AbsoluteAddress),
wine-development-5.5/dlls/krnl386.exe16/int2f.c-667-                  FRAME_OF_TOC(toc, data.CurrentPosition.TrackNumber));
##############################################
wine-development-5.5/dlls/krnl386.exe16/selector.c-541- *
wine-development-5.5/dlls/krnl386.exe16/selector.c:542: * Must not change EAX, hence defined as asm function.
wine-development-5.5/dlls/krnl386.exe16/selector.c-543- */
##############################################
wine-development-5.5/dlls/krnl386.exe16/thunk.c-1977-
wine-development-5.5/dlls/krnl386.exe16/thunk.c:1978:    /* fill temporary area for the asm code (see comments in winebuild) */
wine-development-5.5/dlls/krnl386.exe16/thunk.c-1979-    SEGPTR stack = stack16_push( 12 );
##############################################
wine-development-5.5/dlls/krnl386.exe16/thunk.c-2004-
wine-development-5.5/dlls/krnl386.exe16/thunk.c:2005:    /* fill temporary area for the asm code (see comments in winebuild) */
wine-development-5.5/dlls/krnl386.exe16/thunk.c-2006-    SEGPTR stack = stack16_push( 24 );
##############################################
wine-development-5.5/dlls/mcicda/mcicda.c-43-#define CDFRAMES_PERMIN                 (CDFRAMES_PERSEC * 60)
wine-development-5.5/dlls/mcicda/mcicda.c:44:#define FRAME_OF_ADDR(a) ((a)[1] * CDFRAMES_PERMIN + (a)[2] * CDFRAMES_PERSEC + (a)[3])
wine-development-5.5/dlls/mcicda/mcicda.c:45:#define FRAME_OF_TOC(toc, idx)  FRAME_OF_ADDR((toc).TrackData[idx - (toc).FirstTrack].Address)
wine-development-5.5/dlls/mcicda/mcicda.c-46-
##############################################
wine-development-5.5/dlls/mcicda/mcicda.c-806-                }
wine-development-5.5/dlls/mcicda/mcicda.c:807:                lpParms->dwReturn = FRAME_OF_ADDR(data.CurrentPosition.AbsoluteAddress);
wine-development-5.5/dlls/mcicda/mcicda.c-808-                break;
##############################################
wine-development-5.5/dlls/mcicda/mcicda.c-928-        }
wine-development-5.5/dlls/mcicda/mcicda.c:929:        start = FRAME_OF_ADDR(data.CurrentPosition.AbsoluteAddress);
wine-development-5.5/dlls/mcicda/mcicda.c-930-	if ( (ret=MCICDA_SkipDataTracks(wmcda, &start)) )
##############################################
wine-development-5.5/dlls/mmsystem.dll16/mmsystem.c-1933- * undocumented
wine-development-5.5/dlls/mmsystem.dll16/mmsystem.c:1934: * Creates a MM thread, calling fpThreadAddr(dwPmt).
wine-development-5.5/dlls/mmsystem.dll16/mmsystem.c-1935- * dwFlags:
##############################################
wine-development-5.5/dlls/msvcr100/msvcr100.spec-900-@ cdecl _getdiskfree(long ptr) MSVCRT__getdiskfree
wine-development-5.5/dlls/msvcr100/msvcr100.spec:901:@ cdecl _getdllprocaddr(long str long)
wine-development-5.5/dlls/msvcr100/msvcr100.spec-902-@ cdecl _getdrive() MSVCRT__getdrive
##############################################
wine-development-5.5/dlls/msvcr110/msvcr110.spec-1246-@ cdecl _getdiskfree(long ptr) MSVCRT__getdiskfree
wine-development-5.5/dlls/msvcr110/msvcr110.spec:1247:@ cdecl _getdllprocaddr(long str long)
wine-development-5.5/dlls/msvcr110/msvcr110.spec-1248-@ cdecl _getdrive() MSVCRT__getdrive
##############################################
wine-development-5.5/dlls/msvcr120/msvcr120.spec-1246-@ cdecl _getdiskfree(long ptr) MSVCRT__getdiskfree
wine-development-5.5/dlls/msvcr120/msvcr120.spec:1247:@ cdecl _getdllprocaddr(long str long)
wine-development-5.5/dlls/msvcr120/msvcr120.spec-1248-@ cdecl _getdrive() MSVCRT__getdrive
##############################################
wine-development-5.5/dlls/msvcr70/msvcr70.spec-337-@ cdecl _getdiskfree(long ptr) MSVCRT__getdiskfree
wine-development-5.5/dlls/msvcr70/msvcr70.spec:338:@ cdecl _getdllprocaddr(long str long)
wine-development-5.5/dlls/msvcr70/msvcr70.spec-339-@ cdecl _getdrive() MSVCRT__getdrive
##############################################
wine-development-5.5/dlls/msvcr71/msvcr71.spec-332-@ cdecl _getdiskfree(long ptr) MSVCRT__getdiskfree
wine-development-5.5/dlls/msvcr71/msvcr71.spec:333:@ cdecl _getdllprocaddr(long str long)
wine-development-5.5/dlls/msvcr71/msvcr71.spec-334-@ cdecl _getdrive() MSVCRT__getdrive
##############################################
wine-development-5.5/dlls/msvcr80/msvcr80.spec-573-@ cdecl _getdiskfree(long ptr) MSVCRT__getdiskfree
wine-development-5.5/dlls/msvcr80/msvcr80.spec:574:@ cdecl _getdllprocaddr(long str long)
wine-development-5.5/dlls/msvcr80/msvcr80.spec-575-@ cdecl _getdrive() MSVCRT__getdrive
##############################################
wine-development-5.5/dlls/msvcr90/msvcr90.spec-551-@ cdecl _getdiskfree(long ptr) MSVCRT__getdiskfree
wine-development-5.5/dlls/msvcr90/msvcr90.spec:552:@ cdecl _getdllprocaddr(long str long)
wine-development-5.5/dlls/msvcr90/msvcr90.spec-553-@ cdecl _getdrive() MSVCRT__getdrive
##############################################
wine-development-5.5/dlls/msvcrt/msvcrt.spec-527-@ cdecl _getdiskfree(long ptr) MSVCRT__getdiskfree
wine-development-5.5/dlls/msvcrt/msvcrt.spec:528:@ cdecl _getdllprocaddr(long str long)
wine-development-5.5/dlls/msvcrt/msvcrt.spec-529-@ cdecl _getdrive() MSVCRT__getdrive
##############################################
wine-development-5.5/dlls/msvcrt/process.c-1306-/*********************************************************************
wine-development-5.5/dlls/msvcrt/process.c:1307: *		_getdllprocaddr (MSVCRT.@)
wine-development-5.5/dlls/msvcrt/process.c-1308- */
wine-development-5.5/dlls/msvcrt/process.c:1309:void * CDECL _getdllprocaddr(MSVCRT_intptr_t dll, const char *name, int ordinal)
wine-development-5.5/dlls/msvcrt/process.c-1310-{
##############################################
wine-development-5.5/dlls/msvcrt20/msvcrt20.spec-945-@ cdecl _getdiskfree(long ptr) msvcrt._getdiskfree
wine-development-5.5/dlls/msvcrt20/msvcrt20.spec:946:@ cdecl _getdllprocaddr(long str long) msvcrt._getdllprocaddr
wine-development-5.5/dlls/msvcrt20/msvcrt20.spec-947-@ cdecl _getdrive() msvcrt._getdrive
##############################################
wine-development-5.5/dlls/msvcrt40/msvcrt40.spec-1032-@ cdecl _getdiskfree(long ptr) msvcrt._getdiskfree
wine-development-5.5/dlls/msvcrt40/msvcrt40.spec:1033:@ cdecl _getdllprocaddr(long str long) msvcrt._getdllprocaddr
wine-development-5.5/dlls/msvcrt40/msvcrt40.spec-1034-@ cdecl _getdrive() msvcrt._getdrive
##############################################
wine-development-5.5/dlls/msvcrtd/msvcrtd.spec-316-@ cdecl _getdiskfree(long ptr) MSVCRT__getdiskfree
wine-development-5.5/dlls/msvcrtd/msvcrtd.spec:317:@ cdecl _getdllprocaddr(long str long)
wine-development-5.5/dlls/msvcrtd/msvcrtd.spec-318-@ cdecl _getdrive() MSVCRT__getdrive
##############################################
wine-development-5.5/dlls/netapi32/nbt.c-508-
wine-development-5.5/dlls/netapi32/nbt.c:509:/* Attempts to resolve name using inet_addr(), then gethostbyname() if
wine-development-5.5/dlls/netapi32/nbt.c-510- * gEnableDNS is TRUE, if the suffix byte is either <00> or <20>.  If the name
##############################################
wine-development-5.5/dlls/netapi32/nbt.c-538-        {
wine-development-5.5/dlls/netapi32/nbt.c:539:            unsigned long addr = inet_addr(toLookup);
wine-development-5.5/dlls/netapi32/nbt.c-540-
##############################################
wine-development-5.5/dlls/netapi32/nbt.c-1533-            {
wine-development-5.5/dlls/netapi32/nbt.c:1534:                unsigned long addr = inet_addr(nsString);
wine-development-5.5/dlls/netapi32/nbt.c-1535-
##############################################
wine-development-5.5/dlls/ntdll/cdrom.c-217-
wine-development-5.5/dlls/ntdll/cdrom.c:218:#define FRAME_OF_ADDR(a) (((int)(a)[1] * CD_SECS + (a)[2]) * CD_FRAMES + (a)[3])
wine-development-5.5/dlls/ntdll/cdrom.c-219-#define FRAME_OF_MSF(a) (((int)(a).M * CD_SECS + (a).S) * CD_FRAMES + (a).F)
wine-development-5.5/dlls/ntdll/cdrom.c:220:#define FRAME_OF_TOC(toc, idx)  FRAME_OF_ADDR((toc).TrackData[idx - (toc).FirstTrack].Address)
wine-development-5.5/dlls/ntdll/cdrom.c-221-#define MSF_OF_FRAME(m,fr) {int f=(fr); ((UCHAR *)&(m))[2]=f%CD_FRAMES;f/=CD_FRAMES;((UCHAR *)&(m))[1]=f%CD_SECS;((UCHAR *)&(m))[0]=f/CD_SECS;}
##############################################
wine-development-5.5/dlls/ntdll/loader.c-243- * Some brain-damaged dlls (ir32_32.dll for instance) modify ebx in
wine-development-5.5/dlls/ntdll/loader.c:244: * their entry point, so we need a small asm wrapper. Testing indicates
wine-development-5.5/dlls/ntdll/loader.c-245- * that only modifying esi leads to a crash, so use this one to backup
##############################################
wine-development-5.5/dlls/ntdll/sync.c-2351-
wine-development-5.5/dlls/ntdll/sync.c:2352:static BOOL compare_addr( const void *addr, const void *cmp, SIZE_T size )
wine-development-5.5/dlls/ntdll/sync.c-2353-{
##############################################
wine-development-5.5/dlls/ntdll/sync.c-2376-
wine-development-5.5/dlls/ntdll/sync.c:2377:static inline int *hash_addr( const void *addr )
wine-development-5.5/dlls/ntdll/sync.c-2378-{
##############################################
wine-development-5.5/dlls/ntdll/sync.c-2383-
wine-development-5.5/dlls/ntdll/sync.c:2384:static inline NTSTATUS fast_wait_addr( const void *addr, const void *cmp, SIZE_T size,
wine-development-5.5/dlls/ntdll/sync.c-2385-                                       const LARGE_INTEGER *timeout )
##############################################
wine-development-5.5/dlls/ntdll/sync.c-2394-
wine-development-5.5/dlls/ntdll/sync.c:2395:    futex = hash_addr( addr );
wine-development-5.5/dlls/ntdll/sync.c-2396-
##############################################
wine-development-5.5/dlls/ntdll/sync.c-2402-    val = interlocked_cmpxchg( futex, 0, 0 );
wine-development-5.5/dlls/ntdll/sync.c:2403:    if (!compare_addr( addr, cmp, size ))
wine-development-5.5/dlls/ntdll/sync.c-2404-        return STATUS_SUCCESS;
##############################################
wine-development-5.5/dlls/ntdll/sync.c-2418-
wine-development-5.5/dlls/ntdll/sync.c:2419:static inline NTSTATUS fast_wake_addr( const void *addr )
wine-development-5.5/dlls/ntdll/sync.c-2420-{
##############################################
wine-development-5.5/dlls/ntdll/sync.c-2425-
wine-development-5.5/dlls/ntdll/sync.c:2426:    futex = hash_addr( addr );
wine-development-5.5/dlls/ntdll/sync.c-2427-
##############################################
wine-development-5.5/dlls/ntdll/sync.c-2433-#else
wine-development-5.5/dlls/ntdll/sync.c:2434:static inline NTSTATUS fast_wait_addr( const void *addr, const void *cmp, SIZE_T size,
wine-development-5.5/dlls/ntdll/sync.c-2435-                                       const LARGE_INTEGER *timeout )
##############################################
wine-development-5.5/dlls/ntdll/sync.c-2439-
wine-development-5.5/dlls/ntdll/sync.c:2440:static inline NTSTATUS fast_wake_addr( const void *addr )
wine-development-5.5/dlls/ntdll/sync.c-2441-{
##############################################
wine-development-5.5/dlls/ntdll/sync.c-2464-
wine-development-5.5/dlls/ntdll/sync.c:2465:    if ((ret = fast_wait_addr( addr, cmp, size, timeout )) != STATUS_NOT_IMPLEMENTED)
wine-development-5.5/dlls/ntdll/sync.c-2466-        return ret;
##############################################
wine-development-5.5/dlls/ntdll/sync.c-2476-        RtlEnterCriticalSection( &addr_section );
wine-development-5.5/dlls/ntdll/sync.c:2477:        if (!compare_addr( addr, cmp, size ))
wine-development-5.5/dlls/ntdll/sync.c-2478-        {
##############################################
wine-development-5.5/dlls/ntdll/sync.c-2530-{
wine-development-5.5/dlls/ntdll/sync.c:2531:    if (fast_wake_addr( addr ) != STATUS_NOT_IMPLEMENTED)
wine-development-5.5/dlls/ntdll/sync.c-2532-        return;
##############################################
wine-development-5.5/dlls/ntdll/sync.c-2543-{
wine-development-5.5/dlls/ntdll/sync.c:2544:    if (fast_wake_addr( addr ) != STATUS_NOT_IMPLEMENTED)
wine-development-5.5/dlls/ntdll/sync.c-2545-        return;
##############################################
wine-development-5.5/dlls/ntdll/tests/exception.c-183-{
wine-development-5.5/dlls/ntdll/tests/exception.c:184:    BYTE     code[18];      /* asm code */
wine-development-5.5/dlls/ntdll/tests/exception.c-185-    BYTE     offset;        /* offset of faulting instruction */
##############################################
wine-development-5.5/dlls/ntdll/tests/exception.c-2314-{
wine-development-5.5/dlls/ntdll/tests/exception.c:2315:    BYTE     code[18];      /* asm code */
wine-development-5.5/dlls/ntdll/tests/exception.c-2316-    BYTE     offset;        /* offset of faulting instruction */
##############################################
wine-development-5.5/dlls/ntdll/thread.c-112-
wine-development-5.5/dlls/ntdll/thread.c:113:static ULONG_PTR get_image_addr(void)
wine-development-5.5/dlls/ntdll/thread.c-114-{
##############################################
wine-development-5.5/dlls/ntdll/thread.c-133-
wine-development-5.5/dlls/ntdll/thread.c:134:static ULONG_PTR get_image_addr(void)
wine-development-5.5/dlls/ntdll/thread.c-135-{
##############################################
wine-development-5.5/dlls/ntdll/thread.c-146-#else
wine-development-5.5/dlls/ntdll/thread.c:147:static ULONG_PTR get_image_addr(void)
wine-development-5.5/dlls/ntdll/thread.c-148-{
##############################################
wine-development-5.5/dlls/ntdll/thread.c-276-    InitializeListHead( &ldr.InInitializationOrderModuleList );
wine-development-5.5/dlls/ntdll/thread.c:277:    *(ULONG_PTR *)peb->Reserved = get_image_addr();
wine-development-5.5/dlls/ntdll/thread.c-278-
##############################################
wine-development-5.5/dlls/ntdll/virtual.c-161-
wine-development-5.5/dlls/ntdll/virtual.c:162:#define ROUND_ADDR(addr,mask) \
wine-development-5.5/dlls/ntdll/virtual.c-163-   ((void *)((UINT_PTR)(addr) & ~(UINT_PTR)(mask)))
##############################################
wine-development-5.5/dlls/ntdll/virtual.c-583-    {
wine-development-5.5/dlls/ntdll/virtual.c:584:        start = ROUND_ADDR( (char *)end - size, mask );
wine-development-5.5/dlls/ntdll/virtual.c-585-        if (start >= end || start < base) return NULL;
##############################################
wine-development-5.5/dlls/ntdll/virtual.c-591-                                            start, size, unix_prot ))) break;
wine-development-5.5/dlls/ntdll/virtual.c:592:            start = ROUND_ADDR( (char *)view->base - size, mask );
wine-development-5.5/dlls/ntdll/virtual.c-593-            /* stop if remaining space is not large enough */
##############################################
wine-development-5.5/dlls/ntdll/virtual.c-599-    {
wine-development-5.5/dlls/ntdll/virtual.c:600:        start = ROUND_ADDR( (char *)base + mask, mask );
wine-development-5.5/dlls/ntdll/virtual.c-601-        if (!start || start >= end || (char *)end - (char *)start < size) return NULL;
##############################################
wine-development-5.5/dlls/ntdll/virtual.c-607-                                            start, size, unix_prot ))) break;
wine-development-5.5/dlls/ntdll/virtual.c:608:            start = ROUND_ADDR( (char *)view->base + view->size + mask, mask );
wine-development-5.5/dlls/ntdll/virtual.c-609-            /* stop if remaining space is not large enough */
##############################################
wine-development-5.5/dlls/ntdll/virtual.c-635-    {
wine-development-5.5/dlls/ntdll/virtual.c:636:        start = ROUND_ADDR( (char *)end - size, mask );
wine-development-5.5/dlls/ntdll/virtual.c-637-        if (start >= end || start < base) return NULL;
##############################################
wine-development-5.5/dlls/ntdll/virtual.c-643-            if ((char *)view->base + view->size <= (char *)start) break;
wine-development-5.5/dlls/ntdll/virtual.c:644:            start = ROUND_ADDR( (char *)view->base - size, mask );
wine-development-5.5/dlls/ntdll/virtual.c-645-            /* stop if remaining space is not large enough */
##############################################
wine-development-5.5/dlls/ntdll/virtual.c-651-    {
wine-development-5.5/dlls/ntdll/virtual.c:652:        start = ROUND_ADDR( (char *)base + mask, mask );
wine-development-5.5/dlls/ntdll/virtual.c-653-        if (!start || start >= end || (char *)end - (char *)start < size) return NULL;
##############################################
wine-development-5.5/dlls/ntdll/virtual.c-659-            if ((char *)view->base >= (char *)start + size) break;
wine-development-5.5/dlls/ntdll/virtual.c:660:            start = ROUND_ADDR( (char *)view->base + view->size + mask, mask );
wine-development-5.5/dlls/ntdll/virtual.c-661-            /* stop if remaining space is not large enough */
##############################################
wine-development-5.5/dlls/ntdll/virtual.c-990-    size_t i, count;
wine-development-5.5/dlls/ntdll/virtual.c:991:    char *addr = ROUND_ADDR( base, page_mask );
wine-development-5.5/dlls/ntdll/virtual.c-992-    int prot, next;
##############################################
wine-development-5.5/dlls/ntdll/virtual.c-2055-    size = ROUND_SIZE( module, size );
wine-development-5.5/dlls/ntdll/virtual.c:2056:    base = ROUND_ADDR( module, page_mask );
wine-development-5.5/dlls/ntdll/virtual.c-2057-    server_enter_uninterrupted_section( &csVirtual, &sigset );
##############################################
wine-development-5.5/dlls/ntdll/virtual.c-2208-    NTSTATUS ret = STATUS_ACCESS_VIOLATION;
wine-development-5.5/dlls/ntdll/virtual.c:2209:    void *page = ROUND_ADDR( addr, page_mask );
wine-development-5.5/dlls/ntdll/virtual.c-2210-    sigset_t sigset;
##############################################
wine-development-5.5/dlls/ntdll/virtual.c-2247-    size_t i;
wine-development-5.5/dlls/ntdll/virtual.c:2248:    char *addr = ROUND_ADDR( base, page_mask );
wine-development-5.5/dlls/ntdll/virtual.c-2249-
##############################################
wine-development-5.5/dlls/ntdll/virtual.c-2404-        size_t guaranteed = max( NtCurrentTeb()->GuaranteedStackBytes, page_size * (is_win64 ? 2 : 1) );
wine-development-5.5/dlls/ntdll/virtual.c:2405:        char *page = ROUND_ADDR( addr, page_mask );
wine-development-5.5/dlls/ntdll/virtual.c-2406-        set_page_vprot_bits( page, page_size, 0, VPROT_GUARD );
##############################################
wine-development-5.5/dlls/ntdll/virtual.c-2514-        {
wine-development-5.5/dlls/ntdll/virtual.c:2515:            char *page = ROUND_ADDR( addr, page_mask );
wine-development-5.5/dlls/ntdll/virtual.c-2516-
##############################################
wine-development-5.5/dlls/ntdll/virtual.c-2733-        if (type & MEM_RESERVE) /* Round down to 64k boundary */
wine-development-5.5/dlls/ntdll/virtual.c:2734:            base = ROUND_ADDR( *ret, get_mask( alignment ) );
wine-development-5.5/dlls/ntdll/virtual.c-2735-        else
wine-development-5.5/dlls/ntdll/virtual.c:2736:            base = ROUND_ADDR( *ret, page_mask );
wine-development-5.5/dlls/ntdll/virtual.c-2737-        size = (((UINT_PTR)*ret + size + page_mask) & ~page_mask) - (UINT_PTR)base;
##############################################
wine-development-5.5/dlls/ntdll/virtual.c-2857-    size = ROUND_SIZE( addr, size );
wine-development-5.5/dlls/ntdll/virtual.c:2858:    base = ROUND_ADDR( addr, page_mask );
wine-development-5.5/dlls/ntdll/virtual.c-2859-
##############################################
wine-development-5.5/dlls/ntdll/virtual.c-2947-    size = ROUND_SIZE( addr, size );
wine-development-5.5/dlls/ntdll/virtual.c:2948:    base = ROUND_ADDR( addr, page_mask );
wine-development-5.5/dlls/ntdll/virtual.c-2949-
##############################################
wine-development-5.5/dlls/ntdll/virtual.c-3055-
wine-development-5.5/dlls/ntdll/virtual.c:3056:    base = ROUND_ADDR( addr, page_mask );
wine-development-5.5/dlls/ntdll/virtual.c-3057-
##############################################
wine-development-5.5/dlls/ntdll/virtual.c-3260-    *size = ROUND_SIZE( *addr, *size );
wine-development-5.5/dlls/ntdll/virtual.c:3261:    *addr = ROUND_ADDR( *addr, page_mask );
wine-development-5.5/dlls/ntdll/virtual.c-3262-
##############################################
wine-development-5.5/dlls/ntdll/virtual.c-3297-    *size = ROUND_SIZE( *addr, *size );
wine-development-5.5/dlls/ntdll/virtual.c:3298:    *addr = ROUND_ADDR( *addr, page_mask );
wine-development-5.5/dlls/ntdll/virtual.c-3299-
##############################################
wine-development-5.5/dlls/ntdll/virtual.c-3402-    {
wine-development-5.5/dlls/ntdll/virtual.c:3403:        *addr_ptr = ROUND_ADDR( *addr_ptr, page_mask );
wine-development-5.5/dlls/ntdll/virtual.c-3404-        mask = page_mask;
##############################################
wine-development-5.5/dlls/ntdll/virtual.c-3588-    sigset_t sigset;
wine-development-5.5/dlls/ntdll/virtual.c:3589:    void *addr = ROUND_ADDR( *addr_ptr, page_mask );
wine-development-5.5/dlls/ntdll/virtual.c-3590-
##############################################
wine-development-5.5/dlls/ntdll/virtual.c-3637-    size = ROUND_SIZE( base, size );
wine-development-5.5/dlls/ntdll/virtual.c:3638:    base = ROUND_ADDR( base, page_mask );
wine-development-5.5/dlls/ntdll/virtual.c-3639-
##############################################
wine-development-5.5/dlls/ntdll/virtual.c-3682-    size = ROUND_SIZE( base, size );
wine-development-5.5/dlls/ntdll/virtual.c:3683:    base = ROUND_ADDR( base, page_mask );
wine-development-5.5/dlls/ntdll/virtual.c-3684-
##############################################
wine-development-5.5/dlls/ntoskrnl.exe/instr.c-139- */
wine-development-5.5/dlls/ntoskrnl.exe/instr.c:140:static void *INSTR_GetOperandAddr( CONTEXT *context, BYTE *instr,
wine-development-5.5/dlls/ntoskrnl.exe/instr.c-141-                                   int long_addr, int segprefix, int *len )
##############################################
wine-development-5.5/dlls/ntoskrnl.exe/instr.c-412-    {
wine-development-5.5/dlls/ntoskrnl.exe/instr.c:413:        BYTE *data = INSTR_GetOperandAddr(context, instr + 1, long_addr,
wine-development-5.5/dlls/ntoskrnl.exe/instr.c-414-                                          segprefix, &len);
##############################################
wine-development-5.5/dlls/ntoskrnl.exe/instr.c-524- */
wine-development-5.5/dlls/ntoskrnl.exe/instr.c:525:static BYTE *INSTR_GetOperandAddr( CONTEXT *context, BYTE *instr, int addl_instr_len,
wine-development-5.5/dlls/ntoskrnl.exe/instr.c-526-                                   int long_addr, int rex, int segprefix, int *len )
##############################################
wine-development-5.5/dlls/ntoskrnl.exe/instr.c-796-        {
wine-development-5.5/dlls/ntoskrnl.exe/instr.c:797:            BYTE *data = INSTR_GetOperandAddr( context, instr + 2, prefixlen + 2, long_addr,
wine-development-5.5/dlls/ntoskrnl.exe/instr.c-798-                                               rex, segprefix, &len );
##############################################
wine-development-5.5/dlls/ntoskrnl.exe/instr.c-818-    {
wine-development-5.5/dlls/ntoskrnl.exe/instr.c:819:        BYTE *data = INSTR_GetOperandAddr( context, instr + 1, prefixlen + 1, long_addr,
wine-development-5.5/dlls/ntoskrnl.exe/instr.c-820-                                           rex, segprefix, &len );
##############################################
wine-development-5.5/dlls/ole2.dll16/ole2.c-274-
wine-development-5.5/dlls/ole2.dll16/ole2.c:275:#define GET_SEGPTR_METHOD_ADDR(ifacename,segptr,methodname) \
wine-development-5.5/dlls/ole2.dll16/ole2.c-276-    ((SEGPTR)((const ifacename##Vtbl*)MapSL((SEGPTR)((ifacename*)MapSL(segptr))->lpVtbl))->methodname)
##############################################
wine-development-5.5/dlls/ole2.dll16/ole2.c-316-	if (!WOWCallback16Ex(
wine-development-5.5/dlls/ole2.dll16/ole2.c:317:	    GET_SEGPTR_METHOD_ADDR(IStorage16, pstg, Stat),
wine-development-5.5/dlls/ole2.dll16/ole2.c-318-	    WCB16_PASCAL,
##############################################
wine-development-5.5/dlls/ole2.dll16/ole2.c-361-    if (WOWCallback16Ex(
wine-development-5.5/dlls/ole2.dll16/ole2.c:362:        GET_SEGPTR_METHOD_ADDR(IStream16, stream, Read),
wine-development-5.5/dlls/ole2.dll16/ole2.c-363-        WCB16_PASCAL,
##############################################
wine-development-5.5/dlls/ole2disp.dll16/ole2disp.c-315- */
wine-development-5.5/dlls/ole2disp.dll16/ole2disp.c:316:static void* BSTR_GetAddr(BSTR16 in)
wine-development-5.5/dlls/ole2disp.dll16/ole2disp.c-317-{
##############################################
wine-development-5.5/dlls/ole2disp.dll16/ole2disp.c-340-	if (!out) return 0;
wine-development-5.5/dlls/ole2disp.dll16/ole2disp.c:341:	strcpy(BSTR_GetAddr(out),oleStr);
wine-development-5.5/dlls/ole2disp.dll16/ole2disp.c-342-	return out;
##############################################
wine-development-5.5/dlls/ole2disp.dll16/ole2disp.c-397-    if (oleStr != 0)
wine-development-5.5/dlls/ole2disp.dll16/ole2disp.c:398:        strcpy(BSTR_GetAddr(out),oleStr);
wine-development-5.5/dlls/ole2disp.dll16/ole2disp.c-399-    else
wine-development-5.5/dlls/ole2disp.dll16/ole2disp.c:400:        memset(BSTR_GetAddr(out), 0, len+1);
wine-development-5.5/dlls/ole2disp.dll16/ole2disp.c-401-
##############################################
wine-development-5.5/dlls/ole2disp.dll16/ole2disp.c-460-{
wine-development-5.5/dlls/ole2disp.dll16/ole2disp.c:461:	return strlen(BSTR_GetAddr(str));
wine-development-5.5/dlls/ole2disp.dll16/ole2disp.c-462-}
##############################################
wine-development-5.5/dlls/oleaut32/tests/vartest.c-1459-
wine-development-5.5/dlls/oleaut32/tests/vartest.c:1460:  /* Doesn't recognise hex in .asm syntax */
wine-development-5.5/dlls/oleaut32/tests/vartest.c-1461-  CONVERT("0h", NUMPRS_HEX_OCT);
##############################################
wine-development-5.5/dlls/riched20/txthost.c-531-    { \
wine-development-5.5/dlls/riched20/txthost.c:532:        __asm pop eax \
wine-development-5.5/dlls/riched20/txthost.c:533:        __asm pop ecx \
wine-development-5.5/dlls/riched20/txthost.c:534:        __asm push eax \
wine-development-5.5/dlls/riched20/txthost.c:535:        __asm mov eax, [ecx] \
wine-development-5.5/dlls/riched20/txthost.c:536:        __asm jmp dword ptr [eax + 4*num] \
wine-development-5.5/dlls/riched20/txthost.c-537-    }
##############################################
wine-development-5.5/dlls/rpcrt4/ndr_stubless.c-1286-        }
wine-development-5.5/dlls/rpcrt4/ndr_stubless.c:1287:        TRACE("\tmemory addr (after): %p -> %p\n", pArg, *(unsigned char **)pArg);
wine-development-5.5/dlls/rpcrt4/ndr_stubless.c-1288-    }
##############################################
wine-development-5.5/dlls/shdocvw/tests/shortcut.c-60-
wine-development-5.5/dlls/shdocvw/tests/shortcut.c:61:#define REG_VALUE_ADDR(x) ((x->dwType==REG_SZ)?(const BYTE *)x->szValue:(const BYTE *)&x->dwValue)
wine-development-5.5/dlls/shdocvw/tests/shortcut.c-62-#define REG_VALUE_SIZE(x) ((x->dwType==REG_SZ)?strlen(x->szValue)+1:sizeof(DWORD))
##############################################
wine-development-5.5/dlls/shdocvw/tests/shortcut.c-126-                if (ERROR_SUCCESS != RegSetValueExA(hKey, value->szName, 0, value->dwType,
wine-development-5.5/dlls/shdocvw/tests/shortcut.c:127:                                                    REG_VALUE_ADDR(value), REG_VALUE_SIZE(value)))
wine-development-5.5/dlls/shdocvw/tests/shortcut.c-128-                {
##############################################
wine-development-5.5/dlls/strmbase/pospass.c-26-
wine-development-5.5/dlls/strmbase/pospass.c:27:static struct strmbase_passthrough *impl_from_ISeekingPassThru(ISeekingPassThru *iface)
wine-development-5.5/dlls/strmbase/pospass.c-28-{
##############################################
wine-development-5.5/dlls/strmbase/pospass.c-43-{
wine-development-5.5/dlls/strmbase/pospass.c:44:    struct strmbase_passthrough *passthrough = impl_from_ISeekingPassThru(iface);
wine-development-5.5/dlls/strmbase/pospass.c-45-
##############################################
wine-development-5.5/dlls/strmbase/pospass.c-50-{
wine-development-5.5/dlls/strmbase/pospass.c:51:    struct strmbase_passthrough *passthrough = impl_from_ISeekingPassThru(iface);
wine-development-5.5/dlls/strmbase/pospass.c-52-
##############################################
wine-development-5.5/dlls/strmbase/pospass.c-57-{
wine-development-5.5/dlls/strmbase/pospass.c:58:    struct strmbase_passthrough *passthrough = impl_from_ISeekingPassThru(iface);
wine-development-5.5/dlls/strmbase/pospass.c-59-
##############################################
wine-development-5.5/dlls/strmbase/pospass.c-64-{
wine-development-5.5/dlls/strmbase/pospass.c:65:    struct strmbase_passthrough *This = impl_from_ISeekingPassThru(iface);
wine-development-5.5/dlls/strmbase/pospass.c-66-
##############################################
wine-development-5.5/dlls/ucrtbase/ucrtbase.spec-391-@ cdecl _getdiskfree(long ptr) MSVCRT__getdiskfree
wine-development-5.5/dlls/ucrtbase/ucrtbase.spec:392:@ cdecl _getdllprocaddr(long str long)
wine-development-5.5/dlls/ucrtbase/ucrtbase.spec-393-@ cdecl _getdrive() MSVCRT__getdrive
##############################################
wine-development-5.5/dlls/vbscript/compile.c-193-
wine-development-5.5/dlls/vbscript/compile.c:194:static HRESULT push_instr_addr(compile_ctx_t *ctx, vbsop_t op, unsigned arg)
wine-development-5.5/dlls/vbscript/compile.c-195-{
##############################################
wine-development-5.5/dlls/vbscript/compile.c-341-
wine-development-5.5/dlls/vbscript/compile.c:342:static inline void label_set_addr(compile_ctx_t *ctx, unsigned label)
wine-development-5.5/dlls/vbscript/compile.c-343-{
##############################################
wine-development-5.5/dlls/vbscript/compile.c-626-
wine-development-5.5/dlls/vbscript/compile.c:627:        hres = push_instr_addr(ctx, OP_jmp, endif_label);
wine-development-5.5/dlls/vbscript/compile.c-628-        if(FAILED(hres))
##############################################
wine-development-5.5/dlls/vbscript/compile.c-651-
wine-development-5.5/dlls/vbscript/compile.c:652:        hres = push_instr_addr(ctx, OP_jmp, endif_label);
wine-development-5.5/dlls/vbscript/compile.c-653-        if(FAILED(hres))
##############################################
wine-development-5.5/dlls/vbscript/compile.c-665-    if(endif_label)
wine-development-5.5/dlls/vbscript/compile.c:666:        label_set_addr(ctx, endif_label);
wine-development-5.5/dlls/vbscript/compile.c-667-    return S_OK;
##############################################
wine-development-5.5/dlls/vbscript/compile.c-701-
wine-development-5.5/dlls/vbscript/compile.c:702:    hres = push_instr_addr(ctx, OP_jmp, start_addr);
wine-development-5.5/dlls/vbscript/compile.c-703-    if(FAILED(hres))
##############################################
wine-development-5.5/dlls/vbscript/compile.c-708-    if(loop_ctx)
wine-development-5.5/dlls/vbscript/compile.c:709:        label_set_addr(ctx, stat_ctx.while_end_label);
wine-development-5.5/dlls/vbscript/compile.c-710-
##############################################
wine-development-5.5/dlls/vbscript/compile.c-740-
wine-development-5.5/dlls/vbscript/compile.c:741:    hres = push_instr_addr(ctx, jmp_op, start_addr);
wine-development-5.5/dlls/vbscript/compile.c-742-    if(FAILED(hres))
##############################################
wine-development-5.5/dlls/vbscript/compile.c-744-
wine-development-5.5/dlls/vbscript/compile.c:745:    label_set_addr(ctx, loop_ctx.while_end_label);
wine-development-5.5/dlls/vbscript/compile.c-746-
##############################################
wine-development-5.5/dlls/vbscript/compile.c-790-
wine-development-5.5/dlls/vbscript/compile.c:791:    hres = push_instr_addr(ctx, OP_jmp, loop_start);
wine-development-5.5/dlls/vbscript/compile.c-792-    if(FAILED(hres))
##############################################
wine-development-5.5/dlls/vbscript/compile.c-794-
wine-development-5.5/dlls/vbscript/compile.c:795:    label_set_addr(ctx, loop_ctx.for_end_label);
wine-development-5.5/dlls/vbscript/compile.c-796-    return S_OK;
##############################################
wine-development-5.5/dlls/vbscript/compile.c-863-
wine-development-5.5/dlls/vbscript/compile.c:864:    hres = push_instr_addr(ctx, OP_jmp, step_instr);
wine-development-5.5/dlls/vbscript/compile.c-865-    if(FAILED(hres))
##############################################
wine-development-5.5/dlls/vbscript/compile.c-871-
wine-development-5.5/dlls/vbscript/compile.c:872:    label_set_addr(ctx, loop_ctx.for_end_label);
wine-development-5.5/dlls/vbscript/compile.c-873-
##############################################
wine-development-5.5/dlls/vbscript/compile.c-945-
wine-development-5.5/dlls/vbscript/compile.c:946:            hres = push_instr_addr(ctx, OP_case, case_labels[i]);
wine-development-5.5/dlls/vbscript/compile.c-947-            if(FAILED(hres))
##############################################
wine-development-5.5/dlls/vbscript/compile.c-967-
wine-development-5.5/dlls/vbscript/compile.c:968:    hres = push_instr_addr(ctx, OP_jmp, case_iter ? case_labels[i] : end_label);
wine-development-5.5/dlls/vbscript/compile.c-969-    if(FAILED(hres)) {
##############################################
wine-development-5.5/dlls/vbscript/compile.c-974-    for(case_iter = stat->case_clausules, i=0; case_iter; case_iter = case_iter->next, i++) {
wine-development-5.5/dlls/vbscript/compile.c:975:        label_set_addr(ctx, case_labels[i]);
wine-development-5.5/dlls/vbscript/compile.c-976-        hres = compile_statement(ctx, NULL, case_iter->stat);
##############################################
wine-development-5.5/dlls/vbscript/compile.c-982-
wine-development-5.5/dlls/vbscript/compile.c:983:        hres = push_instr_addr(ctx, OP_jmp, end_label);
wine-development-5.5/dlls/vbscript/compile.c-984-        if(FAILED(hres))
##############################################
wine-development-5.5/dlls/vbscript/compile.c-991-
wine-development-5.5/dlls/vbscript/compile.c:992:    label_set_addr(ctx, end_label);
wine-development-5.5/dlls/vbscript/compile.c-993-    return S_OK;
##############################################
wine-development-5.5/dlls/vbscript/compile.c-1213-
wine-development-5.5/dlls/vbscript/compile.c:1214:    return push_instr_addr(ctx, OP_jmp, iter->while_end_label);
wine-development-5.5/dlls/vbscript/compile.c-1215-}
##############################################
wine-development-5.5/dlls/vbscript/compile.c-1239-
wine-development-5.5/dlls/vbscript/compile.c:1240:    return push_instr_addr(ctx, OP_jmp, iter->for_end_label);
wine-development-5.5/dlls/vbscript/compile.c-1241-}
##############################################
wine-development-5.5/dlls/vbscript/compile.c-1254-
wine-development-5.5/dlls/vbscript/compile.c:1255:    return push_instr_addr(ctx, OP_jmp, jmp_label);
wine-development-5.5/dlls/vbscript/compile.c-1256-}
##############################################
wine-development-5.5/dlls/vbscript/compile.c-1486-    if(ctx->sub_end_label)
wine-development-5.5/dlls/vbscript/compile.c:1487:        label_set_addr(ctx, ctx->sub_end_label);
wine-development-5.5/dlls/vbscript/compile.c-1488-    if(ctx->func_end_label)
wine-development-5.5/dlls/vbscript/compile.c:1489:        label_set_addr(ctx, ctx->func_end_label);
wine-development-5.5/dlls/vbscript/compile.c-1490-    if(ctx->prop_end_label)
wine-development-5.5/dlls/vbscript/compile.c:1491:        label_set_addr(ctx, ctx->prop_end_label);
wine-development-5.5/dlls/vbscript/compile.c-1492-
##############################################
wine-development-5.5/dlls/vnbt.vxd/vnbt.c-128-
wine-development-5.5/dlls/vnbt.vxd/vnbt.c:129:                        addr = inet_addr(ptr->IpAddressList.IpAddress.String);
wine-development-5.5/dlls/vnbt.vxd/vnbt.c-130-                        if (addr != 0 && addr != INADDR_NONE)
wine-development-5.5/dlls/vnbt.vxd/vnbt.c-131-                            info->table[info->numEntries].ip = ntohl(addr);
wine-development-5.5/dlls/vnbt.vxd/vnbt.c:132:                        addr = inet_addr(ptr->PrimaryWinsServer.IpAddress.String);
wine-development-5.5/dlls/vnbt.vxd/vnbt.c-133-                        if (addr != 0 && addr != INADDR_NONE)
wine-development-5.5/dlls/vnbt.vxd/vnbt.c-134-                            info->table[info->numEntries].winsPrimary = ntohl(addr);
wine-development-5.5/dlls/vnbt.vxd/vnbt.c:135:                        addr = inet_addr(ptr->SecondaryWinsServer.IpAddress.String);
wine-development-5.5/dlls/vnbt.vxd/vnbt.c-136-                        if (addr != 0 && addr != INADDR_NONE)
##############################################
wine-development-5.5/dlls/vulkan-1/tests/vulkan.c-131-
wine-development-5.5/dlls/vulkan-1/tests/vulkan.c:132:    pfn_vkEnumerateInstanceVersion = (PFN_vkEnumerateInstanceVersion)vkGetInstanceProcAddr(
wine-development-5.5/dlls/vulkan-1/tests/vulkan.c-133-            NULL, "vkEnumerateInstanceVersion");
##############################################
wine-development-5.5/dlls/vulkan-1/tests/vulkan.c-194-        pfn_vkGetPhysicalDeviceProperties2
wine-development-5.5/dlls/vulkan-1/tests/vulkan.c:195:                = (PFN_vkGetPhysicalDeviceProperties2)vkGetInstanceProcAddr(vk_instance, procs[i]);
wine-development-5.5/dlls/vulkan-1/tests/vulkan.c-196-        if (!pfn_vkGetPhysicalDeviceProperties2)
##############################################
wine-development-5.5/dlls/vulkan-1/tests/vulkan.c-264-    vkEnumeratePhysicalDeviceGroupsKHR
wine-development-5.5/dlls/vulkan-1/tests/vulkan.c:265:            = (void *)vkGetInstanceProcAddr(vk_instance, "vkEnumeratePhysicalDeviceGroupsKHR");
wine-development-5.5/dlls/vulkan-1/tests/vulkan.c-266-    ok(!!vkEnumeratePhysicalDeviceGroupsKHR, "Failed to get proc addr.\n");
##############################################
wine-development-5.5/dlls/webservices/channel.c-263-
wine-development-5.5/dlls/webservices/channel.c:264:static void clear_addr( WS_ENDPOINT_ADDRESS *addr )
wine-development-5.5/dlls/webservices/channel.c-265-{
##############################################
wine-development-5.5/dlls/webservices/channel.c-298-    channel->session_state = SESSION_STATE_UNINITIALIZED;
wine-development-5.5/dlls/webservices/channel.c:299:    clear_addr( &channel->addr );
wine-development-5.5/dlls/webservices/channel.c-300-    clear_dict( &channel->dict_send );
##############################################
wine-development-5.5/dlls/webservices/tests/proxy.c-752-    sa.sin_port             = htons( info->port );
wine-development-5.5/dlls/webservices/tests/proxy.c:753:    sa.sin_addr.S_un.S_addr = inet_addr( "127.0.0.1" );
wine-development-5.5/dlls/webservices/tests/proxy.c-754-    if (bind( s, (struct sockaddr *)&sa, sizeof(sa) ) < 0) return 1;
##############################################
wine-development-5.5/dlls/winealsa.drv/midi.c-1157-
wine-development-5.5/dlls/winealsa.drv/midi.c:1158:	MidiOutDev[MODM_NumDevs].addr = *snd_seq_port_info_get_addr(pinfo);
wine-development-5.5/dlls/winealsa.drv/midi.c-1159-
##############################################
wine-development-5.5/dlls/winealsa.drv/midi.c-1227-
wine-development-5.5/dlls/winealsa.drv/midi.c:1228:	MidiInDev[MIDM_NumDevs].addr = *snd_seq_port_info_get_addr(pinfo);
wine-development-5.5/dlls/winealsa.drv/midi.c-1229-
##############################################
wine-development-5.5/dlls/wined3d/adapter_vk.c-239-#define LOAD_DEVICE_PFN(name) \
wine-development-5.5/dlls/wined3d/adapter_vk.c:240:    if (!(device_vk->vk_info.vk_ops.name = (void *)VK_CALL(vkGetDeviceProcAddr(vk_device, #name)))) \
wine-development-5.5/dlls/wined3d/adapter_vk.c-241-    { \
##############################################
wine-development-5.5/dlls/wined3d/adapter_vk.c-981-    if (!(pfn_vkEnumerateInstanceExtensionProperties
wine-development-5.5/dlls/wined3d/adapter_vk.c:982:            = (void *)VK_CALL(vkGetInstanceProcAddr(NULL, "vkEnumerateInstanceExtensionProperties"))))
wine-development-5.5/dlls/wined3d/adapter_vk.c-983-    {
##############################################
wine-development-5.5/dlls/wined3d/adapter_vk.c-1049-
wine-development-5.5/dlls/wined3d/adapter_vk.c:1050:    if (!(vk_ops->vkCreateInstance = (void *)VK_CALL(vkGetInstanceProcAddr(NULL, "vkCreateInstance"))))
wine-development-5.5/dlls/wined3d/adapter_vk.c-1051-    {
##############################################
wine-development-5.5/dlls/wined3d/adapter_vk.c-1056-    vk_info->api_version = VK_API_VERSION_1_0;
wine-development-5.5/dlls/wined3d/adapter_vk.c:1057:    if ((pfn_vkEnumerateInstanceVersion = (void *)VK_CALL(vkGetInstanceProcAddr(NULL, "vkEnumerateInstanceVersion")))
wine-development-5.5/dlls/wined3d/adapter_vk.c-1058-            && pfn_vkEnumerateInstanceVersion(&api_version) == VK_SUCCESS)
##############################################
wine-development-5.5/dlls/wined3d/adapter_vk.c-1089-#define LOAD_INSTANCE_PFN(name) \
wine-development-5.5/dlls/wined3d/adapter_vk.c:1090:    if (!(vk_ops->name = (void *)VK_CALL(vkGetInstanceProcAddr(instance, #name)))) \
wine-development-5.5/dlls/wined3d/adapter_vk.c-1091-    { \
##############################################
wine-development-5.5/dlls/wined3d/adapter_vk.c-1095-#define LOAD_INSTANCE_OPT_PFN(name) \
wine-development-5.5/dlls/wined3d/adapter_vk.c:1096:    vk_ops->name = (void *)VK_CALL(vkGetInstanceProcAddr(instance, #name));
wine-development-5.5/dlls/wined3d/adapter_vk.c-1097-#define VK_INSTANCE_PFN     LOAD_INSTANCE_PFN
##############################################
wine-development-5.5/dlls/wined3d/adapter_vk.c-1107-    if (!vk_ops->core_pfn) \
wine-development-5.5/dlls/wined3d/adapter_vk.c:1108:        vk_ops->core_pfn = (void *)VK_CALL(vkGetInstanceProcAddr(instance, #ext_pfn));
wine-development-5.5/dlls/wined3d/adapter_vk.c-1109-    MAP_INSTANCE_FUNCTION(vkGetPhysicalDeviceProperties2, vkGetPhysicalDeviceProperties2KHR)
##############################################
wine-development-5.5/dlls/wined3d/glsl_shader.c-24-/*
wine-development-5.5/dlls/wined3d/glsl_shader.c:25: * D3D shader asm has swizzles on source parameters, and write masks for
wine-development-5.5/dlls/wined3d/glsl_shader.c-26- * destination parameters. GLSL uses swizzles for both. The result of this is
##############################################
wine-development-5.5/dlls/winemac.drv/opengl.c-4486-            Dl_info info;
wine-development-5.5/dlls/winemac.drv/opengl.c:4487:            if (dladdr(ret, &info))
wine-development-5.5/dlls/winemac.drv/opengl.c-4488-                TRACE("%s -> %s from %s\n", proc, info.dli_sname, info.dli_fname);
##############################################
wine-development-5.5/dlls/winemac.drv/vulkan.c-95-
wine-development-5.5/dlls/winemac.drv/vulkan.c:96:static void *macdrv_get_vk_device_proc_addr(const char *name);
wine-development-5.5/dlls/winemac.drv/vulkan.c:97:static void *macdrv_get_vk_instance_proc_addr(VkInstance instance, const char *name);
wine-development-5.5/dlls/winemac.drv/vulkan.c-98-
##############################################
wine-development-5.5/dlls/winemac.drv/vulkan.c-419-
wine-development-5.5/dlls/winemac.drv/vulkan.c:420:static void *macdrv_vkGetDeviceProcAddr(VkDevice device, const char *name)
wine-development-5.5/dlls/winemac.drv/vulkan.c-421-{
##############################################
wine-development-5.5/dlls/winemac.drv/vulkan.c-425-
wine-development-5.5/dlls/winemac.drv/vulkan.c:426:    if ((proc_addr = macdrv_get_vk_device_proc_addr(name)))
wine-development-5.5/dlls/winemac.drv/vulkan.c-427-        return proc_addr;
wine-development-5.5/dlls/winemac.drv/vulkan.c-428-
wine-development-5.5/dlls/winemac.drv/vulkan.c:429:    return pvkGetDeviceProcAddr(device, name);
wine-development-5.5/dlls/winemac.drv/vulkan.c-430-}
wine-development-5.5/dlls/winemac.drv/vulkan.c-431-
wine-development-5.5/dlls/winemac.drv/vulkan.c:432:static void *macdrv_vkGetInstanceProcAddr(VkInstance instance, const char *name)
wine-development-5.5/dlls/winemac.drv/vulkan.c-433-{
##############################################
wine-development-5.5/dlls/winemac.drv/vulkan.c-437-
wine-development-5.5/dlls/winemac.drv/vulkan.c:438:    if ((proc_addr = macdrv_get_vk_instance_proc_addr(instance, name)))
wine-development-5.5/dlls/winemac.drv/vulkan.c-439-        return proc_addr;
wine-development-5.5/dlls/winemac.drv/vulkan.c-440-
wine-development-5.5/dlls/winemac.drv/vulkan.c:441:    return pvkGetInstanceProcAddr(instance, name);
wine-development-5.5/dlls/winemac.drv/vulkan.c-442-}
##############################################
wine-development-5.5/dlls/winemac.drv/vulkan.c-553-
wine-development-5.5/dlls/winemac.drv/vulkan.c:554:static void *macdrv_get_vk_device_proc_addr(const char *name)
wine-development-5.5/dlls/winemac.drv/vulkan.c-555-{
wine-development-5.5/dlls/winemac.drv/vulkan.c:556:    return get_vulkan_driver_device_proc_addr(&vulkan_funcs, name);
wine-development-5.5/dlls/winemac.drv/vulkan.c-557-}
wine-development-5.5/dlls/winemac.drv/vulkan.c-558-
wine-development-5.5/dlls/winemac.drv/vulkan.c:559:static void *macdrv_get_vk_instance_proc_addr(VkInstance instance, const char *name)
wine-development-5.5/dlls/winemac.drv/vulkan.c-560-{
wine-development-5.5/dlls/winemac.drv/vulkan.c:561:    return get_vulkan_driver_instance_proc_addr(&vulkan_funcs, instance, name);
wine-development-5.5/dlls/winemac.drv/vulkan.c-562-}
##############################################
wine-development-5.5/dlls/winevulkan/vulkan.c-50-
wine-development-5.5/dlls/winevulkan/vulkan.c:51:static void *wine_vk_get_global_proc_addr(const char *name);
wine-development-5.5/dlls/winevulkan/vulkan.c-52-
##############################################
wine-development-5.5/dlls/winevulkan/vulkan.c-313-
wine-development-5.5/dlls/winevulkan/vulkan.c:314:    p_vkEnumerateInstanceVersion = vk_funcs->p_vkGetInstanceProcAddr(NULL, "vkEnumerateInstanceVersion");
wine-development-5.5/dlls/winevulkan/vulkan.c-315-
##############################################
wine-development-5.5/dlls/winevulkan/vulkan.c-590-#define USE_VK_FUNC(name) \
wine-development-5.5/dlls/winevulkan/vulkan.c:591:    object->funcs.p_##name = (void *)vk_funcs->p_vkGetDeviceProcAddr(object->device, #name); \
wine-development-5.5/dlls/winevulkan/vulkan.c-592-    if (object->funcs.p_##name == NULL) \
##############################################
wine-development-5.5/dlls/winevulkan/vulkan.c-678-#define USE_VK_FUNC(name) \
wine-development-5.5/dlls/winevulkan/vulkan.c:679:    object->funcs.p_##name = (void *)vk_funcs->p_vkGetInstanceProcAddr(object->instance, #name);
wine-development-5.5/dlls/winevulkan/vulkan.c-680-    ALL_VK_INSTANCE_FUNCS()
##############################################
wine-development-5.5/dlls/winevulkan/vulkan.c-890-
wine-development-5.5/dlls/winevulkan/vulkan.c:891:PFN_vkVoidFunction WINAPI wine_vkGetDeviceProcAddr(VkDevice device, const char *name)
wine-development-5.5/dlls/winevulkan/vulkan.c-892-{
##############################################
wine-development-5.5/dlls/winevulkan/vulkan.c-904-     */
wine-development-5.5/dlls/winevulkan/vulkan.c:905:    func = wine_vk_get_device_proc_addr(name);
wine-development-5.5/dlls/winevulkan/vulkan.c-906-    if (func)
##############################################
wine-development-5.5/dlls/winevulkan/vulkan.c-920-    if (device->quirks & WINEVULKAN_QUIRK_GET_DEVICE_PROC_ADDR
wine-development-5.5/dlls/winevulkan/vulkan.c:921:            && (func = wine_vk_get_instance_proc_addr(name)))
wine-development-5.5/dlls/winevulkan/vulkan.c-922-    {
##############################################
wine-development-5.5/dlls/winevulkan/vulkan.c-957-
wine-development-5.5/dlls/winevulkan/vulkan.c:958:PFN_vkVoidFunction WINAPI wine_vkGetInstanceProcAddr(VkInstance instance, const char *name)
wine-development-5.5/dlls/winevulkan/vulkan.c-959-{
##############################################
wine-development-5.5/dlls/winevulkan/vulkan.c-969-     */
wine-development-5.5/dlls/winevulkan/vulkan.c:970:    func = wine_vk_get_global_proc_addr(name);
wine-development-5.5/dlls/winevulkan/vulkan.c-971-    if (func)
##############################################
wine-development-5.5/dlls/winevulkan/vulkan.c-980-
wine-development-5.5/dlls/winevulkan/vulkan.c:981:    func = wine_vk_get_instance_proc_addr(name);
wine-development-5.5/dlls/winevulkan/vulkan.c-982-    if (func) return func;
##############################################
wine-development-5.5/dlls/winevulkan/vulkan.c-984-    /* vkGetInstanceProcAddr also loads any children of instance, so device functions as well. */
wine-development-5.5/dlls/winevulkan/vulkan.c:985:    func = wine_vk_get_device_proc_addr(name);
wine-development-5.5/dlls/winevulkan/vulkan.c-986-    if (func) return func;
##############################################
wine-development-5.5/dlls/winevulkan/vulkan.c-991-
wine-development-5.5/dlls/winevulkan/vulkan.c:992:void * WINAPI wine_vk_icdGetInstanceProcAddr(VkInstance instance, const char *name)
wine-development-5.5/dlls/winevulkan/vulkan.c-993-{
##############################################
wine-development-5.5/dlls/winevulkan/vulkan.c-1000-     */
wine-development-5.5/dlls/winevulkan/vulkan.c:1001:    return wine_vkGetInstanceProcAddr(instance, name);
wine-development-5.5/dlls/winevulkan/vulkan.c-1002-}
##############################################
wine-development-5.5/dlls/winevulkan/vulkan.c-1285-
wine-development-5.5/dlls/winevulkan/vulkan.c:1286:static void *wine_vk_get_global_proc_addr(const char *name)
wine-development-5.5/dlls/winevulkan/vulkan.c-1287-{
##############################################
wine-development-5.5/dlls/winevulkan/vulkan.c-1307-{
wine-development-5.5/dlls/winevulkan/vulkan.c:1308:    return vk_funcs->p_vkGetInstanceProcAddr(instance, name);
wine-development-5.5/dlls/winevulkan/vulkan.c-1309-}
##############################################
wine-development-5.5/dlls/winevulkan/vulkan_private.h-132-
wine-development-5.5/dlls/winevulkan/vulkan_private.h:133:void *wine_vk_get_device_proc_addr(const char *name) DECLSPEC_HIDDEN;
wine-development-5.5/dlls/winevulkan/vulkan_private.h:134:void *wine_vk_get_instance_proc_addr(const char *name) DECLSPEC_HIDDEN;
wine-development-5.5/dlls/winevulkan/vulkan_private.h-135-
##############################################
wine-development-5.5/dlls/winevulkan/make_vulkan-2185-
wine-development-5.5/dlls/winevulkan/make_vulkan:2186:        f.write("void *wine_vk_get_device_proc_addr(const char *name)\n")
wine-development-5.5/dlls/winevulkan/make_vulkan-2187-        f.write("{\n")
##############################################
wine-development-5.5/dlls/winevulkan/make_vulkan-2199-
wine-development-5.5/dlls/winevulkan/make_vulkan:2200:        f.write("void *wine_vk_get_instance_proc_addr(const char *name)\n")
wine-development-5.5/dlls/winevulkan/make_vulkan-2201-        f.write("{\n")
##############################################
wine-development-5.5/dlls/winevulkan/make_vulkan-2486-
wine-development-5.5/dlls/winevulkan/make_vulkan:2487:        f.write("static inline void *get_vulkan_driver_device_proc_addr(\n")
wine-development-5.5/dlls/winevulkan/make_vulkan-2488-        f.write("        const struct vulkan_funcs *vulkan_funcs, const char *name)\n{\n")
##############################################
wine-development-5.5/dlls/winevulkan/make_vulkan-2497-
wine-development-5.5/dlls/winevulkan/make_vulkan:2498:        f.write("static inline void *get_vulkan_driver_instance_proc_addr(\n")
wine-development-5.5/dlls/winevulkan/make_vulkan-2499-        f.write("        const struct vulkan_funcs *vulkan_funcs, VkInstance instance, const char *name)\n{\n")
##############################################
wine-development-5.5/dlls/winevulkan/make_vulkan-2513-        f.write("    name -= 2;\n\n")
wine-development-5.5/dlls/winevulkan/make_vulkan:2514:        f.write("    return get_vulkan_driver_device_proc_addr(vulkan_funcs, name);\n}\n\n")
wine-development-5.5/dlls/winevulkan/make_vulkan-2515-
##############################################
wine-development-5.5/dlls/winevulkan/make_vulkan-2519-        self._generate_copyright(f, spec_file=True)
wine-development-5.5/dlls/winevulkan/make_vulkan:2520:        f.write("@ stdcall -private vk_icdGetInstanceProcAddr(ptr str) wine_vk_icdGetInstanceProcAddr\n")
wine-development-5.5/dlls/winevulkan/make_vulkan-2521-        f.write("@ stdcall -private vk_icdNegotiateLoaderICDInterfaceVersion(ptr) wine_vk_icdNegotiateLoaderICDInterfaceVersion\n")
##############################################
wine-development-5.5/dlls/winex11.drv/vulkan.c-95-
wine-development-5.5/dlls/winex11.drv/vulkan.c:96:static void *X11DRV_get_vk_device_proc_addr(const char *name);
wine-development-5.5/dlls/winex11.drv/vulkan.c:97:static void *X11DRV_get_vk_instance_proc_addr(VkInstance instance, const char *name);
wine-development-5.5/dlls/winex11.drv/vulkan.c-98-
##############################################
wine-development-5.5/dlls/winex11.drv/vulkan.c-424-
wine-development-5.5/dlls/winex11.drv/vulkan.c:425:static void *X11DRV_vkGetDeviceProcAddr(VkDevice device, const char *name)
wine-development-5.5/dlls/winex11.drv/vulkan.c-426-{
##############################################
wine-development-5.5/dlls/winex11.drv/vulkan.c-430-
wine-development-5.5/dlls/winex11.drv/vulkan.c:431:    if ((proc_addr = X11DRV_get_vk_device_proc_addr(name)))
wine-development-5.5/dlls/winex11.drv/vulkan.c-432-        return proc_addr;
wine-development-5.5/dlls/winex11.drv/vulkan.c-433-
wine-development-5.5/dlls/winex11.drv/vulkan.c:434:    return pvkGetDeviceProcAddr(device, name);
wine-development-5.5/dlls/winex11.drv/vulkan.c-435-}
wine-development-5.5/dlls/winex11.drv/vulkan.c-436-
wine-development-5.5/dlls/winex11.drv/vulkan.c:437:static void *X11DRV_vkGetInstanceProcAddr(VkInstance instance, const char *name)
wine-development-5.5/dlls/winex11.drv/vulkan.c-438-{
##############################################
wine-development-5.5/dlls/winex11.drv/vulkan.c-442-
wine-development-5.5/dlls/winex11.drv/vulkan.c:443:    if ((proc_addr = X11DRV_get_vk_instance_proc_addr(instance, name)))
wine-development-5.5/dlls/winex11.drv/vulkan.c-444-        return proc_addr;
wine-development-5.5/dlls/winex11.drv/vulkan.c-445-
wine-development-5.5/dlls/winex11.drv/vulkan.c:446:    return pvkGetInstanceProcAddr(instance, name);
wine-development-5.5/dlls/winex11.drv/vulkan.c-447-}
##############################################
wine-development-5.5/dlls/winex11.drv/vulkan.c-568-
wine-development-5.5/dlls/winex11.drv/vulkan.c:569:static void *X11DRV_get_vk_device_proc_addr(const char *name)
wine-development-5.5/dlls/winex11.drv/vulkan.c-570-{
wine-development-5.5/dlls/winex11.drv/vulkan.c:571:    return get_vulkan_driver_device_proc_addr(&vulkan_funcs, name);
wine-development-5.5/dlls/winex11.drv/vulkan.c-572-}
wine-development-5.5/dlls/winex11.drv/vulkan.c-573-
wine-development-5.5/dlls/winex11.drv/vulkan.c:574:static void *X11DRV_get_vk_instance_proc_addr(VkInstance instance, const char *name)
wine-development-5.5/dlls/winex11.drv/vulkan.c-575-{
wine-development-5.5/dlls/winex11.drv/vulkan.c:576:    return get_vulkan_driver_instance_proc_addr(&vulkan_funcs, instance, name);
wine-development-5.5/dlls/winex11.drv/vulkan.c-577-}
##############################################
wine-development-5.5/dlls/winhttp/session.c-655-
wine-development-5.5/dlls/winhttp/session.c:656:static BOOL copy_sockaddr( const struct sockaddr *addr, SOCKADDR_STORAGE *addr_storage )
wine-development-5.5/dlls/winhttp/session.c-657-{
##############################################
wine-development-5.5/dlls/winhttp/session.c-794-        if (getsockname( request->netconn->socket, &local, &len )) return FALSE;
wine-development-5.5/dlls/winhttp/session.c:795:        if (!copy_sockaddr( &local, &info->LocalAddress )) return FALSE;
wine-development-5.5/dlls/winhttp/session.c:796:        if (!copy_sockaddr( remote, &info->RemoteAddress )) return FALSE;
wine-development-5.5/dlls/winhttp/session.c-797-        info->cbSize = sizeof(*info);
##############################################
wine-development-5.5/dlls/winhttp/tests/notification.c-659-    sa.sin_port = htons(si->port);
wine-development-5.5/dlls/winhttp/tests/notification.c:660:    sa.sin_addr.S_un.S_addr = inet_addr("127.0.0.1");
wine-development-5.5/dlls/winhttp/tests/notification.c-661-
##############################################
wine-development-5.5/dlls/winhttp/tests/winhttp.c-2241-    sa.sin_port = htons(si->port);
wine-development-5.5/dlls/winhttp/tests/winhttp.c:2242:    sa.sin_addr.S_un.S_addr = inet_addr("127.0.0.1");
wine-development-5.5/dlls/winhttp/tests/winhttp.c-2243-
##############################################
wine-development-5.5/dlls/wininet/tests/http.c-2154-    sa.sin_port = htons(si->port);
wine-development-5.5/dlls/wininet/tests/http.c:2155:    sa.sin_addr.S_un.S_addr = inet_addr("127.0.0.1");
wine-development-5.5/dlls/wininet/tests/http.c-2156-
##############################################
wine-development-5.5/dlls/winsock.dll16/socket.c-319-
wine-development-5.5/dlls/winsock.dll16/socket.c:320:static DWORD WINAPI async_gethostbyaddr(LPVOID arg)
wine-development-5.5/dlls/winsock.dll16/socket.c-321-{
##############################################
wine-development-5.5/dlls/winsock.dll16/socket.c-326-
wine-development-5.5/dlls/winsock.dll16/socket.c:327:    if ((he = gethostbyaddr(aq->host_addr,aq->host_len,aq->host_type)))
wine-development-5.5/dlls/winsock.dll16/socket.c-328-    {
##############################################
wine-development-5.5/dlls/winsock.dll16/socket.c-533-/***********************************************************************
wine-development-5.5/dlls/winsock.dll16/socket.c:534: *		inet_addr		(WINSOCK.10)
wine-development-5.5/dlls/winsock.dll16/socket.c-535- */
##############################################
wine-development-5.5/dlls/winsock.dll16/socket.c-538-    if (!cp) return INADDR_NONE;
wine-development-5.5/dlls/winsock.dll16/socket.c:539:    return inet_addr(cp);
wine-development-5.5/dlls/winsock.dll16/socket.c-540-}
##############################################
wine-development-5.5/dlls/winsock.dll16/socket.c-676-/***********************************************************************
wine-development-5.5/dlls/winsock.dll16/socket.c:677: *		gethostbyaddr		(WINSOCK.51)
wine-development-5.5/dlls/winsock.dll16/socket.c-678- */
##############################################
wine-development-5.5/dlls/winsock.dll16/socket.c-682-
wine-development-5.5/dlls/winsock.dll16/socket.c:683:    if (!(he = gethostbyaddr( addr, len, type ))) return 0;
wine-development-5.5/dlls/winsock.dll16/socket.c-684-    return ws_hostent_32_to_16( he, 0, NULL );
##############################################
wine-development-5.5/dlls/winsock.dll16/socket.c-759-/***********************************************************************
wine-development-5.5/dlls/winsock.dll16/socket.c:760: *       WSAAsyncGetHostByAddr	(WINSOCK.102)
wine-development-5.5/dlls/winsock.dll16/socket.c-761- */
##############################################
wine-development-5.5/dlls/winsock.dll16/winsock.dll16.spec-9-9   pascal -ret16 htons(word) htons16
wine-development-5.5/dlls/winsock.dll16/winsock.dll16.spec:10:10  pascal inet_addr(ptr) inet_addr16
wine-development-5.5/dlls/winsock.dll16/winsock.dll16.spec-11-11  pascal inet_ntoa(long) inet_ntoa16
##############################################
wine-development-5.5/dlls/winsock.dll16/winsock.dll16.spec-23-23  pascal -ret16 socket(word word word) socket16
wine-development-5.5/dlls/winsock.dll16/winsock.dll16.spec:24:51  pascal gethostbyaddr(ptr word word) gethostbyaddr16
wine-development-5.5/dlls/winsock.dll16/winsock.dll16.spec-25-52  pascal gethostbyname(ptr) gethostbyname16
##############################################
wine-development-5.5/dlls/winsock.dll16/winsock.dll16.spec-31-101 pascal -ret16 WSAAsyncSelect(word word word long) WSAAsyncSelect16
wine-development-5.5/dlls/winsock.dll16/winsock.dll16.spec:32:102 pascal -ret16 WSAAsyncGetHostByAddr(word word ptr word word segptr word) WSAAsyncGetHostByAddr16
wine-development-5.5/dlls/winsock.dll16/winsock.dll16.spec-33-103 pascal -ret16 WSAAsyncGetHostByName(word word str segptr word) WSAAsyncGetHostByName16
##############################################
wine-development-5.5/dlls/ws2_32/async.c-166-
wine-development-5.5/dlls/ws2_32/async.c:167:static LPARAM async_gethostbyaddr( struct async_query_header *query )
wine-development-5.5/dlls/ws2_32/async.c-168-{
wine-development-5.5/dlls/ws2_32/async.c-169-    struct async_query_gethostbyaddr *aq = CONTAINING_RECORD( query, struct async_query_gethostbyaddr, query );
wine-development-5.5/dlls/ws2_32/async.c:170:    struct WS_hostent *he = WS_gethostbyaddr( aq->host_addr, aq->host_len, aq->host_type );
wine-development-5.5/dlls/ws2_32/async.c-171-
##############################################
wine-development-5.5/dlls/ws2_32/async.c-296-/***********************************************************************
wine-development-5.5/dlls/ws2_32/async.c:297: *       WSAAsyncGetHostByAddr        (WS2_32.102)
wine-development-5.5/dlls/ws2_32/async.c-298- */
wine-development-5.5/dlls/ws2_32/async.c:299:HANDLE WINAPI WSAAsyncGetHostByAddr(HWND hWnd, UINT uMsg, LPCSTR addr,
wine-development-5.5/dlls/ws2_32/async.c-300-                               INT len, INT type, LPSTR sbuf, INT buflen)
##############################################
wine-development-5.5/dlls/ws2_32/socket.c-284-
wine-development-5.5/dlls/ws2_32/socket.c:285:static inline const char *debugstr_sockaddr( const struct WS_sockaddr *a )
wine-development-5.5/dlls/ws2_32/socket.c-286-{
##############################################
wine-development-5.5/dlls/ws2_32/socket.c-3320-    {
wine-development-5.5/dlls/ws2_32/socket.c:3321:        in_addr_t adapter_addr = (in_addr_t) inet_addr(adapter->IpAddressList.IpAddress.String);
wine-development-5.5/dlls/ws2_32/socket.c-3322-
##############################################
wine-development-5.5/dlls/ws2_32/socket.c-3372-
wine-development-5.5/dlls/ws2_32/socket.c:3373:    TRACE("socket %04lx, ptr %p %s, length %d\n", s, name, debugstr_sockaddr(name), namelen);
wine-development-5.5/dlls/ws2_32/socket.c-3374-
##############################################
wine-development-5.5/dlls/ws2_32/socket.c-3502-
wine-development-5.5/dlls/ws2_32/socket.c:3503:    TRACE("socket %04lx, ptr %p %s, length %d\n", s, name, debugstr_sockaddr(name), namelen);
wine-development-5.5/dlls/ws2_32/socket.c-3504-
##############################################
wine-development-5.5/dlls/ws2_32/socket.c-3578-    TRACE("socket %04lx, ptr %p %s, length %d, sendptr %p, len %d, ov %p\n",
wine-development-5.5/dlls/ws2_32/socket.c:3579:          s, name, debugstr_sockaddr(name), namelen, sendBuf, sendBufLen, ov);
wine-development-5.5/dlls/ws2_32/socket.c-3580-
##############################################
wine-development-5.5/dlls/ws2_32/socket.c-3712-                res = 0;
wine-development-5.5/dlls/ws2_32/socket.c:3713:                TRACE("=> %s\n", debugstr_sockaddr(name));
wine-development-5.5/dlls/ws2_32/socket.c-3714-            }
##############################################
wine-development-5.5/dlls/ws2_32/socket.c-3766-
wine-development-5.5/dlls/ws2_32/socket.c:3767:                adapter_addr = inet_addr(adapter->IpAddressList.IpAddress.String);
wine-development-5.5/dlls/ws2_32/socket.c-3768-                addr->sin_addr.s_addr = adapter_addr;
##############################################
wine-development-5.5/dlls/ws2_32/socket.c-3823-                res = 0;
wine-development-5.5/dlls/ws2_32/socket.c:3824:                TRACE("=> %s\n", debugstr_sockaddr(name));
wine-development-5.5/dlls/ws2_32/socket.c-3825-            }
##############################################
wine-development-5.5/dlls/ws2_32/socket.c-4458-/***********************************************************************
wine-development-5.5/dlls/ws2_32/socket.c:4459: *		inet_addr		(WS2_32.11)
wine-development-5.5/dlls/ws2_32/socket.c-4460- */
wine-development-5.5/dlls/ws2_32/socket.c:4461:WS_u_long WINAPI WS_inet_addr(const char *cp)
wine-development-5.5/dlls/ws2_32/socket.c-4462-{
wine-development-5.5/dlls/ws2_32/socket.c-4463-    if (!cp) return INADDR_NONE;
wine-development-5.5/dlls/ws2_32/socket.c:4464:    return inet_addr(cp);
wine-development-5.5/dlls/ws2_32/socket.c-4465-}
##############################################
wine-development-5.5/dlls/ws2_32/socket.c-4828-
wine-development-5.5/dlls/ws2_32/socket.c:4829:                        addr = inet_addr(ptr->IpAddressList.IpAddress.String);
wine-development-5.5/dlls/ws2_32/socket.c:4830:                        mask = inet_addr(ptr->IpAddressList.IpMask.String);
wine-development-5.5/dlls/ws2_32/socket.c-4831-                        bcast = addr | ~mask;
##############################################
wine-development-5.5/dlls/ws2_32/socket.c-4927-                sockaddr[i].sin_port = 0;
wine-development-5.5/dlls/ws2_32/socket.c:4928:                sockaddr[i].sin_addr.WS_s_addr = inet_addr(p->IpAddressList.IpAddress.String);
wine-development-5.5/dlls/ws2_32/socket.c-4929-                i++;
##############################################
wine-development-5.5/dlls/ws2_32/socket.c-6233-/***********************************************************************
wine-development-5.5/dlls/ws2_32/socket.c:6234: *		gethostbyaddr		(WS2_32.51)
wine-development-5.5/dlls/ws2_32/socket.c-6235- */
wine-development-5.5/dlls/ws2_32/socket.c:6236:struct WS_hostent* WINAPI WS_gethostbyaddr(const char *addr, int len, int type)
wine-development-5.5/dlls/ws2_32/socket.c-6237-{
##############################################
wine-development-5.5/dlls/ws2_32/socket.c-6271-    EnterCriticalSection( &csWSgetXXXbyYYY );
wine-development-5.5/dlls/ws2_32/socket.c:6272:    host = gethostbyaddr(paddr, len, unixtype);
wine-development-5.5/dlls/ws2_32/socket.c-6273-    if (host) retval = WS_dup_he(host);
##############################################
wine-development-5.5/dlls/ws2_32/socket.c-6382-            if (route_addrs[i].interface == k->Index)
wine-development-5.5/dlls/ws2_32/socket.c:6383:                route_addrs[i].addr.s_addr = (in_addr_t) inet_addr(ip);
wine-development-5.5/dlls/ws2_32/socket.c-6384-        }
##############################################
wine-development-5.5/dlls/ws2_32/socket.c-6904-                      ai, ai->ai_flags, ai->ai_family, ai->ai_socktype, ai->ai_protocol, ai->ai_addrlen,
wine-development-5.5/dlls/ws2_32/socket.c:6905:                      ai->ai_canonname, debugstr_sockaddr(ai->ai_addr));
wine-development-5.5/dlls/ws2_32/socket.c-6906-                ai = ai->ai_next;
##############################################
wine-development-5.5/dlls/ws2_32/socket.c-7271-
wine-development-5.5/dlls/ws2_32/socket.c:7272:    TRACE("%s %d %p %d %p %d %d\n", debugstr_sockaddr(sa), salen, host, hostlen,
wine-development-5.5/dlls/ws2_32/socket.c-7273-          serv, servlen, flags);
##############################################
wine-development-5.5/dlls/ws2_32/socket.c-8356-
wine-development-5.5/dlls/ws2_32/socket.c:8357:    TRACE("family %d, addr (%p), buffer (%p), len %ld\n", family, addr, buffer, len);
wine-development-5.5/dlls/ws2_32/socket.c-8358-    if (!buffer)
##############################################
wine-development-5.5/dlls/ws2_32/socket.c-8463-
wine-development-5.5/dlls/ws2_32/socket.c:8464:    TRACE("family %d, addr (%p), buffer (%p), len %ld\n", family, addr, buffer, len);
wine-development-5.5/dlls/ws2_32/socket.c-8465-
##############################################
wine-development-5.5/dlls/ws2_32/tests/sock.c-251-    addr.sin_family = AF_INET;
wine-development-5.5/dlls/ws2_32/tests/sock.c:252:    addr.sin_addr.s_addr = inet_addr("127.0.0.1");
wine-development-5.5/dlls/ws2_32/tests/sock.c-253-    ret = bind(server, (struct sockaddr*)&addr, sizeof(addr));
##############################################
wine-development-5.5/dlls/ws2_32/tests/sock.c-301-    addr.sin_family = AF_INET;
wine-development-5.5/dlls/ws2_32/tests/sock.c:302:    addr.sin_addr.s_addr = inet_addr("127.0.0.1");
wine-development-5.5/dlls/ws2_32/tests/sock.c-303-    ret = bind(server, (struct sockaddr *)&addr, sizeof(addr));
##############################################
wine-development-5.5/dlls/ws2_32/tests/sock.c-523-    mem->addr.sin_family = AF_INET;
wine-development-5.5/dlls/ws2_32/tests/sock.c:524:    mem->addr.sin_addr.s_addr = inet_addr ( gen->inet_addr );
wine-development-5.5/dlls/ws2_32/tests/sock.c-525-    mem->addr.sin_port = htons ( gen->inet_port );
##############################################
wine-development-5.5/dlls/ws2_32/tests/sock.c-569-    mem->addr.sin_family = AF_INET;
wine-development-5.5/dlls/ws2_32/tests/sock.c:570:    mem->addr.sin_addr.s_addr = inet_addr ( gen->inet_addr );
wine-development-5.5/dlls/ws2_32/tests/sock.c-571-    mem->addr.sin_port = htons ( gen->inet_port );
##############################################
wine-development-5.5/dlls/ws2_32/tests/sock.c-625-
wine-development-5.5/dlls/ws2_32/tests/sock.c:626:        ok ( mem->sock[0].peer.sin_addr.s_addr == inet_addr ( gen->inet_addr ),
wine-development-5.5/dlls/ws2_32/tests/sock.c-627-             "simple_server (%x): strange peer address\n", id );
##############################################
wine-development-5.5/dlls/ws2_32/tests/sock.c-680-
wine-development-5.5/dlls/ws2_32/tests/sock.c:681:    ok ( mem->sock[0].peer.sin_addr.s_addr == inet_addr ( gen->inet_addr ),
wine-development-5.5/dlls/ws2_32/tests/sock.c-682-         "oob_server (%x): strange peer address\n", id );
##############################################
wine-development-5.5/dlls/ws2_32/tests/sock.c-779-
wine-development-5.5/dlls/ws2_32/tests/sock.c:780:            ok ( mem->sock[n_connections].peer.sin_addr.s_addr == inet_addr ( gen->inet_addr ),
wine-development-5.5/dlls/ws2_32/tests/sock.c-781-                "select_server (%x): strange peer address\n", id );
##############################################
wine-development-5.5/dlls/ws2_32/tests/sock.c-1001-    */
wine-development-5.5/dlls/ws2_32/tests/sock.c:1002:    ((struct sockaddr_in*)&test)->sin_addr.s_addr = inet_addr("0.0.0.0");
wine-development-5.5/dlls/ws2_32/tests/sock.c-1003-
##############################################
wine-development-5.5/dlls/ws2_32/tests/sock.c-1767-        saddr.sin_family = AF_INET;
wine-development-5.5/dlls/ws2_32/tests/sock.c:1768:        saddr.sin_addr.s_addr = inet_addr("127.0.0.1");
wine-development-5.5/dlls/ws2_32/tests/sock.c-1769-
##############################################
wine-development-5.5/dlls/ws2_32/tests/sock.c-1968-
wine-development-5.5/dlls/ws2_32/tests/sock.c:1969:static void test_so_reuseaddr(void)
wine-development-5.5/dlls/ws2_32/tests/sock.c-1970-{
##############################################
wine-development-5.5/dlls/ws2_32/tests/sock.c-1978-    saddr.sin_port        = htons(SERVERPORT+1);
wine-development-5.5/dlls/ws2_32/tests/sock.c:1979:    saddr.sin_addr.s_addr = inet_addr("127.0.0.1");
wine-development-5.5/dlls/ws2_32/tests/sock.c-1980-
##############################################
wine-development-5.5/dlls/ws2_32/tests/sock.c-2049-{
wine-development-5.5/dlls/ws2_32/tests/sock.c:2050:    ULONG addresses[2] = {inet_addr("127.0.0.1"), htonl(INADDR_ANY)};
wine-development-5.5/dlls/ws2_32/tests/sock.c-2051-    char recvbuf[10], pktbuf[512], msg[] = "HELLO";
##############################################
wine-development-5.5/dlls/ws2_32/tests/sock.c-2371-        peer[i].addr.sin_family         = AF_INET;
wine-development-5.5/dlls/ws2_32/tests/sock.c:2372:        peer[i].addr.sin_addr.s_addr    = inet_addr ( SERVERIP );
wine-development-5.5/dlls/ws2_32/tests/sock.c-2373-
##############################################
wine-development-5.5/dlls/ws2_32/tests/sock.c-2929-    addr.sin_family = AF_INET;
wine-development-5.5/dlls/ws2_32/tests/sock.c:2930:    addr.sin_addr.s_addr = inet_addr("127.0.0.1");
wine-development-5.5/dlls/ws2_32/tests/sock.c-2931-    ok(!bind(source, (struct sockaddr*)&addr, sizeof(addr)),
##############################################
wine-development-5.5/dlls/ws2_32/tests/sock.c-2981-    addr.sin_family = AF_INET;
wine-development-5.5/dlls/ws2_32/tests/sock.c:2982:    addr.sin_addr.s_addr = inet_addr("127.0.0.1");
wine-development-5.5/dlls/ws2_32/tests/sock.c-2983-    ok(!bind(source, (struct sockaddr*)&addr, sizeof(addr)),
##############################################
wine-development-5.5/dlls/ws2_32/tests/sock.c-3689-    addr.sin_family = AF_INET;
wine-development-5.5/dlls/ws2_32/tests/sock.c:3690:    addr.sin_addr.s_addr = inet_addr(SERVERIP);
wine-development-5.5/dlls/ws2_32/tests/sock.c-3691-    addr.sin_port = htons(SERVERPORT);
##############################################
wine-development-5.5/dlls/ws2_32/tests/sock.c-3722-    SockAddr.sin_port = htons(6924);
wine-development-5.5/dlls/ws2_32/tests/sock.c:3723:    SockAddr.sin_addr.s_addr = inet_addr("127.0.0.1");
wine-development-5.5/dlls/ws2_32/tests/sock.c-3724-
##############################################
wine-development-5.5/dlls/ws2_32/tests/sock.c-3754-    memset(&address, 0, sizeof(address));
wine-development-5.5/dlls/ws2_32/tests/sock.c:3755:    address.sin_addr.s_addr = inet_addr("127.0.0.1");
wine-development-5.5/dlls/ws2_32/tests/sock.c-3756-    address.sin_family = AF_INET;
##############################################
wine-development-5.5/dlls/ws2_32/tests/sock.c-4024-    memset(&address, 0, sizeof(address));
wine-development-5.5/dlls/ws2_32/tests/sock.c:4025:    address.sin_addr.s_addr = inet_addr("127.0.0.1");
wine-development-5.5/dlls/ws2_32/tests/sock.c-4026-    address.sin_family = AF_INET;
##############################################
wine-development-5.5/dlls/ws2_32/tests/sock.c-4310-    memset(&address, 0, sizeof(address));
wine-development-5.5/dlls/ws2_32/tests/sock.c:4311:    address.sin_addr.s_addr = inet_addr("127.0.0.1");
wine-development-5.5/dlls/ws2_32/tests/sock.c-4312-    address.sin_family = AF_INET;
##############################################
wine-development-5.5/dlls/ws2_32/tests/sock.c-4901-
wine-development-5.5/dlls/ws2_32/tests/sock.c:4902:static void test_inet_addr(void)
wine-development-5.5/dlls/ws2_32/tests/sock.c-4903-{
##############################################
wine-development-5.5/dlls/ws2_32/tests/sock.c-4905-
wine-development-5.5/dlls/ws2_32/tests/sock.c:4906:    addr = inet_addr(NULL);
wine-development-5.5/dlls/ws2_32/tests/sock.c-4907-    ok(addr == INADDR_NONE, "inet_addr succeeded unexpectedly\n");
##############################################
wine-development-5.5/dlls/ws2_32/tests/sock.c-5289-    address.sin_family = AF_INET;
wine-development-5.5/dlls/ws2_32/tests/sock.c:5290:    address.sin_addr.s_addr = inet_addr( SERVERIP );
wine-development-5.5/dlls/ws2_32/tests/sock.c-5291-    address.sin_port = htons( SERVERPORT );
##############################################
wine-development-5.5/dlls/ws2_32/tests/sock.c-5955-    addr.sin_family = AF_INET;
wine-development-5.5/dlls/ws2_32/tests/sock.c:5956:    addr.sin_addr.s_addr = inet_addr("127.0.0.1");
wine-development-5.5/dlls/ws2_32/tests/sock.c-5957-    ret = bind(server, (struct sockaddr*)&addr, sizeof(addr));
##############################################
wine-development-5.5/dlls/ws2_32/tests/sock.c-6542-    sendaddr.sin_port = htons(139);
wine-development-5.5/dlls/ws2_32/tests/sock.c:6543:    sendaddr.sin_addr.s_addr = inet_addr("127.0.0.1");
wine-development-5.5/dlls/ws2_32/tests/sock.c-6544-
##############################################
wine-development-5.5/dlls/ws2_32/tests/sock.c-6588-    sockaddr.sin_family = AF_INET;
wine-development-5.5/dlls/ws2_32/tests/sock.c:6589:    sockaddr.sin_addr.s_addr = inet_addr("127.0.0.1");
wine-development-5.5/dlls/ws2_32/tests/sock.c-6590-    ok(!bind(dst, (struct sockaddr*)&sockaddr, sizeof(sockaddr)),
##############################################
wine-development-5.5/dlls/ws2_32/tests/sock.c-6630-    sockaddr.sin_port = 0;
wine-development-5.5/dlls/ws2_32/tests/sock.c:6631:    sockaddr.sin_addr.s_addr = inet_addr("127.0.0.1");
wine-development-5.5/dlls/ws2_32/tests/sock.c-6632-    ret = getsockname(sock, (struct sockaddr*)&sockaddr, &addrlen);
##############################################
wine-development-5.5/dlls/ws2_32/tests/sock.c-6663-    sockaddr.sin_port = 0;
wine-development-5.5/dlls/ws2_32/tests/sock.c:6664:    sockaddr.sin_addr.s_addr = inet_addr("127.0.0.1");
wine-development-5.5/dlls/ws2_32/tests/sock.c-6665-    sock = socket(AF_INET, SOCK_DGRAM, 0);
##############################################
wine-development-5.5/dlls/ws2_32/tests/sock.c-6708-    addr.sin_port = htons(139);
wine-development-5.5/dlls/ws2_32/tests/sock.c:6709:    addr.sin_addr.s_addr = inet_addr("127.0.0.1");
wine-development-5.5/dlls/ws2_32/tests/sock.c-6710-    data_buf.len = sizeof(buf);
##############################################
wine-development-5.5/dlls/ws2_32/tests/sock.c-6876-    addr.sin_family = AF_INET;
wine-development-5.5/dlls/ws2_32/tests/sock.c:6877:    addr.sin_addr.s_addr = inet_addr("127.0.0.1");
wine-development-5.5/dlls/ws2_32/tests/sock.c-6878-    iret = bind(server, (struct sockaddr *)&addr, sizeof(addr));
##############################################
wine-development-5.5/dlls/ws2_32/tests/sock.c-7183-    memset(&address, 0, sizeof(address));
wine-development-5.5/dlls/ws2_32/tests/sock.c:7184:    address.sin_addr.s_addr = inet_addr("127.0.0.1");
wine-development-5.5/dlls/ws2_32/tests/sock.c-7185-    address.sin_family = AF_INET;
##############################################
wine-development-5.5/dlls/ws2_32/tests/sock.c-8109-    address.sin_family = AF_INET;
wine-development-5.5/dlls/ws2_32/tests/sock.c:8110:    address.sin_addr.s_addr = inet_addr("127.0.0.1");
wine-development-5.5/dlls/ws2_32/tests/sock.c-8111-    iret = bind(listener, (struct sockaddr*)&address, sizeof(address));
##############################################
wine-development-5.5/dlls/ws2_32/tests/sock.c-8164-    conaddress.sin_family = AF_INET;
wine-development-5.5/dlls/ws2_32/tests/sock.c:8165:    conaddress.sin_addr.s_addr = inet_addr("127.0.0.1");
wine-development-5.5/dlls/ws2_32/tests/sock.c-8166-    iret = bind(connector, (struct sockaddr*)&conaddress, sizeof(conaddress));
##############################################
wine-development-5.5/dlls/ws2_32/tests/sock.c-8206-    conaddress.sin_family = AF_INET;
wine-development-5.5/dlls/ws2_32/tests/sock.c:8207:    conaddress.sin_addr.s_addr = inet_addr("127.0.0.1");
wine-development-5.5/dlls/ws2_32/tests/sock.c-8208-    iret = bind(connector, (struct sockaddr*)&conaddress, sizeof(conaddress));
##############################################
wine-development-5.5/dlls/ws2_32/tests/sock.c-8249-    conaddress.sin_family = AF_INET;
wine-development-5.5/dlls/ws2_32/tests/sock.c:8250:    conaddress.sin_addr.s_addr = inet_addr("127.0.0.1");
wine-development-5.5/dlls/ws2_32/tests/sock.c-8251-    iret = bind(connector, (struct sockaddr*)&conaddress, sizeof(conaddress));
##############################################
wine-development-5.5/dlls/ws2_32/tests/sock.c-8331-    bindAddress.sin_family = AF_INET;
wine-development-5.5/dlls/ws2_32/tests/sock.c:8332:    bindAddress.sin_addr.s_addr = inet_addr("127.0.0.1");
wine-development-5.5/dlls/ws2_32/tests/sock.c-8333-    iret = bind(listener, (struct sockaddr*)&bindAddress, sizeof(bindAddress));
##############################################
wine-development-5.5/dlls/ws2_32/tests/sock.c-8854-    address.sin_family = AF_INET;
wine-development-5.5/dlls/ws2_32/tests/sock.c:8855:    address.sin_addr.s_addr = inet_addr("127.0.0.1");
wine-development-5.5/dlls/ws2_32/tests/sock.c-8856-    iret = bind(listener, (struct sockaddr *)&address, sizeof(address));
##############################################
wine-development-5.5/dlls/ws2_32/tests/sock.c-9008-    bindAddress.sin_port = htons(SERVERPORT+1);
wine-development-5.5/dlls/ws2_32/tests/sock.c:9009:    bindAddress.sin_addr.s_addr = inet_addr("127.0.0.1");
wine-development-5.5/dlls/ws2_32/tests/sock.c-9010-    iret = bind(server, (struct sockaddr*)&bindAddress, sizeof(bindAddress));
##############################################
wine-development-5.5/dlls/ws2_32/tests/sock.c-9202-    sa.sin_port = htons(139);
wine-development-5.5/dlls/ws2_32/tests/sock.c:9203:    sa.sin_addr.s_addr = inet_addr("127.0.0.1");
wine-development-5.5/dlls/ws2_32/tests/sock.c-9204-
##############################################
wine-development-5.5/dlls/ws2_32/tests/sock.c-9706-    bindAddress->sin_family = AF_INET;
wine-development-5.5/dlls/ws2_32/tests/sock.c:9707:    bindAddress->sin_addr.s_addr = inet_addr("127.0.0.1");
wine-development-5.5/dlls/ws2_32/tests/sock.c-9708-    iret = bind(src, (struct sockaddr*)bindAddress, sizeof(*bindAddress));
##############################################
wine-development-5.5/dlls/ws2_32/tests/sock.c-10611-
wine-development-5.5/dlls/ws2_32/tests/sock.c:10612:    addr = inet_addr("4.3.2.1");
wine-development-5.5/dlls/ws2_32/tests/sock.c-10613-    ok(addr == htonl(0x04030201), "expected 0x04030201, got %08x\n", addr);
##############################################
wine-development-5.5/dlls/ws2_32/tests/sock.c-10629-
wine-development-5.5/dlls/ws2_32/tests/sock.c:10630:    addr = inet_addr("1.2.3.4");
wine-development-5.5/dlls/ws2_32/tests/sock.c-10631-    ok(addr == htonl(0x01020304), "expected 0x01020304, got %08x\n", addr);
##############################################
wine-development-5.5/dlls/ws2_32/tests/sock.c-11658-    test_set_getsockopt();
wine-development-5.5/dlls/ws2_32/tests/sock.c:11659:    test_so_reuseaddr();
wine-development-5.5/dlls/ws2_32/tests/sock.c-11660-    test_ip_pktinfo();
##############################################
wine-development-5.5/dlls/ws2_32/tests/sock.c-11688-    test_getsockname();
wine-development-5.5/dlls/ws2_32/tests/sock.c:11689:    test_inet_addr();
wine-development-5.5/dlls/ws2_32/tests/sock.c-11690-    test_addr_to_print();
##############################################
wine-development-5.5/dlls/ws2_32/ws2_32.spec-10-10  stdcall  ioctlsocket(long long ptr) WS_ioctlsocket
wine-development-5.5/dlls/ws2_32/ws2_32.spec:11:11  stdcall  inet_addr(str) WS_inet_addr
wine-development-5.5/dlls/ws2_32/ws2_32.spec-12-12  stdcall  inet_ntoa(ptr) WS_inet_ntoa
##############################################
wine-development-5.5/dlls/ws2_32/ws2_32.spec-23-23  stdcall  socket(long long long) WS_socket
wine-development-5.5/dlls/ws2_32/ws2_32.spec:24:51  stdcall  gethostbyaddr(ptr long long) WS_gethostbyaddr
wine-development-5.5/dlls/ws2_32/ws2_32.spec-25-52  stdcall  gethostbyname(str) WS_gethostbyname
##############################################
wine-development-5.5/dlls/ws2_32/ws2_32.spec-32-101 stdcall WSAAsyncSelect(long long long long)
wine-development-5.5/dlls/ws2_32/ws2_32.spec:33:102 stdcall WSAAsyncGetHostByAddr(long long ptr long long ptr long)
wine-development-5.5/dlls/ws2_32/ws2_32.spec-34-103 stdcall WSAAsyncGetHostByName(long long str ptr long)
##############################################
wine-development-5.5/dlls/wsdapi/address.c-220-
wine-development-5.5/dlls/wsdapi/address.c:221:static HRESULT WINAPI IWSDUdpAddressImpl_SetSockaddr(IWSDUdpAddress *This, const SOCKADDR_STORAGE *pSockAddr)
wine-development-5.5/dlls/wsdapi/address.c-222-{
##############################################
wine-development-5.5/dlls/wsdapi/address.c-235-
wine-development-5.5/dlls/wsdapi/address.c:236:static HRESULT WINAPI IWSDUdpAddressImpl_GetSockaddr(IWSDUdpAddress *This, SOCKADDR_STORAGE *pSockAddr)
wine-development-5.5/dlls/wsdapi/address.c-237-{
##############################################
wine-development-5.5/dlls/wsdapi/network.c-328-
wine-development-5.5/dlls/wsdapi/network.c:329:            IWSDUdpAddress_SetSockaddr(remote_addr, source_addr);
wine-development-5.5/dlls/wsdapi/network.c-330-            IWSDUdpMessageParameters_SetRemoteAddress(msg_params, (IWSDAddress *)remote_addr);
##############################################
wine-development-5.5/dlls/wsdapi/network.c-568-
wine-development-5.5/dlls/wsdapi/network.c:569:    ret = IWSDUdpAddress_GetSockaddr(remote_addr, &address);
wine-development-5.5/dlls/wsdapi/network.c-570-
##############################################
wine-development-5.5/dlls/wsdapi/tests/address.c-277-
wine-development-5.5/dlls/wsdapi/tests/address.c:278:    rc = IWSDUdpAddress_GetSockaddr(udpAddress, NULL);
wine-development-5.5/dlls/wsdapi/tests/address.c-279-    ok(rc == E_POINTER, "GetSockaddr returned unexpected result: %08x\n", rc);
wine-development-5.5/dlls/wsdapi/tests/address.c-280-
wine-development-5.5/dlls/wsdapi/tests/address.c:281:    rc = IWSDUdpAddress_GetSockaddr(udpAddress, &returnedStorage);
wine-development-5.5/dlls/wsdapi/tests/address.c-282-    ok(rc == E_FAIL, "GetSockaddr returned unexpected result: %08x\n", rc);
##############################################
wine-development-5.5/dlls/wsdapi/tests/address.c-288-    /* A socket address should be returned */
wine-development-5.5/dlls/wsdapi/tests/address.c:289:    rc = IWSDUdpAddress_GetSockaddr(udpAddress, &returnedStorage);
wine-development-5.5/dlls/wsdapi/tests/address.c-290-    ok(rc == S_OK, "GetSockaddr returned unexpected result: %08x\n", rc);
##############################################
wine-development-5.5/dlls/wsdapi/tests/address.c-317-
wine-development-5.5/dlls/wsdapi/tests/address.c:318:    rc = IWSDUdpAddress_SetSockaddr(udpAddress, &storage1);
wine-development-5.5/dlls/wsdapi/tests/address.c-319-    ok(rc == S_OK, "SetSockaddr returned unexpected result: %08x\n", rc);
wine-development-5.5/dlls/wsdapi/tests/address.c-320-
wine-development-5.5/dlls/wsdapi/tests/address.c:321:    rc = IWSDUdpAddress_GetSockaddr(udpAddress, &returnedStorage);
wine-development-5.5/dlls/wsdapi/tests/address.c-322-    ok(rc == S_OK, "GetSockaddr returned unexpected result: %08x\n", rc);
##############################################
wine-development-5.5/dlls/wsdapi/tests/address.c-340-
wine-development-5.5/dlls/wsdapi/tests/address.c:341:    rc = IWSDUdpAddress_SetSockaddr(udpAddress, &storage1);
wine-development-5.5/dlls/wsdapi/tests/address.c-342-    ok(rc == S_OK, "SetSockaddr returned unexpected result: %08x\n", rc);
##############################################
wine-development-5.5/dlls/wsdapi/tests/address.c-357-
wine-development-5.5/dlls/wsdapi/tests/address.c:358:    rc = IWSDUdpAddress_SetSockaddr(udpAddress, &storage2);
wine-development-5.5/dlls/wsdapi/tests/address.c-359-    ok(rc == S_OK, "SetSockaddr returned unexpected result: %08x\n", rc);
wine-development-5.5/dlls/wsdapi/tests/address.c-360-
wine-development-5.5/dlls/wsdapi/tests/address.c:361:    rc = IWSDUdpAddress_GetSockaddr(udpAddress, &returnedStorage);
wine-development-5.5/dlls/wsdapi/tests/address.c-362-    ok(rc == S_OK, "GetSockaddr returned unexpected result: %08x\n", rc);
##############################################
wine-development-5.5/dlls/wsdapi/tests/address.c-380-
wine-development-5.5/dlls/wsdapi/tests/address.c:381:    rc = IWSDUdpAddress_SetSockaddr(udpAddress, &storage2);
wine-development-5.5/dlls/wsdapi/tests/address.c-382-    ok(rc == S_OK, "SetSockaddr returned unexpected result: %08x\n", rc);
##############################################
wine-development-5.5/dlls/wsdapi/tests/address.c-389-
wine-development-5.5/dlls/wsdapi/tests/address.c:390:    rc = IWSDUdpAddress_SetSockaddr(udpAddress, &storage2);
wine-development-5.5/dlls/wsdapi/tests/address.c-391-    ok(rc == S_OK, "SetSockaddr returned unexpected result: %08x\n", rc);
##############################################
wine-development-5.5/dlls/wsdapi/tests/discovery.c-669-
wine-development-5.5/dlls/wsdapi/tests/discovery.c:670:                rc = IWSDUdpAddress_GetSockaddr(remote_addr, &remote_sock);
wine-development-5.5/dlls/wsdapi/tests/discovery.c-671-                ok(rc == S_OK, "IWSDMessageParameters_GetRemoteAddress returned %08x\n", rc);
##############################################
wine-development-5.5/dlls/wsock32/protocol.c-37-{
wine-development-5.5/dlls/wsock32/protocol.c:38:    return ntohl( inet_addr( cp ) );
wine-development-5.5/dlls/wsock32/protocol.c-39-}
##############################################
wine-development-5.5/dlls/wsock32/wsock32.spec-9-  9 stdcall htons(long) ws2_32.htons
wine-development-5.5/dlls/wsock32/wsock32.spec:10: 10 stdcall inet_addr(str) ws2_32.inet_addr
wine-development-5.5/dlls/wsock32/wsock32.spec-11- 11 stdcall inet_ntoa(ptr) ws2_32.inet_ntoa
##############################################
wine-development-5.5/dlls/wsock32/wsock32.spec-23- 23 stdcall socket(long long long) ws2_32.socket
wine-development-5.5/dlls/wsock32/wsock32.spec:24: 51 stdcall gethostbyaddr(ptr long long) ws2_32.gethostbyaddr
wine-development-5.5/dlls/wsock32/wsock32.spec-25- 52 stdcall gethostbyname(str) ws2_32.gethostbyname
##############################################
wine-development-5.5/dlls/wsock32/wsock32.spec-31-101 stdcall WSAAsyncSelect(long long long long) ws2_32.WSAAsyncSelect
wine-development-5.5/dlls/wsock32/wsock32.spec:32:102 stdcall WSAAsyncGetHostByAddr(long long ptr long long ptr long) ws2_32.WSAAsyncGetHostByAddr
wine-development-5.5/dlls/wsock32/wsock32.spec-33-103 stdcall WSAAsyncGetHostByName(long long str ptr long) ws2_32.WSAAsyncGetHostByName
##############################################
wine-development-5.5/fonts/fixedsys.sfd-1894-BDFChar: 39 72 8 1 7 0 8
wine-development-5.5/fonts/fixedsys.sfd:1895:`l?$<rl2st`W,u=
wine-development-5.5/fonts/fixedsys.sfd-1896-BDFChar: 40 73 8 2 5 0 8
##############################################
wine-development-5.5/fonts/fixedsys.sfd-1920-BDFChar: 52 85 8 1 7 0 8
wine-development-5.5/fonts/fixedsys.sfd:1921:`l?$<`l?$<HiO-H
wine-development-5.5/fonts/fixedsys.sfd-1922-BDFChar: 53 86 8 1 6 0 8
##############################################
wine-development-5.5/fonts/fixedsys.sfd-2120-BDFChar: 152 217 8 1 7 0 11
wine-development-5.5/fonts/fixedsys.sfd:2121:E&[j;`l?$<`l?#G
wine-development-5.5/fonts/fixedsys.sfd-2122-BDFChar: 153 218 8 1 7 0 11
wine-development-5.5/fonts/fixedsys.sfd:2123:*&mr<`l?$<`l?#G
wine-development-5.5/fonts/fixedsys.sfd-2124-BDFChar: 154 219 8 1 7 0 11
wine-development-5.5/fonts/fixedsys.sfd:2125:3,AT7`l?$<`l?#G
wine-development-5.5/fonts/fixedsys.sfd-2126-BDFChar: 155 220 8 1 7 0 11
wine-development-5.5/fonts/fixedsys.sfd:2127:Chs*k`l?$<`l?#G
wine-development-5.5/fonts/fixedsys.sfd-2128-BDFChar: 156 221 8 0 7 0 11
##############################################
wine-development-5.5/fonts/system.sfd-4641-BDFChar: 285 1062 10 1 8 -2 9
wine-development-5.5/fonts/system.sfd:4642:`l?$<`l?$<`r?,C
wine-development-5.5/fonts/system.sfd-4643-BDFChar: 286 1063 8 0 6 0 9
wine-development-5.5/fonts/system.sfd:4644:`l?$<`dS*r"pP&-
wine-development-5.5/fonts/system.sfd-4645-BDFChar: 287 1064 12 1 10 0 9
##############################################
wine-development-5.5/fonts/tahoma.sfd-21465-BDFChar: 137 204 4 0 2 0 8
wine-development-5.5/fonts/tahoma.sfd:21466:J3`$X5X7S"huE`W
wine-development-5.5/fonts/tahoma.sfd-21467-BDFChar: 138 205 4 0 2 0 8
##############################################
wine-development-5.5/fonts/tahoma.sfd-25945-BDFChar: 362 1046 13 0 12 0 10
wine-development-5.5/fonts/tahoma.sfd:25946:Jd=[S+s7L`$@i?]$@iaS+s92`Jd;>V
wine-development-5.5/fonts/tahoma.sfd-25947-BDFChar: 363 1063 10 0 7 0 10
##############################################
wine-development-5.5/fonts/tahoma.sfd-26678-BDFChar: 362 1046 14 0 12 0 11
wine-development-5.5/fonts/tahoma.sfd:26679:Jd=[S+s7L`$@i?]#65*]&jRW`64e_S
wine-development-5.5/fonts/tahoma.sfd-26680-BDFChar: 363 1063 10 0 7 0 11
##############################################
wine-development-5.5/fonts/tahomabd.sfd-19671-BDFChar: 41 72 8 0 6 0 6
wine-development-5.5/fonts/tahomabd.sfd:19672:`l?$t`l?!u
wine-development-5.5/fonts/tahomabd.sfd-19673-BDFChar: 42 73 5 0 3 0 6
##############################################
wine-development-5.5/fonts/tahomabd.sfd-20553-BDFChar: 41 72 8 0 6 0 6
wine-development-5.5/fonts/tahomabd.sfd:20554:`l?$t`l?!u
wine-development-5.5/fonts/tahomabd.sfd-20555-BDFChar: 42 73 5 0 3 0 6
##############################################
wine-development-5.5/fonts/tahomabd.sfd-20757-BDFChar: 143 210 8 0 6 0 9
wine-development-5.5/fonts/tahomabd.sfd:20758:0Gje;`l?$<`d@ad
wine-development-5.5/fonts/tahomabd.sfd-20759-BDFChar: 144 211 8 0 6 0 9
wine-development-5.5/fonts/tahomabd.sfd:20760:(bbr;`l?$<`d@ad
wine-development-5.5/fonts/tahomabd.sfd-20761-BDFChar: 145 212 8 0 6 0 9
wine-development-5.5/fonts/tahomabd.sfd:20762:3,ASB`l?$<`d@ad
wine-development-5.5/fonts/tahomabd.sfd-20763-BDFChar: 146 213 8 0 6 0 9
wine-development-5.5/fonts/tahomabd.sfd:20764:G2*(F`l?$<`d@ad
wine-development-5.5/fonts/tahomabd.sfd-20765-BDFChar: 147 214 8 0 6 0 9
wine-development-5.5/fonts/tahomabd.sfd:20766:Chs*!`l?$<`d@ad
wine-development-5.5/fonts/tahomabd.sfd-20767-BDFChar: 148 215 8 1 5 1 5
##############################################
wine-development-5.5/fonts/tahomabd.sfd-21470-BDFChar: 41 72 8 0 6 0 7
wine-development-5.5/fonts/tahomabd.sfd:21471:`l?$t`l?$<
wine-development-5.5/fonts/tahomabd.sfd-21472-BDFChar: 42 73 5 0 3 0 7
##############################################
wine-development-5.5/fonts/tahomabd.sfd-21496-BDFChar: 54 85 8 0 6 0 7
wine-development-5.5/fonts/tahomabd.sfd:21497:`l?$<`l?#G
wine-development-5.5/fonts/tahomabd.sfd-21498-BDFChar: 55 86 7 0 5 0 7
##############################################
wine-development-5.5/fonts/tahomabd.sfd-21688-BDFChar: 150 217 8 0 6 0 10
wine-development-5.5/fonts/tahomabd.sfd:21689:0Gjf0`l?$<`l<B+
wine-development-5.5/fonts/tahomabd.sfd-21690-BDFChar: 151 218 8 0 6 0 10
wine-development-5.5/fonts/tahomabd.sfd:21691:(bbs0`l?$<`l<B+
wine-development-5.5/fonts/tahomabd.sfd-21692-BDFChar: 152 219 8 0 6 0 10
wine-development-5.5/fonts/tahomabd.sfd:21693:3,AT7`l?$<`l<B+
wine-development-5.5/fonts/tahomabd.sfd-21694-BDFChar: 153 220 8 0 6 0 9
wine-development-5.5/fonts/tahomabd.sfd:21695:C]MJp`l?$<`d@ad
wine-development-5.5/fonts/tahomabd.sfd-21696-BDFChar: 154 221 7 0 5 0 10
##############################################
wine-development-5.5/fonts/tahomabd.sfd-22052-BDFChar: 332 362 8 0 6 0 9
wine-development-5.5/fonts/tahomabd.sfd:22053:HiV1+`l?$<`d@ad
wine-development-5.5/fonts/tahomabd.sfd-22054-BDFChar: 333 363 7 0 5 0 7
##############################################
wine-development-5.5/fonts/tahomabd.sfd-22056-BDFChar: 334 370 8 0 6 -2 7
wine-development-5.5/fonts/tahomabd.sfd:22057:`l?$<`l?#G#Rg\5
wine-development-5.5/fonts/tahomabd.sfd-22058-BDFChar: 335 371 7 0 5 -2 5
##############################################
wine-development-5.5/fonts/tahomabd.sfd-22086-BDFChar: 349 1053 8 0 6 0 7
wine-development-5.5/fonts/tahomabd.sfd:22087:`l?$t`l?$<
wine-development-5.5/fonts/tahomabd.sfd-22088-BDFChar: 350 1054 9 0 7 0 7
##############################################
wine-development-5.5/fonts/tahomabd.sfd-22104-BDFChar: 358 1062 9 0 7 -2 7
wine-development-5.5/fonts/tahomabd.sfd:22105:`l?$<`l?$u!s8N'
wine-development-5.5/fonts/tahomabd.sfd-22106-BDFChar: 359 1063 8 0 6 0 7
##############################################
wine-development-5.5/fonts/tahomabd.sfd-22226-BDFChar: 419 1186 8 0 7 -1 7
wine-development-5.5/fonts/tahomabd.sfd:22227:`l?$t`l?$=!<<*"
wine-development-5.5/fonts/tahomabd.sfd-22228-BDFChar: 420 1187 7 0 6 -1 5
##############################################
wine-development-5.5/fonts/tahomabd.sfd-22445-BDFChar: 69 100 8 0 6 0 9
wine-development-5.5/fonts/tahomabd.sfd:22446:"pP9\`l?$<c@,`n
wine-development-5.5/fonts/tahomabd.sfd-22447-BDFChar: 70 101 8 0 6 0 6
##############################################
wine-development-5.5/fonts/tahomabd.sfd-22479-BDFChar: 86 117 8 0 6 0 6
wine-development-5.5/fonts/tahomabd.sfd:22480:`l?$<`m0#5
wine-development-5.5/fonts/tahomabd.sfd-22481-BDFChar: 87 118 7 0 5 0 6
##############################################
wine-development-5.5/fonts/tahomabd.sfd-22657-BDFChar: 175 242 8 0 6 0 9
wine-development-5.5/fonts/tahomabd.sfd:22658:?n_S.`l?$<`d@ad
wine-development-5.5/fonts/tahomabd.sfd-22659-BDFChar: 176 243 8 0 6 0 9
wine-development-5.5/fonts/tahomabd.sfd:22660:$lAtl`l?$<`d@ad
wine-development-5.5/fonts/tahomabd.sfd-22661-BDFChar: 177 244 8 0 6 0 9
wine-development-5.5/fonts/tahomabd.sfd:22662:3,ASB`l?$<`d@ad
wine-development-5.5/fonts/tahomabd.sfd-22663-BDFChar: 178 245 8 0 6 0 9
wine-development-5.5/fonts/tahomabd.sfd:22664:3a;Z4`l?$<`d@ad
wine-development-5.5/fonts/tahomabd.sfd-22665-BDFChar: 179 246 8 0 6 0 8
##############################################
wine-development-5.5/fonts/tahomabd.sfd-22671-BDFChar: 182 249 8 0 6 0 9
wine-development-5.5/fonts/tahomabd.sfd:22672:0Gjf0`l?$<c@,`n
wine-development-5.5/fonts/tahomabd.sfd-22673-BDFChar: 183 250 8 0 6 0 9
wine-development-5.5/fonts/tahomabd.sfd:22674:(bbs0`l?$<c@,`n
wine-development-5.5/fonts/tahomabd.sfd-22675-BDFChar: 184 251 8 0 6 0 9
wine-development-5.5/fonts/tahomabd.sfd:22676:3,AT7`l?$<c@,`n
wine-development-5.5/fonts/tahomabd.sfd-22677-BDFChar: 185 252 8 0 6 0 8
##############################################
wine-development-5.5/fonts/tahomabd.sfd-22681-BDFChar: 187 254 8 0 6 -2 9
wine-development-5.5/fonts/tahomabd.sfd:22682:^qdb``l?$<`r*Wf
wine-development-5.5/fonts/tahomabd.sfd-22683-BDFChar: 188 255 7 0 5 -2 8
##############################################
wine-development-5.5/fonts/tahomabd.sfd-22717-BDFChar: 235 181 8 0 6 -2 6
wine-development-5.5/fonts/tahomabd.sfd:22718:`l?$<`m4S!^]4?7
wine-development-5.5/fonts/tahomabd.sfd-22719-BDFChar: 237 8211 8 0 7 3 3
##############################################
wine-development-5.5/fonts/tahomabd.sfd-22777-BDFChar: 335 371 8 0 6 -2 6
wine-development-5.5/fonts/tahomabd.sfd:22778:`l?$<`m0#9"onW'
wine-development-5.5/fonts/tahomabd.sfd-22779-BDFChar: 336 1040 9 0 7 0 8
##############################################
wine-development-5.5/fonts/tahomabd.sfd-22825-BDFChar: 359 1063 9 0 6 0 8
wine-development-5.5/fonts/tahomabd.sfd:22826:`l?$<`dS*r"onW'
wine-development-5.5/fonts/tahomabd.sfd-22827-BDFChar: 360 1064 13 0 11 0 8
##############################################
wine-development-5.5/fonts/tahomabd.sfd-22869-BDFChar: 381 1085 8 0 6 0 6
wine-development-5.5/fonts/tahomabd.sfd:22870:`l?$t`l?!u
wine-development-5.5/fonts/tahomabd.sfd-22871-BDFChar: 382 1086 8 0 6 0 6
##############################################
wine-development-5.5/fonts/tahomabd.sfd-22887-BDFChar: 390 1094 8 0 7 -2 6
wine-development-5.5/fonts/tahomabd.sfd:22888:`l?$<`lA#\!rr<$
wine-development-5.5/fonts/tahomabd.sfd-22889-BDFChar: 391 1095 7 0 5 0 6
##############################################
wine-development-5.5/fonts/tahomabd.sfd-22947-BDFChar: 420 1187 8 0 7 -2 6
wine-development-5.5/fonts/tahomabd.sfd:22948:`l?$t`l?%"!<<*"
wine-development-5.5/fonts/tahomabd.sfd-22949-BDFChar: 421 1198 9 0 7 0 8
##############################################
wine-development-5.5/fonts/tahomabd.sfd-23584-BDFChar: 381 1085 8 0 6 0 6
wine-development-5.5/fonts/tahomabd.sfd:23585:`l?$t`l?!u
wine-development-5.5/fonts/tahomabd.sfd-23586-BDFChar: 382 1086 7 0 6 0 6
##############################################
wine-development-5.5/fonts/tahomabd.sfd-23602-BDFChar: 390 1094 9 0 7 -2 6
wine-development-5.5/fonts/tahomabd.sfd:23603:`l?$<`lA#\!rr<$
wine-development-5.5/fonts/tahomabd.sfd-23604-BDFChar: 391 1095 8 0 5 0 6
##############################################
wine-development-5.5/fonts/tahomabd.sfd-23662-BDFChar: 420 1187 8 0 7 -2 6
wine-development-5.5/fonts/tahomabd.sfd:23663:`l?$t`l?%"!<<*"
wine-development-5.5/fonts/tahomabd.sfd-23664-BDFChar: 421 1198 7 0 7 0 9
##############################################
wine-development-5.5/fonts/tahomabd.sfd-24221-BDFChar: 342 1046 16 0 12 0 10
wine-development-5.5/fonts/tahomabd.sfd:24222:Jd=[S+s7L`$@i?]$@iaS+s92`Jd;>V
wine-development-5.5/fonts/tahomabd.sfd-24223-BDFChar: 343 1047 10 0 6 0 10
##############################################
wine-development-5.5/fonts/tahomabd.sfd-24353-BDFChar: 408 8470 10 0 9 0 10
wine-development-5.5/fonts/tahomabd.sfd:24354:`k^`PjoG+jp&NqLh>kh$c2c,i`W,u=
wine-development-5.5/fonts/tahomabd.sfd-24355-BDFChar: 409 1118 9 0 6 -3 10
##############################################
wine-development-5.5/fonts/tahomabd.sfd-24936-BDFChar: 342 1046 17 0 12 0 11
wine-development-5.5/fonts/tahomabd.sfd:24937:Jd=[S+s7L`$@i?]#65*]&jRW`64e_S
wine-development-5.5/fonts/tahomabd.sfd-24938-BDFChar: 343 1047 10 0 6 0 11
##############################################
wine-development-5.5/include/corerror.h-888-#define CORSECATTR_E_FAILED_TO_CREATE_PERM EMAKEHR(0x143c)
wine-development-5.5/include/corerror.h:889:#define CORSECATTR_E_BAD_ACTION_ASM EMAKEHR(0x143d)
wine-development-5.5/include/corerror.h-890-#define CORSECATTR_E_BAD_ACTION_OTHER EMAKEHR(0x143e)
##############################################
wine-development-5.5/include/dbghelp.h-1124-BOOL WINAPI SymEnumTypesW(HANDLE, ULONG64, PSYM_ENUMERATESYMBOLS_CALLBACKW, PVOID);
wine-development-5.5/include/dbghelp.h:1125:BOOL WINAPI SymFromAddr(HANDLE, DWORD64, DWORD64*, SYMBOL_INFO*);
wine-development-5.5/include/dbghelp.h-1126-BOOL WINAPI SymFromAddrW(HANDLE, DWORD64, DWORD64*, SYMBOL_INFOW*);
##############################################
wine-development-5.5/include/dbghelp.h-1147-BOOL WINAPI SymEnumerateSymbolsW64(HANDLE, ULONG64, PSYM_ENUMSYMBOLS_CALLBACK64W, PVOID);
wine-development-5.5/include/dbghelp.h:1148:BOOL WINAPI SymEnumSymbolsForAddr(HANDLE, DWORD64, PSYM_ENUMERATESYMBOLS_CALLBACK, PVOID);
wine-development-5.5/include/dbghelp.h-1149-BOOL WINAPI SymEnumSymbolsForAddrW(HANDLE, DWORD64, PSYM_ENUMERATESYMBOLS_CALLBACKW, PVOID);
##############################################
wine-development-5.5/include/dbghelp.h-1546-PVOID   WINAPI SymFunctionTableAccess(HANDLE, DWORD);
wine-development-5.5/include/dbghelp.h:1547:BOOL    WINAPI SymGetLineFromAddr(HANDLE, DWORD, PDWORD, PIMAGEHLP_LINE);
wine-development-5.5/include/dbghelp.h-1548-BOOL    WINAPI SymGetLineFromAddrW(HANDLE, DWORD, PDWORD, PIMAGEHLP_LINEW);
##############################################
wine-development-5.5/include/dbghelp.h-1556-BOOL    WINAPI SymGetModuleInfoW(HANDLE, DWORD, PIMAGEHLP_MODULEW);
wine-development-5.5/include/dbghelp.h:1557:BOOL    WINAPI SymGetSymFromAddr(HANDLE, DWORD, PDWORD, PIMAGEHLP_SYMBOL);
wine-development-5.5/include/dbghelp.h-1558-BOOL    WINAPI SymGetSymFromName(HANDLE, PCSTR, PIMAGEHLP_SYMBOL);
##############################################
wine-development-5.5/include/dpaddr.h-295-/*** IDirectPlay8AddressIP methods ***/
wine-development-5.5/include/dpaddr.h:296:#define IDirectPlay8AddressIP_BuildFromSockAddr(p,a)        (p)->lpVtbl->BuildFromSockAddr(a)
wine-development-5.5/include/dpaddr.h-297-#define IDirectPlay8AddressIP_BuildAddress(p,a,b)           (p)->lpVtbl->BuildAddress(a,b)
##############################################
wine-development-5.5/include/dpaddr.h-307-/*** IDirectPlay8AddressIP methods ***/
wine-development-5.5/include/dpaddr.h:308:#define IDirectPlay8AddressIP_BuildFromSockAddr(p,a)        (p)->BuildFromSockAddr(a)
wine-development-5.5/include/dpaddr.h-309-#define IDirectPlay8AddressIP_BuildAddress(p,a,b)           (p)->BuildAddress(a,b)
##############################################
wine-development-5.5/include/imagehlp.h-1078-);
wine-development-5.5/include/imagehlp.h:1079:BOOL WINAPI SymEnumSymbolsForAddr(
wine-development-5.5/include/imagehlp.h-1080-  HANDLE, DWORD64, PSYM_ENUMERATESYMBOLS_CALLBACK, PVOID
##############################################
wine-development-5.5/include/imagehlp.h-1104-);
wine-development-5.5/include/imagehlp.h:1105:BOOL WINAPI SymFromAddr(
wine-development-5.5/include/imagehlp.h-1106-  HANDLE, DWORD64, DWORD64*, SYMBOL_INFO*
##############################################
wine-development-5.5/include/imagehlp.h-1143-);
wine-development-5.5/include/imagehlp.h:1144:BOOL WINAPI SymGetLineFromAddr(
wine-development-5.5/include/imagehlp.h-1145-  HANDLE, DWORD, PDWORD, PIMAGEHLP_LINE
##############################################
wine-development-5.5/include/imagehlp.h-1243-);
wine-development-5.5/include/imagehlp.h:1244:BOOL WINAPI SymGetSymFromAddr(
wine-development-5.5/include/imagehlp.h-1245-  HANDLE hProcess, DWORD dwAddr,
##############################################
wine-development-5.5/include/ntstatus.h-1182-#define RPC_NT_INVALID_ENDPOINT_FORMAT   ((NTSTATUS) 0xC0020007)
wine-development-5.5/include/ntstatus.h:1183:#define RPC_NT_INVALID_NET_ADDR          ((NTSTATUS) 0xC0020008)
wine-development-5.5/include/ntstatus.h-1184-#define RPC_NT_NO_ENDPOINT_FOUND         ((NTSTATUS) 0xC0020009)
##############################################
wine-development-5.5/include/wine/asm.h-103-    __declspec(naked) void __thiscall_##func(void) \
wine-development-5.5/include/wine/asm.h:104:    { __asm { \
wine-development-5.5/include/wine/asm.h-105-        pop eax \
##############################################
wine-development-5.5/include/wine/library.h-167-    static inline unsigned short wine_get_##seg(void) \
wine-development-5.5/include/wine/library.h:168:    { unsigned short res; __asm { mov res, seg } return res; }
wine-development-5.5/include/wine/library.h-169-#  define __DEFINE_SET_SEG(seg) \
wine-development-5.5/include/wine/library.h:170:    static inline void wine_set_##seg(unsigned short val) { __asm { mov seg, val } }
wine-development-5.5/include/wine/library.h-171-# else  /* __GNUC__ || _MSC_VER */
##############################################
wine-development-5.5/include/winnt.h-2657-  struct _TEB *teb;
wine-development-5.5/include/winnt.h:2658:  __asm mov eax, fs:[0x18];
wine-development-5.5/include/winnt.h:2659:  __asm mov teb, eax;
wine-development-5.5/include/winnt.h-2660-  return teb;
##############################################
wine-development-5.5/include/winsock.h-918-/*
wine-development-5.5/include/winsock.h:919: * Error return codes from gethostbyname() and gethostbyaddr()
wine-development-5.5/include/winsock.h-920- * (when using the resolver). Note that these errors are
##############################################
wine-development-5.5/include/winsock.h-1008-#if !defined(__WINE_WINSOCK2__) || WS_API_PROTOTYPES
wine-development-5.5/include/winsock.h:1009:HANDLE WINAPI WSAAsyncGetHostByAddr(HWND,WS(u_int),const char*,int,int,char*,int);
wine-development-5.5/include/winsock.h-1010-HANDLE WINAPI WSAAsyncGetHostByName(HWND,WS(u_int),const char*,char*,int);
##############################################
wine-development-5.5/include/wsdbase.idl-77-{
wine-development-5.5/include/wsdbase.idl:78:    HRESULT SetSockaddr([in] const SOCKADDR_STORAGE *pSockAddr);
wine-development-5.5/include/wsdbase.idl:79:    HRESULT GetSockaddr([out] SOCKADDR_STORAGE *pSockAddr);
wine-development-5.5/include/wsdbase.idl-80-    HRESULT SetExclusive(BOOL fExclusive);
##############################################
wine-development-5.5/libs/port/interlocked.c-30-{
wine-development-5.5/libs/port/interlocked.c:31:    __asm mov eax, 12[esp];
wine-development-5.5/libs/port/interlocked.c:32:    __asm mov ecx, 8[esp];
wine-development-5.5/libs/port/interlocked.c:33:    __asm mov edx, 4[esp];
wine-development-5.5/libs/port/interlocked.c:34:    __asm lock cmpxchg [edx], ecx;
wine-development-5.5/libs/port/interlocked.c:35:    __asm ret;
wine-development-5.5/libs/port/interlocked.c-36-}
##############################################
wine-development-5.5/libs/port/interlocked.c-39-{
wine-development-5.5/libs/port/interlocked.c:40:    __asm mov eax, 12[esp];
wine-development-5.5/libs/port/interlocked.c:41:    __asm mov ecx, 8[esp];
wine-development-5.5/libs/port/interlocked.c:42:    __asm mov edx, 4[esp];
wine-development-5.5/libs/port/interlocked.c:43:    __asm lock cmpxchg [edx], ecx;
wine-development-5.5/libs/port/interlocked.c:44:    __asm ret;
wine-development-5.5/libs/port/interlocked.c-45-}
##############################################
wine-development-5.5/libs/port/interlocked.c-48-{
wine-development-5.5/libs/port/interlocked.c:49:    __asm push ebx;
wine-development-5.5/libs/port/interlocked.c:50:    __asm push esi;
wine-development-5.5/libs/port/interlocked.c:51:    __asm mov esi, 12[esp];
wine-development-5.5/libs/port/interlocked.c:52:    __asm mov ebx, 16[esp];
wine-development-5.5/libs/port/interlocked.c:53:    __asm mov ecx, 20[esp];
wine-development-5.5/libs/port/interlocked.c:54:    __asm mov eax, 24[esp];
wine-development-5.5/libs/port/interlocked.c:55:    __asm mov edx, 28[esp];
wine-development-5.5/libs/port/interlocked.c:56:    __asm lock cmpxchg8b [esi];
wine-development-5.5/libs/port/interlocked.c:57:    __asm pop esi;
wine-development-5.5/libs/port/interlocked.c:58:    __asm pop ebx;
wine-development-5.5/libs/port/interlocked.c:59:    __asm ret;
wine-development-5.5/libs/port/interlocked.c-60-}
##############################################
wine-development-5.5/libs/port/interlocked.c-63-{
wine-development-5.5/libs/port/interlocked.c:64:    __asm mov eax, 8[esp];
wine-development-5.5/libs/port/interlocked.c:65:    __asm mov edx, 4[esp];
wine-development-5.5/libs/port/interlocked.c:66:    __asm lock xchg [edx], eax;
wine-development-5.5/libs/port/interlocked.c:67:    __asm ret;
wine-development-5.5/libs/port/interlocked.c-68-}
##############################################
wine-development-5.5/libs/port/interlocked.c-71-{
wine-development-5.5/libs/port/interlocked.c:72:    __asm mov eax, 8[esp];
wine-development-5.5/libs/port/interlocked.c:73:    __asm mov edx, 4[esp];
wine-development-5.5/libs/port/interlocked.c:74:    __asm lock xchg [edx], eax;
wine-development-5.5/libs/port/interlocked.c:75:    __asm ret;
wine-development-5.5/libs/port/interlocked.c-76-}
##############################################
wine-development-5.5/libs/port/interlocked.c-79-{
wine-development-5.5/libs/port/interlocked.c:80:    __asm mov eax, 8[esp];
wine-development-5.5/libs/port/interlocked.c:81:    __asm mov edx, 4[esp];
wine-development-5.5/libs/port/interlocked.c:82:    __asm lock xadd [edx], eax;
wine-development-5.5/libs/port/interlocked.c:83:    __asm ret;
wine-development-5.5/libs/port/interlocked.c-84-}
##############################################
wine-development-5.5/libs/port/interlocked.c-86-#else
wine-development-5.5/libs/port/interlocked.c:87:/* use gcc compatible asm code as default for __i386__ */
wine-development-5.5/libs/port/interlocked.c-88-
##############################################
wine-development-5.5/libs/wine/loader.c-364-    /* Need the mach_header, not the PE header, to give to getsegmentdata(3) */
wine-development-5.5/libs/wine/loader.c:365:    dladdr(addr, &dli);
wine-development-5.5/libs/wine/loader.c-366-    code_end   = getsegmentdata(dli.dli_fbase, "__DATA", &data_size) - addr;
##############################################
wine-development-5.5/libs/wine/loader.c-759-            wine_mmap_remove_reserved_area( info.stack, info.desired_size, 0 );
wine-development-5.5/libs/wine/loader.c:760:            pthread_attr_setstackaddr( &attr, (char*)info.stack + info.desired_size );
wine-development-5.5/libs/wine/loader.c-761-        }
##############################################
wine-development-5.5/libs/wine/Makefile.in-90-	-DDLLDIR='"${dlldir}"' \
wine-development-5.5/libs/wine/Makefile.in:91:	-DLIB_TO_BINDIR=\"`$(MAKEDEP) -R ${libdir} ${bindir}`\" \
wine-development-5.5/libs/wine/Makefile.in:92:	-DLIB_TO_DLLDIR=\"`$(MAKEDEP) -R ${libdir} ${dlldir}`\" \
wine-development-5.5/libs/wine/Makefile.in:93:	-DBIN_TO_DLLDIR=\"`$(MAKEDEP) -R ${bindir} ${dlldir}`\" \
wine-development-5.5/libs/wine/Makefile.in:94:	-DBIN_TO_DATADIR=\"`$(MAKEDEP) -R ${bindir} ${datadir}/wine`\"
wine-development-5.5/libs/wine/Makefile.in-95-
##############################################
wine-development-5.5/libs/wine/Makefile.in-101-version.c: dummy
wine-development-5.5/libs/wine/Makefile.in:102:	version=`(echo "wine-$(PACKAGE_VERSION)") | sed -n -e '$$s/\(.*\)/const char wine_build[] = "\1  ($(VENDOR))";/p'` && (echo $$version | cmp -s - $@) || echo $$version >$@ || ($(RM) $@ && exit 1)
wine-development-5.5/libs/wine/Makefile.in-103-
##############################################
wine-development-5.5/libs/wine/config.c-150-
wine-development-5.5/libs/wine/config.c:151:    if (dladdr( get_runtime_libdir, &info ) && info.dli_fname[0] == '/')
wine-development-5.5/libs/wine/config.c-152-    {
##############################################
wine-development-5.5/libs/wpp/ppy.y-185-preprocessor
wine-development-5.5/libs/wpp/ppy.y:186:	: tINCLUDE tDQSTRING tNL	{ pp_do_include($2, 1); }
wine-development-5.5/libs/wpp/ppy.y:187:	| tINCLUDE tIQSTRING tNL	{ pp_do_include($2, 0); }
wine-development-5.5/libs/wpp/ppy.y-188-	| tIF pp_expr tNL	{ pp_next_if_state(boolean(&$2)); }
##############################################
wine-development-5.5/libs/wpp/ppy.y-310-	| tRCINCLUDE tDQSTRING {
wine-development-5.5/libs/wpp/ppy.y:311:		pp_do_include($2,1);
wine-development-5.5/libs/wpp/ppy.y-312-	}
##############################################
wine-development-5.5/loader/preloader.c-102-
wine-development-5.5/loader/preloader.c:103:#define MAP_BASE_ADDR(l)     0
wine-development-5.5/loader/preloader.c-104-
##############################################
wine-development-5.5/loader/preloader.c-910-        mappref = (ELF_PREFERRED_ADDRESS (loader, maplength, c->mapstart)
wine-development-5.5/loader/preloader.c:911:                   - MAP_BASE_ADDR (l));
wine-development-5.5/loader/preloader.c-912-
##############################################
wine-development-5.5/loader/preloader_mac.c-632-
wine-development-5.5/loader/preloader_mac.c:633:    if (!pdladdr( wine_main_preload_info, &info ) || !(mh = info.dli_fbase))
wine-development-5.5/loader/preloader_mac.c-634-        fatal_error( "%s: could not find mach header\n", argv[1] );
##############################################
wine-development-5.5/programs/ping/ping_main.c-157-    strcpy(ip, inet_ntoa(addr));
wine-development-5.5/programs/ping/ping_main.c:158:    ipaddr = inet_addr(ip);
wine-development-5.5/programs/ping/ping_main.c-159-    if (ipaddr == INADDR_NONE)
##############################################
wine-development-5.5/programs/winedbg/be_arm.c-1582-        size = ARM_INSN_SIZE;
wine-development-5.5/programs/winedbg/be_arm.c:1583:        inst = db_get_inst( memory_to_linear_addr(addr), size );
wine-development-5.5/programs/winedbg/be_arm.c-1584-        while (a_ptr->func) {
##############################################
wine-development-5.5/programs/winedbg/be_arm.c-1604-    {
wine-development-5.5/programs/winedbg/be_arm.c:1605:        WORD *taddr = memory_to_linear_addr(addr);
wine-development-5.5/programs/winedbg/be_arm.c-1606-        tinst = db_get_inst( taddr, THUMB_INSN_SIZE );
##############################################
wine-development-5.5/programs/winedbg/be_arm.c-1660-
wine-development-5.5/programs/winedbg/be_arm.c:1661:static BOOL be_arm_get_addr(HANDLE hThread, const dbg_ctx_t *ctx,
wine-development-5.5/programs/winedbg/be_arm.c-1662-                            enum be_cpu_addr bca, ADDRESS64* addr)
##############################################
wine-development-5.5/programs/winedbg/be_arm.c-1666-    case be_cpu_addr_pc:
wine-development-5.5/programs/winedbg/be_arm.c:1667:        return be_cpu_build_addr(hThread, ctx, addr, 0, ctx->ctx.Pc);
wine-development-5.5/programs/winedbg/be_arm.c-1668-    case be_cpu_addr_stack:
wine-development-5.5/programs/winedbg/be_arm.c:1669:        return be_cpu_build_addr(hThread, ctx, addr, 0, ctx->ctx.Sp);
wine-development-5.5/programs/winedbg/be_arm.c-1670-    case be_cpu_addr_frame:
wine-development-5.5/programs/winedbg/be_arm.c:1671:        return be_cpu_build_addr(hThread, ctx, addr, 0, ctx->ctx.R11);
wine-development-5.5/programs/winedbg/be_arm.c-1672-    }
##############################################
wine-development-5.5/programs/winedbg/be_arm64.c-24-
wine-development-5.5/programs/winedbg/be_arm64.c:25:static BOOL be_arm64_get_addr(HANDLE hThread, const dbg_ctx_t *ctx,
wine-development-5.5/programs/winedbg/be_arm64.c-26-                              enum be_cpu_addr bca, ADDRESS64* addr)
##############################################
wine-development-5.5/programs/winedbg/be_arm64.c-30-    case be_cpu_addr_pc:
wine-development-5.5/programs/winedbg/be_arm64.c:31:        return be_cpu_build_addr(hThread, ctx, addr, 0, ctx->ctx.Pc);
wine-development-5.5/programs/winedbg/be_arm64.c-32-    case be_cpu_addr_stack:
wine-development-5.5/programs/winedbg/be_arm64.c:33:        return be_cpu_build_addr(hThread, ctx, addr, 0, ctx->ctx.Sp);
wine-development-5.5/programs/winedbg/be_arm64.c-34-    case be_cpu_addr_frame:
wine-development-5.5/programs/winedbg/be_arm64.c:35:        return be_cpu_build_addr(hThread, ctx, addr, 0, ctx->ctx.u.s.Fp);
wine-development-5.5/programs/winedbg/be_arm64.c-36-        break;
##############################################
wine-development-5.5/programs/winedbg/be_cpu.h-134-void*    be_cpu_linearize(HANDLE hThread, const ADDRESS64*);
wine-development-5.5/programs/winedbg/be_cpu.h:135:BOOL be_cpu_build_addr(HANDLE hThread, const dbg_ctx_t *ctx, ADDRESS64* addr,
wine-development-5.5/programs/winedbg/be_cpu.h-136-                       unsigned seg, unsigned long offset);
##############################################
wine-development-5.5/programs/winedbg/be_i386.c-97-
wine-development-5.5/programs/winedbg/be_i386.c:98:static BOOL be_i386_build_addr(HANDLE hThread, const dbg_ctx_t *ctx, ADDRESS64* addr,
wine-development-5.5/programs/winedbg/be_i386.c-99-                               unsigned seg, unsigned long offset)
##############################################
wine-development-5.5/programs/winedbg/be_i386.c-123-
wine-development-5.5/programs/winedbg/be_i386.c:124:static BOOL be_i386_get_addr(HANDLE hThread, const dbg_ctx_t *ctx,
wine-development-5.5/programs/winedbg/be_i386.c-125-                             enum be_cpu_addr bca, ADDRESS64* addr)
##############################################
wine-development-5.5/programs/winedbg/be_i386.c-129-    case be_cpu_addr_pc:
wine-development-5.5/programs/winedbg/be_i386.c:130:        return be_i386_build_addr(hThread, ctx, addr, ctx->x86.SegCs, ctx->x86.Eip);
wine-development-5.5/programs/winedbg/be_i386.c-131-    case be_cpu_addr_stack:
wine-development-5.5/programs/winedbg/be_i386.c:132:        return be_i386_build_addr(hThread, ctx, addr, ctx->x86.SegSs, ctx->x86.Esp);
wine-development-5.5/programs/winedbg/be_i386.c-133-    case be_cpu_addr_frame:
wine-development-5.5/programs/winedbg/be_i386.c:134:        return be_i386_build_addr(hThread, ctx, addr, ctx->x86.SegSs, ctx->x86.Ebp);
wine-development-5.5/programs/winedbg/be_i386.c-135-    }
##############################################
wine-development-5.5/programs/winedbg/be_ppc.c-25-
wine-development-5.5/programs/winedbg/be_ppc.c:26:static BOOL be_ppc_get_addr(HANDLE hThread, const dbg_ctx_t *ctx,
wine-development-5.5/programs/winedbg/be_ppc.c-27-                            enum be_cpu_addr bca, ADDRESS64* addr)
##############################################
wine-development-5.5/programs/winedbg/be_ppc.c-31-    case be_cpu_addr_pc:
wine-development-5.5/programs/winedbg/be_ppc.c:32:        return be_cpu_build_addr(hThread, ctx, addr, 0, ctx->ctx.Iar);
wine-development-5.5/programs/winedbg/be_ppc.c-33-    default:
##############################################
wine-development-5.5/programs/winedbg/be_ppc.c-100-{
wine-development-5.5/programs/winedbg/be_ppc.c:101:    dbg_printf("Disasm NIY\n");
wine-development-5.5/programs/winedbg/be_ppc.c-102-}
##############################################
wine-development-5.5/programs/winedbg/be_x86_64.c-33-
wine-development-5.5/programs/winedbg/be_x86_64.c:34:static BOOL be_x86_64_get_addr(HANDLE hThread, const dbg_ctx_t *ctx,
wine-development-5.5/programs/winedbg/be_x86_64.c-35-                               enum be_cpu_addr bca, ADDRESS64* addr)
##############################################
wine-development-5.5/programs/winedbg/be_x86_64.c-448-    addr.Offset = *dst;
wine-development-5.5/programs/winedbg/be_x86_64.c:449:    return dbg_read_memory(memory_to_linear_addr(&addr), &dst, sizeof(dst));
wine-development-5.5/programs/winedbg/be_x86_64.c-450-}
##############################################
wine-development-5.5/programs/winedbg/break.c-62-            size = bp[i].w.len + 1;
wine-development-5.5/programs/winedbg/break.c:63:        addr = memory_to_linear_addr(&bp[i].addr);
wine-development-5.5/programs/winedbg/break.c-64-
##############################################
wine-development-5.5/programs/winedbg/break.c-91-    int                         i;
wine-development-5.5/programs/winedbg/break.c:92:    void*                       lin = memory_to_linear_addr(addr);
wine-development-5.5/programs/winedbg/break.c-93-    struct dbg_breakpoint*      bp = dbg_curr_process->bp;
##############################################
wine-development-5.5/programs/winedbg/break.c-97-        if (bp[i].refcount && bp[i].enabled && bp[i].xpoint_type == type &&
wine-development-5.5/programs/winedbg/break.c:98:            memory_to_linear_addr(&bp[i].addr) == lin)
wine-development-5.5/programs/winedbg/break.c-99-            return i;
##############################################
wine-development-5.5/programs/winedbg/break.c-141-
wine-development-5.5/programs/winedbg/break.c:142:    if (!dbg_read_memory(memory_to_linear_addr(&dbg_curr_process->bp[num].addr),
wine-development-5.5/programs/winedbg/break.c-143-                         buf, dbg_curr_process->bp[num].w.len + 1))
##############################################
wine-development-5.5/programs/winedbg/break.c-177-
wine-development-5.5/programs/winedbg/break.c:178:    if (!dbg_read_memory(memory_to_linear_addr(addr), &ch, sizeof(ch)))
wine-development-5.5/programs/winedbg/break.c-179-    {
##############################################
wine-development-5.5/programs/winedbg/break.c-318-        memory_get_current_pc(&curr);
wine-development-5.5/programs/winedbg/break.c:319:        linear = (DWORD_PTR)memory_to_linear_addr(&curr);
wine-development-5.5/programs/winedbg/break.c-320-        il.SizeOfStruct = sizeof(il);
##############################################
wine-development-5.5/programs/winedbg/break.c-519-        {
wine-development-5.5/programs/winedbg/break.c:520:            linear = (DWORD_PTR)memory_to_linear_addr(&bp[i].addr);
wine-development-5.5/programs/winedbg/break.c-521-            if (im.BaseOfImage <= linear && linear < im.BaseOfImage + im.ImageSize)
##############################################
wine-development-5.5/programs/winedbg/break.c-863-    memory_get_current_pc(&addr);
wine-development-5.5/programs/winedbg/break.c:864:    linear = memory_to_linear_addr(&addr);
wine-development-5.5/programs/winedbg/break.c-865-
##############################################
wine-development-5.5/programs/winedbg/break.c-913-            WINE_WARN("Not stepping into trampoline at %p (no lines)\n", 
wine-development-5.5/programs/winedbg/break.c:914:                      memory_to_linear_addr(&callee));
wine-development-5.5/programs/winedbg/break.c-915-	    mode = EXEC_STEP_OVER_TRAMPOLINE;
##############################################
wine-development-5.5/programs/winedbg/break.c-920-            WINE_WARN("Not stepping into function at %p (no lines)\n",
wine-development-5.5/programs/winedbg/break.c:921:                      memory_to_linear_addr(&callee));
wine-development-5.5/programs/winedbg/break.c-922-	    mode = dbg_exec_step_over_line;
##############################################
wine-development-5.5/programs/winedbg/break.c-948-         */
wine-development-5.5/programs/winedbg/break.c:949:        be_cpu->get_addr(dbg_curr_thread->handle, &dbg_context,
wine-development-5.5/programs/winedbg/break.c-950-                         be_cpu_addr_stack, &addr);
##############################################
wine-development-5.5/programs/winedbg/break.c-952-        addr.Offset += 2 * sizeof(unsigned int);
wine-development-5.5/programs/winedbg/break.c:953:        dbg_read_memory(memory_to_linear_addr(&addr),
wine-development-5.5/programs/winedbg/break.c-954-                        &addr.Offset, sizeof(addr.Offset));
##############################################
wine-development-5.5/programs/winedbg/db_disasm.c-1081-    {
wine-development-5.5/programs/winedbg/db_disasm.c:1082:        dbg_read_memory(memory_to_linear_addr(addr), buffer, size);
wine-development-5.5/programs/winedbg/db_disasm.c-1083-
##############################################
wine-development-5.5/programs/winedbg/db_disasm.c-1802-                                       2, FALSE );
wine-development-5.5/programs/winedbg/db_disasm.c:1803:                        dbg_curr_process->be_cpu->build_addr(dbg_curr_thread->handle,
wine-development-5.5/programs/winedbg/db_disasm.c-1804-                            &dbg_context, &address, address.Segment, address.Offset);
##############################################
wine-development-5.5/programs/winedbg/dbg.y-184-                                  types_extract_as_address(&$2, &addr);
wine-development-5.5/programs/winedbg/dbg.y:185:                                  SymGetLineFromAddr64(dbg_curr_process->handle, (ULONG_PTR)memory_to_linear_addr(& addr), &disp, & $$); }
wine-development-5.5/programs/winedbg/dbg.y-186-    ;
##############################################
wine-development-5.5/programs/winedbg/dbg.y-339-expr_lvalue:
wine-development-5.5/programs/winedbg/dbg.y:340:      expr                      { $$ = expr_eval($1); }
wine-development-5.5/programs/winedbg/dbg.y-341-    ;
##############################################
wine-development-5.5/programs/winedbg/dbg.y-400-lvalue_addr: 
wine-development-5.5/programs/winedbg/dbg.y:401:      lvalue                     { $$ = expr_eval($1); }
wine-development-5.5/programs/winedbg/dbg.y-402-    ;
##############################################
wine-development-5.5/programs/winedbg/debugger.h-376-extern void             memory_examine(const struct dbg_lvalue *lvalue, int count, char format);
wine-development-5.5/programs/winedbg/debugger.h:377:extern void*            memory_to_linear_addr(const ADDRESS64* address);
wine-development-5.5/programs/winedbg/debugger.h-378-extern BOOL             memory_get_current_pc(ADDRESS64* address);
##############################################
wine-development-5.5/programs/winedbg/debugger.h-392-extern void             source_list(IMAGEHLP_LINE64* src1, IMAGEHLP_LINE64* src2, int delta);
wine-development-5.5/programs/winedbg/debugger.h:393:extern void             source_list_from_addr(const ADDRESS64* addr, int nlines);
wine-development-5.5/programs/winedbg/debugger.h-394-extern void             source_show_path(void);
##############################################
wine-development-5.5/programs/winedbg/expr.c-548-            rtn.type.module = 0;
wine-development-5.5/programs/winedbg/expr.c:549:            dbg_curr_process->be_cpu->build_addr(dbg_curr_thread->handle, &dbg_context, &rtn.addr,
wine-development-5.5/programs/winedbg/expr.c-550-                types_extract_as_integer(&exp1), types_extract_as_integer(&exp2));
##############################################
wine-development-5.5/programs/winedbg/expr.c-633-            if (exp1.cookie == DLV_TARGET)
wine-development-5.5/programs/winedbg/expr.c:634:                dbg_read_memory(memory_to_linear_addr(&exp1.addr), &rtn.addr.Offset, sizeof(rtn.addr.Offset));
wine-development-5.5/programs/winedbg/expr.c-635-            break;
##############################################
wine-development-5.5/programs/winedbg/expr.c-639-                RaiseException(DEBUG_STATUS_CANT_DEREF, 0, 0, NULL);
wine-development-5.5/programs/winedbg/expr.c:640:            exp->un.unop.result = (ULONG_PTR)memory_to_linear_addr(&exp1.addr);
wine-development-5.5/programs/winedbg/expr.c-641-            rtn.type = types_find_pointer(&exp1.type);
##############################################
wine-development-5.5/programs/winedbg/info.c-813-    }
wine-development-5.5/programs/winedbg/info.c:814:    addr = memory_to_linear_addr(&lvalue.addr);
wine-development-5.5/programs/winedbg/info.c-815-
##############################################
wine-development-5.5/programs/winedbg/memory.c-41-
wine-development-5.5/programs/winedbg/memory.c:42:BOOL be_cpu_build_addr(HANDLE hThread, const dbg_ctx_t *ctx, ADDRESS64* addr,
wine-development-5.5/programs/winedbg/memory.c-43-                       unsigned seg, unsigned long offset)
##############################################
wine-development-5.5/programs/winedbg/memory.c-50-
wine-development-5.5/programs/winedbg/memory.c:51:void* memory_to_linear_addr(const ADDRESS64* addr)
wine-development-5.5/programs/winedbg/memory.c-52-{
##############################################
wine-development-5.5/programs/winedbg/memory.c-58-    assert(dbg_curr_process->be_cpu->get_addr);
wine-development-5.5/programs/winedbg/memory.c:59:    return dbg_curr_process->be_cpu->get_addr(dbg_curr_thread->handle, &dbg_context,
wine-development-5.5/programs/winedbg/memory.c-60-                            be_cpu_addr_pc, addr);
##############################################
wine-development-5.5/programs/winedbg/memory.c-65-    assert(dbg_curr_process->be_cpu->get_addr);
wine-development-5.5/programs/winedbg/memory.c:66:    return dbg_curr_process->be_cpu->get_addr(dbg_curr_thread->handle, &dbg_context,
wine-development-5.5/programs/winedbg/memory.c-67-                            be_cpu_addr_stack, addr);
##############################################
wine-development-5.5/programs/winedbg/memory.c-69-
wine-development-5.5/programs/winedbg/memory.c:70:static void	memory_report_invalid_addr(const void* addr)
wine-development-5.5/programs/winedbg/memory.c-71-{
##############################################
wine-development-5.5/programs/winedbg/memory.c-92-    {
wine-development-5.5/programs/winedbg/memory.c:93:        void*   linear = memory_to_linear_addr(&lvalue->addr);
wine-development-5.5/programs/winedbg/memory.c-94-        if (!(ret = dbg_read_memory(linear, result, size)))
wine-development-5.5/programs/winedbg/memory.c:95:            memory_report_invalid_addr(linear);
wine-development-5.5/programs/winedbg/memory.c-96-    }
##############################################
wine-development-5.5/programs/winedbg/memory.c-128-    {
wine-development-5.5/programs/winedbg/memory.c:129:        void*       linear = memory_to_linear_addr(&lvalue->addr);
wine-development-5.5/programs/winedbg/memory.c-130-        if (!(ret = dbg_write_memory(linear, value, size)))
wine-development-5.5/programs/winedbg/memory.c:131:            memory_report_invalid_addr(linear);
wine-development-5.5/programs/winedbg/memory.c-132-    }
##############################################
wine-development-5.5/programs/winedbg/memory.c-152-    types_extract_as_address(lvalue, &addr);
wine-development-5.5/programs/winedbg/memory.c:153:    linear = memory_to_linear_addr(&addr);
wine-development-5.5/programs/winedbg/memory.c-154-
##############################################
wine-development-5.5/programs/winedbg/memory.c-183-            {
wine-development-5.5/programs/winedbg/memory.c:184:                memory_report_invalid_addr(linear);
wine-development-5.5/programs/winedbg/memory.c-185-                break;
##############################################
wine-development-5.5/programs/winedbg/memory.c-204-                if (!dbg_read_memory(linear, &_v, sizeof(_t)))          \
wine-development-5.5/programs/winedbg/memory.c:205:                { memory_report_invalid_addr(linear); break; }          \
wine-development-5.5/programs/winedbg/memory.c-206-                dbg_printf(_f, (_vv));                                  \
##############################################
wine-development-5.5/programs/winedbg/memory.c-421-            dbg_printf("Internal symbol error: unable to access memory location %p",
wine-development-5.5/programs/winedbg/memory.c:422:                       memory_to_linear_addr(&lvalue->addr));
wine-development-5.5/programs/winedbg/memory.c-423-            break;
wine-development-5.5/programs/winedbg/memory.c-424-        }
wine-development-5.5/programs/winedbg/memory.c:425:        val_ptr = memory_to_linear_addr(&sub_lvalue.addr);
wine-development-5.5/programs/winedbg/memory.c-426-        if (types_get_real_type(&sub_lvalue.type, &tag) && tag == SymTagBaseType &&
##############################################
wine-development-5.5/programs/winedbg/memory.c-597-    SYMBOL_INFO*        si = (SYMBOL_INFO*)buffer;
wine-development-5.5/programs/winedbg/memory.c:598:    void*               lin = memory_to_linear_addr(addr);
wine-development-5.5/programs/winedbg/memory.c-599-    DWORD64             disp64;
##############################################
wine-development-5.5/programs/winedbg/memory.c-605-    si->MaxNameLen   = 256;
wine-development-5.5/programs/winedbg/memory.c:606:    if (!SymFromAddr(dbg_curr_process->handle, (DWORD_PTR)lin, &disp64, si)) return;
wine-development-5.5/programs/winedbg/memory.c-607-    dbg_printf(" %s", si->Name);
##############################################
wine-development-5.5/programs/winedbg/memory.c-628-    dbg_printf(": ");
wine-development-5.5/programs/winedbg/memory.c:629:    if (!dbg_read_memory(memory_to_linear_addr(addr), &ch, sizeof(ch)))
wine-development-5.5/programs/winedbg/memory.c-630-    {
##############################################
wine-development-5.5/programs/winedbg/source.c-355-
wine-development-5.5/programs/winedbg/source.c:356:void source_list_from_addr(const ADDRESS64* addr, int nlines)
wine-development-5.5/programs/winedbg/source.c-357-{
##############################################
wine-development-5.5/programs/winedbg/source.c-369-    if (SymGetLineFromAddr64(dbg_curr_process->handle,
wine-development-5.5/programs/winedbg/source.c:370:                             (DWORD_PTR)memory_to_linear_addr(addr),
wine-development-5.5/programs/winedbg/source.c-371-			     &disp, &il))
##############################################
wine-development-5.5/programs/winedbg/stack.c-147-    addr.Mode = AddrModeFlat;
wine-development-5.5/programs/winedbg/stack.c:148:    addr.Offset = (DWORD_PTR)memory_to_linear_addr(&dbg_curr_thread->frames[dbg_curr_thread->curr_frame].addr_pc);
wine-development-5.5/programs/winedbg/stack.c:149:    source_list_from_addr(&addr, 0);
wine-development-5.5/programs/winedbg/stack.c-150-    return TRUE;
##############################################
wine-development-5.5/programs/winedbg/stack.c-163-    if (!stack_get_current_frame(&ihsf)) return FALSE;
wine-development-5.5/programs/winedbg/stack.c:164:    return SymFromAddr(dbg_curr_process->handle, ihsf.InstructionOffset,
wine-development-5.5/programs/winedbg/stack.c-165-                       &disp, symbol);
##############################################
wine-development-5.5/programs/winedbg/stack.c-200-    memset(&sf, 0, sizeof(sf));
wine-development-5.5/programs/winedbg/stack.c:201:    dbg_curr_process->be_cpu->get_addr(dbg_curr_thread->handle, &ctx, be_cpu_addr_frame, &sf.AddrFrame);
wine-development-5.5/programs/winedbg/stack.c:202:    dbg_curr_process->be_cpu->get_addr(dbg_curr_thread->handle, &ctx, be_cpu_addr_pc, &sf.AddrPC);
wine-development-5.5/programs/winedbg/stack.c:203:    dbg_curr_process->be_cpu->get_addr(dbg_curr_thread->handle, &ctx, be_cpu_addr_stack, &sf.AddrStack);
wine-development-5.5/programs/winedbg/stack.c-204-
##############################################
wine-development-5.5/programs/winedbg/stack.c-207-    {
wine-development-5.5/programs/winedbg/stack.c:208:        sf.AddrFrame.Offset = (ULONG_PTR)memory_to_linear_addr(&sf.AddrFrame);
wine-development-5.5/programs/winedbg/stack.c-209-        sf.AddrFrame.Mode = AddrModeFlat;
##############################################
wine-development-5.5/programs/winedbg/stack.c-220-        dbg_curr_thread->frames[nf].addr_pc      = sf.AddrPC;
wine-development-5.5/programs/winedbg/stack.c:221:        dbg_curr_thread->frames[nf].linear_pc    = (DWORD_PTR)memory_to_linear_addr(&sf.AddrPC);
wine-development-5.5/programs/winedbg/stack.c-222-        dbg_curr_thread->frames[nf].addr_frame   = sf.AddrFrame;
wine-development-5.5/programs/winedbg/stack.c:223:        dbg_curr_thread->frames[nf].linear_frame = (DWORD_PTR)memory_to_linear_addr(&sf.AddrFrame);
wine-development-5.5/programs/winedbg/stack.c-224-        dbg_curr_thread->frames[nf].addr_stack   = sf.AddrStack;
wine-development-5.5/programs/winedbg/stack.c:225:        dbg_curr_thread->frames[nf].linear_stack = (DWORD_PTR)memory_to_linear_addr(&sf.AddrStack);
wine-development-5.5/programs/winedbg/stack.c-226-        dbg_curr_thread->frames[nf].context      = ctx;
##############################################
wine-development-5.5/programs/winedbg/stack.c-284-    si->MaxNameLen   = 256;
wine-development-5.5/programs/winedbg/stack.c:285:    if (SymFromAddr(dbg_curr_process->handle, ihsf.InstructionOffset, &disp64, si))
wine-development-5.5/programs/winedbg/stack.c-286-    {
##############################################
wine-development-5.5/programs/winedbg/symbol.c-460-            SymGetLineFromAddr64(dbg_curr_process->handle,
wine-development-5.5/programs/winedbg/symbol.c:461:                                 (DWORD_PTR)memory_to_linear_addr(&sgv.syms[i].lvalue.addr),
wine-development-5.5/programs/winedbg/symbol.c-462-				 &disp, &il);
##############################################
wine-development-5.5/programs/winedbg/symbol.c-576-    ULONG64             disp64, start;
wine-development-5.5/programs/winedbg/symbol.c:577:    DWORD_PTR           lin = (DWORD_PTR)memory_to_linear_addr(addr);
wine-development-5.5/programs/winedbg/symbol.c-578-    char                buffer[sizeof(SYMBOL_INFO) + 256];
##############################################
wine-development-5.5/programs/winedbg/symbol.c-586-    /* do we have some info for lin address ? */
wine-development-5.5/programs/winedbg/symbol.c:587:    if (!SymFromAddr(dbg_curr_process->handle, lin, &disp64, sym))
wine-development-5.5/programs/winedbg/symbol.c-588-    {
##############################################
wine-development-5.5/programs/winedbg/symbol.c-678-    {
wine-development-5.5/programs/winedbg/symbol.c:679:        DWORD_PTR linear = (DWORD_PTR)memory_to_linear_addr(&sgv.syms[i].lvalue.addr);
wine-development-5.5/programs/winedbg/symbol.c-680-
##############################################
wine-development-5.5/programs/winedbg/tgt_active.c-183-        SYMBOL_INFO*        si = (SYMBOL_INFO*)buffer;
wine-development-5.5/programs/winedbg/tgt_active.c:184:        void*               lin = memory_to_linear_addr(&addr);
wine-development-5.5/programs/winedbg/tgt_active.c-185-        DWORD64             disp64;
##############################################
wine-development-5.5/programs/winedbg/tgt_active.c-191-        il.SizeOfStruct = sizeof(il);
wine-development-5.5/programs/winedbg/tgt_active.c:192:        if (SymFromAddr(dbg_curr_process->handle, (DWORD_PTR)lin, &disp64, si) &&
wine-development-5.5/programs/winedbg/tgt_active.c-193-            SymGetLineFromAddr64(dbg_curr_process->handle, (DWORD_PTR)lin, &disp, &il))
##############################################
wine-development-5.5/programs/winedbg/tgt_active.c-213-    }
wine-development-5.5/programs/winedbg/tgt_active.c:214:    source_list_from_addr(&addr, 0);
wine-development-5.5/programs/winedbg/tgt_active.c-215-
##############################################
wine-development-5.5/programs/winedbg/tgt_active.c-672-        dbg_active_wait_for_first_exception();
wine-development-5.5/programs/winedbg/tgt_active.c:673:        source_list_from_addr(NULL, 0);
wine-development-5.5/programs/winedbg/tgt_active.c-674-    }
##############################################
wine-development-5.5/programs/winedbg/tgt_minidump.c-491-            stack_backtrace(mes->ThreadId);
wine-development-5.5/programs/winedbg/tgt_minidump.c:492:            source_list_from_addr(&addr, 0);
wine-development-5.5/programs/winedbg/tgt_minidump.c-493-        }
##############################################
wine-development-5.5/programs/winedbg/types.c-69-    {
wine-development-5.5/programs/winedbg/types.c:70:        return (LONG_PTR)memory_to_linear_addr(&lvalue->addr);
wine-development-5.5/programs/winedbg/types.c-71-    }
##############################################
wine-development-5.5/programs/winedbg/types.c-122-    case SymTagFunctionType:
wine-development-5.5/programs/winedbg/types.c:123:        rtn = (ULONG_PTR)memory_to_linear_addr(&lvalue->addr);
wine-development-5.5/programs/winedbg/types.c-124-        break;
##############################################
wine-development-5.5/programs/winedbg/types.c-532-            memory_get_string(dbg_curr_process,
wine-development-5.5/programs/winedbg/types.c:533:                              memory_to_linear_addr(&lvalue->addr),
wine-development-5.5/programs/winedbg/types.c-534-                              lvalue->cookie == DLV_TARGET, TRUE, buffer, len);
##############################################
wine-development-5.5/programs/winetest/Makefile.in-24-build.rc: dummy
wine-development-5.5/programs/winetest/Makefile.in:25:	build="STRINGTABLE { 1 \"`GIT_DIR=$(top_srcdir)/.git git rev-parse HEAD 2>/dev/null`\" }" && (echo $$build | cmp -s - $@) || echo $$build >$@ || (rm -f $@ && exit 1)
wine-development-5.5/programs/winetest/Makefile.in-26-
##############################################
wine-development-5.5/programs/winetest/send.c-53-    sa.sin_port = htons (80);
wine-development-5.5/programs/winetest/send.c:54:    sa.sin_addr.s_addr = inet_addr (server);
wine-development-5.5/programs/winetest/send.c-55-    memset (sa.sin_zero, 0, sizeof(sa.sin_zero));
##############################################
wine-development-5.5/programs/winhlp32/hlpfile.c-1108- */
wine-development-5.5/programs/winhlp32/hlpfile.c:1109:static  BOOL    HLPFILE_RtfAddGfxByAddr(struct RtfData* rd, HLPFILE *hlpfile,
wine-development-5.5/programs/winhlp32/hlpfile.c-1110-                                        const BYTE* ref, ULONG size)
##############################################
wine-development-5.5/programs/winhlp32/hlpfile.c-1167-    ref += 9;
wine-development-5.5/programs/winhlp32/hlpfile.c:1168:    return HLPFILE_RtfAddGfxByAddr(rd, hlpfile, ref, end - ref);
wine-development-5.5/programs/winhlp32/hlpfile.c-1169-}
##############################################
wine-development-5.5/programs/winhlp32/hlpfile.c-1571-                                       size, GET_SHORT(format, 2));
wine-development-5.5/programs/winhlp32/hlpfile.c:1572:                            HLPFILE_RtfAddGfxByAddr(rd, page->file, format + 2, size - 4);
wine-development-5.5/programs/winhlp32/hlpfile.c-1573-                            rd->char_pos++;
##############################################
wine-development-5.5/tools/c2man.pl-865-      my $tmp = "grep -s -l $comment->{COMMENT_NAME} @opt_header_file_list 2>/dev/null";
wine-development-5.5/tools/c2man.pl:866:      $tmp = `$tmp`;
wine-development-5.5/tools/c2man.pl-867-      my $exit_value  = $? >> 8;
##############################################
wine-development-5.5/tools/c2man.pl-880-      my $tmp = "grep -s -l $comment->{ALT_NAME} @opt_header_file_list"." 2>/dev/null";
wine-development-5.5/tools/c2man.pl:881:      $tmp = `$tmp`;
wine-development-5.5/tools/c2man.pl-882-      my $exit_value  = $? >> 8;
##############################################
wine-development-5.5/tools/c2man.pl-910-    $cfile =~ s/(.+)(\/.*$)/$1/;      # Strip the filename
wine-development-5.5/tools/c2man.pl:911:    $cfile = `cd $cfile && pwd`;      # Strip any relative parts (e.g. "../../")
wine-development-5.5/tools/c2man.pl-912-    $cfile =~ s/\n//;                 # Strip newline
##############################################
wine-development-5.5/tools/c2man.pl-1862-  my $input_file = $opt_output_directory."/dlls.db";
wine-development-5.5/tools/c2man.pl:1863:  my @dlls = `cat $input_file|sort|uniq`;
wine-development-5.5/tools/c2man.pl-1864-
##############################################
wine-development-5.5/tools/c2man.pl-2013-  # Add the sorted documentation, cleaning up as we go
wine-development-5.5/tools/c2man.pl:2014:  `cat $opt_output_directory/$spec_details->{DLL_NAME}.sgml >>$tmp_name`;
wine-development-5.5/tools/c2man.pl-2015-  for (@source_files)
wine-development-5.5/tools/c2man.pl-2016-  {
wine-development-5.5/tools/c2man.pl:2017:    `cat $opt_output_directory/$_.sgml >>$tmp_name`;
wine-development-5.5/tools/c2man.pl:2018:    `rm -f $opt_output_directory/$_.sgml`;
wine-development-5.5/tools/c2man.pl-2019-  }
##############################################
wine-development-5.5/tools/c2man.pl-2024-  close OUTPUT;
wine-development-5.5/tools/c2man.pl:2025:  `mv $tmp_name $opt_output_directory/$spec_details->{DLL_NAME}.sgml`;
wine-development-5.5/tools/c2man.pl-2026-}
##############################################
wine-development-5.5/tools/c2man.pl-2059-  # Add the sorted documentation, cleaning up as we go
wine-development-5.5/tools/c2man.pl:2060:  `cat $opt_output_directory/$spec_details->{DLL_NAME}.xml >>$tmp_name`;
wine-development-5.5/tools/c2man.pl-2061-  for (@source_files)
wine-development-5.5/tools/c2man.pl-2062-  {
wine-development-5.5/tools/c2man.pl:2063:    `cat $opt_output_directory/$_.xml >>$tmp_name`;
wine-development-5.5/tools/c2man.pl:2064:    `rm -f $opt_output_directory/$_.xml`;
wine-development-5.5/tools/c2man.pl-2065-  }
##############################################
wine-development-5.5/tools/c2man.pl-2070-  close OUTPUT;
wine-development-5.5/tools/c2man.pl:2071:  `mv $tmp_name $opt_output_directory/$spec_details->{DLL_NAME}.xml`;
wine-development-5.5/tools/c2man.pl-2072-}
##############################################
wine-development-5.5/tools/c2man.pl-2085-  my $input_file = $opt_output_directory."/index.db";
wine-development-5.5/tools/c2man.pl:2086:  my @funcs = `cat $input_file|sort|uniq`;
wine-development-5.5/tools/c2man.pl-2087-
##############################################
wine-development-5.5/tools/c2man.pl-2284-      s/^I// && do { if ($_ ne ".") {
wine-development-5.5/tools/c2man.pl:2285:                       foreach my $include (`find $_/./ -type d ! -name tests`) {
wine-development-5.5/tools/c2man.pl-2286-                         $include =~ s/\n//;
##############################################
wine-development-5.5/tools/c2man.pl-2288-                         $include =~ s/\/\//\//g;
wine-development-5.5/tools/c2man.pl:2289:                         my $have_headers = `ls $include >/dev/null 2>&1`;
wine-development-5.5/tools/c2man.pl-2290-                         if ($? >> 8 == 0) { @opt_header_file_list = (@opt_header_file_list, $include); }
##############################################
wine-development-5.5/tools/c2man.pl-2303-      s/^R// && do { if ($_ =~ /^\//) { $opt_wine_root_dir = $_; }
wine-development-5.5/tools/c2man.pl:2304:                     else { $opt_wine_root_dir = `cd $pwd/$_ && pwd`; }
wine-development-5.5/tools/c2man.pl-2305-                     $opt_wine_root_dir =~ s/\n//;
##############################################
wine-development-5.5/tools/install-sh-234-      fi
wine-development-5.5/tools/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
wine-development-5.5/tools/install-sh-236-    *)
##############################################
wine-development-5.5/tools/install-sh-280-      dstdir=$dst
wine-development-5.5/tools/install-sh:281:      dstbase=`basename "$src"`
wine-development-5.5/tools/install-sh-282-      case $dst in
##############################################
wine-development-5.5/tools/install-sh-287-    else
wine-development-5.5/tools/install-sh:288:      dstdir=`dirname "$dst"`
wine-development-5.5/tools/install-sh-289-      test -d "$dstdir"
##############################################
wine-development-5.5/tools/install-sh-354-                   test_tmpdir="$tmpdir/a"
wine-development-5.5/tools/install-sh:355:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
wine-development-5.5/tools/install-sh-356-                   case $ls_ld_tmpdir in
##############################################
wine-development-5.5/tools/install-sh-361-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
wine-development-5.5/tools/install-sh:362:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
wine-development-5.5/tools/install-sh-363-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
wine-development-5.5/tools/install-sh-419-            case $prefix in
wine-development-5.5/tools/install-sh:420:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
wine-development-5.5/tools/install-sh-421-              *) qprefix=$prefix;;
##############################################
wine-development-5.5/tools/install-sh-468-    if $copy_on_change &&
wine-development-5.5/tools/install-sh:469:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
wine-development-5.5/tools/install-sh:470:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
wine-development-5.5/tools/install-sh-471-       set -f &&
##############################################
wine-development-5.5/tools/runtest-63-    -v)
wine-development-5.5/tools/runtest:64:	WINETEST_DEBUG=`expr $WINETEST_DEBUG + 1`
wine-development-5.5/tools/runtest-65-    ;;
##############################################
wine-development-5.5/tools/runtest-95-        */dlls/*/tests)
wine-development-5.5/tools/runtest:96:          parent_path=`dirname "$working_path"`
wine-development-5.5/tools/runtest:97:          program=`basename "$parent_path"`_test.exe
wine-development-5.5/tools/runtest-98-          ;;
wine-development-5.5/tools/runtest-99-        */dlls/*)
wine-development-5.5/tools/runtest:100:          program=tests/`basename "$working_path"`_test.exe
wine-development-5.5/tools/runtest-101-          ;;
wine-development-5.5/tools/runtest-102-        */programs/*/tests)
wine-development-5.5/tools/runtest:103:          parent_path=`dirname "$working_path"`
wine-development-5.5/tools/runtest:104:          program=`basename "$parent_path"`.exe_test.exe
wine-development-5.5/tools/runtest-105-          ;;
wine-development-5.5/tools/runtest-106-        */programs/*)
wine-development-5.5/tools/runtest:107:          program=tests/`basename "$working_path"`.exe_test.exe
wine-development-5.5/tools/runtest-108-          ;;
##############################################
wine-development-5.5/tools/widl/Makefile.in-23-	-DINCLUDEDIR="\"${includedir}\"" \
wine-development-5.5/tools/widl/Makefile.in:24:	-DBIN_TO_INCLUDEDIR=\"`$(MAKEDEP) -R ${bindir} ${includedir}`\"
wine-development-5.5/tools/widl/Makefile.in-25-
##############################################
wine-development-5.5/tools/winapi/options.pm-261-                }
wine-development-5.5/tools/winapi/options.pm:262:                             } split(/\n/, `$c_command`));
wine-development-5.5/tools/winapi/options.pm-263-        }
##############################################
wine-development-5.5/tools/winapi/options.pm-276-                }
wine-development-5.5/tools/winapi/options.pm:277:                             } split(/\n/, `$h_command`));
wine-development-5.5/tools/winapi/options.pm-278-        }
##############################################
wine-development-5.5/tools/winapi/preprocessor.pm-39-
wine-development-5.5/tools/winapi/preprocessor.pm:40:sub include($$) {
wine-development-5.5/tools/winapi/preprocessor.pm-41-    my $self = shift;
##############################################
wine-development-5.5/tools/winapi/preprocessor.pm-170-    } elsif(/^include/) {
wine-development-5.5/tools/winapi/preprocessor.pm:171:	$self->include($argument);
wine-development-5.5/tools/winapi/preprocessor.pm-172-    }
##############################################
wine-development-5.5/tools/winapi/winapi_check-506-	    $includes->{$include}++;
wine-development-5.5/tools/winapi/winapi_check:507:	    foreach my $include (keys(%{$include2info{$include}{includes}})) {
wine-development-5.5/tools/winapi/winapi_check:508:		recursive_include($include, \%$includes);
wine-development-5.5/tools/winapi/winapi_check-509-	    }
##############################################
wine-development-5.5/tools/winapi/winapi_check-559-		    if(defined($include)) {
wine-development-5.5/tools/winapi/winapi_check:560:			recursive_include($include, \%includes);
wine-development-5.5/tools/winapi/winapi_check-561-		    }
##############################################
wine-development-5.5/tools/wineapploader.in-22-# determine the app Winelib library name
wine-development-5.5/tools/wineapploader.in:23:appname=`basename "$0" .exe`.exe
wine-development-5.5/tools/wineapploader.in-24-
##############################################
wine-development-5.5/tools/wineapploader.in-32-    # $0 contains a path, use it
wine-development-5.5/tools/wineapploader.in:33:    appdir=`dirname "$0"`
wine-development-5.5/tools/wineapploader.in-34-    ;;
##############################################
wine-development-5.5/tools/winebuild/import.c-1407-
wine-development-5.5/tools/winebuild/import.c:1408:/* create a new asm temp file */
wine-development-5.5/tools/winebuild/import.c-1409-static void new_output_as_file(void)
##############################################
wine-development-5.5/tools/winebuild/import.c-1417-
wine-development-5.5/tools/winebuild/import.c:1418:/* assemble all the asm files */
wine-development-5.5/tools/winebuild/import.c-1419-static void assemble_files( const char *prefix )
##############################################
wine-development-5.5/tools/winebuild/import.c-1433-
wine-development-5.5/tools/winebuild/import.c:1434:/* build a library from the current asm files and any additional object files in argv */
wine-development-5.5/tools/winebuild/import.c-1435-static void build_library( const char *output_name, char **argv, int create )
##############################################
wine-development-5.5/tools/winegcc/Makefile.in-13-	-DLIBDIR="\"${libdir}\"" \
wine-development-5.5/tools/winegcc/Makefile.in:14:	-DBIN_TO_INCLUDEDIR=\"`$(MAKEDEP) -R ${bindir} ${includedir}`\" \
wine-development-5.5/tools/winegcc/Makefile.in:15:	-DBIN_TO_LIBDIR=\"`$(MAKEDEP) -R ${bindir} ${libdir}`\" \
wine-development-5.5/tools/winegcc/Makefile.in-16-	-DCC="\"$(CC)\"" \
##############################################
wine-development-5.5/tools/winegcc/winegcc.c-111-    "    # $0 contains a path, use it\n"
wine-development-5.5/tools/winegcc/winegcc.c:112:    "    appdir=`dirname \"$0\"`\n"
wine-development-5.5/tools/winegcc/winegcc.c-113-    "    ;;\n"
##############################################
wine-development-5.5/tools/winemaker/winemaker-1821-          next if ($dentry eq "Makefile" and
wine-development-5.5/tools/winemaker/winemaker:1822:                   `head -n 1 "$dirname/$dentry"` =~ /Generated by Winemaker/);
wine-development-5.5/tools/winemaker/winemaker-1823-
##############################################
wine-development-5.5/tools/winemaker/winemaker-1988-    my $project_settings=@$project[$P_SETTINGS];
wine-development-5.5/tools/winemaker/winemaker:1989:    foreach my $include (@{@$target[$T_INCLUDE_PATH]}, @{@$project_settings[$T_INCLUDE_PATH]}) {
wine-development-5.5/tools/winemaker/winemaker-1990-      my $dirname=$include;
##############################################
wine-development-5.5/tools/winemaker/winemaker-2006-    $dotdotpath =~ s/[^\/]+/../g;
wine-development-5.5/tools/winemaker/winemaker:2007:    foreach my $include (@{$global_settings[$T_INCLUDE_PATH]}) {
wine-development-5.5/tools/winemaker/winemaker-2008-      my $dirname=$include;
##############################################
wine-development-5.5/tools/winemaker/winemaker-2583-  print FILEO "\$(SUBDIRS:%=%/__clean__): dummy\n";
wine-development-5.5/tools/winemaker/winemaker:2584:  print FILEO "\tcd `dirname \$\@` && \$(MAKE) clean\n";
wine-development-5.5/tools/winemaker/winemaker-2585-  print FILEO "\n";
wine-development-5.5/tools/winemaker/winemaker-2586-  print FILEO "\$(EXTRASUBDIRS:%=%/__clean__): dummy\n";
wine-development-5.5/tools/winemaker/winemaker:2587:  print FILEO "\t-cd `dirname \$\@` && \$(RM) \$(CLEAN_FILES)\n";
wine-development-5.5/tools/winemaker/winemaker-2588-  print FILEO "\n";
##############################################
wine-development-5.5/tools/winewrapper-29-    # $0 contains a path, use it
wine-development-5.5/tools/winewrapper:30:    appdir=`dirname "$0"`
wine-development-5.5/tools/winewrapper:31:    name=`basename "$0"`
wine-development-5.5/tools/winewrapper-32-    ;;
##############################################
wine-development-5.5/tools/winewrapper-65-
wine-development-5.5/tools/winewrapper:66:topdir=`cd "$topdir" && pwd`
wine-development-5.5/tools/winewrapper-67-
##############################################
wine-development-5.5/tools/wmc/Makefile.in-15-	-DNLSDIR="\"${nlsdir}\"" \
wine-development-5.5/tools/wmc/Makefile.in:16:	-DBIN_TO_NLSDIR=\"`$(MAKEDEP) -R ${bindir} ${nlsdir}`\"
wine-development-5.5/tools/wmc/Makefile.in-17-
##############################################
wine-development-5.5/tools/wrc/Makefile.in-20-	-DINCLUDEDIR="\"${includedir}\"" \
wine-development-5.5/tools/wrc/Makefile.in:21:	-DBIN_TO_NLSDIR=\"`$(MAKEDEP) -R ${bindir} ${nlsdir}`\" \
wine-development-5.5/tools/wrc/Makefile.in:22:	-DBIN_TO_INCLUDEDIR=\"`$(MAKEDEP) -R ${bindir} ${includedir}`\"
wine-development-5.5/tools/wrc/Makefile.in-23-
##############################################
wine-development-5.5/debian/patches/debianization/version-string.patch-10- version.c: dummy
wine-development-5.5/debian/patches/debianization/version-string.patch:11:-	version=`(GIT_DIR=$(top_srcdir)/.git git describe HEAD 2>/dev/null || echo "wine-$(PACKAGE_VERSION)") | sed -n -e '$$s/\(.*\)/const char wine_build[] = "\1";/p'` && (echo $$version | cmp -s - $@) || echo $$version >$@ || (rm -f $@ && exit 1)
wine-development-5.5/debian/patches/debianization/version-string.patch:12:+	version=`(echo "wine-$(PACKAGE_VERSION)") | sed -n -e '$$s/\(.*\)/const char wine_build[] = "\1  ($(VENDOR))";/p'` && (echo $$version | cmp -s - $@) || echo $$version >$@ || ($(RM) $@ && exit 1)
wine-development-5.5/debian/patches/debianization/version-string.patch-13- 
##############################################
wine-development-5.5/debian/unicode/Windows 10 Sorting Weight Table.txt-41425-0x4dce	168	16	2	2	;Hexagram For Modesty
wine-development-5.5/debian/unicode/Windows 10 Sorting Weight Table.txt:41426:0x4dcf	168	17	2	2	;Hexagram For Enthusiasm
wine-development-5.5/debian/unicode/Windows 10 Sorting Weight Table.txt-41427-0x4dd0	168	18	2	2	;Hexagram For Following
##############################################
wine-development-5.5/.pc/debianization/mingw.patch/configure.ac-331-    then
wine-development-5.5/.pc/debianization/mingw.patch/configure.ac:332:      convert_version_major=`expr "$convert_version" : '.* \([[0-9]]*\)\.[[0-9]]*'`
wine-development-5.5/.pc/debianization/mingw.patch/configure.ac:333:      convert_version_minor=`expr "$convert_version" : '.* [[0-9]]*\.\([[0-9]]*\)'`
wine-development-5.5/.pc/debianization/mingw.patch/configure.ac-334-      if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
##############################################
wine-development-5.5/.pc/debianization/mingw.patch/configure.ac-356-    then
wine-development-5.5/.pc/debianization/mingw.patch/configure.ac:357:      icotool_version_major=`expr "$icotool_version" : '.* \([[0-9]]*\)\.[[0-9]]*'`
wine-development-5.5/.pc/debianization/mingw.patch/configure.ac:358:      icotool_version_minor=`expr "$icotool_version" : '.* [[0-9]]*\.\([[0-9]]*\)'`
wine-development-5.5/.pc/debianization/mingw.patch/configure.ac-359-      if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
##############################################
wine-development-5.5/.pc/debianization/mingw.patch/configure.ac-712-AC_SUBST(WINELOADER_PROGRAMS,"$wine_binary")
wine-development-5.5/.pc/debianization/mingw.patch/configure.ac:713:libwine_soversion=`expr $libwine_version : '\([[0-9]]*\)\..*'`
wine-development-5.5/.pc/debianization/mingw.patch/configure.ac-714-
##############################################
wine-development-5.5/.pc/debianization/mingw.patch/configure.ac-742-    LDDLLFLAGS="-fPIC"
wine-development-5.5/.pc/debianization/mingw.patch/configure.ac:743:    LDRPATH_INSTALL="-Wl,-rpath,@loader_path/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
wine-development-5.5/.pc/debianization/mingw.patch/configure.ac-744-    LDRPATH_LOCAL="-Wl,-rpath,@loader_path/\$(top_builddir)/libs/wine"
##############################################
wine-development-5.5/.pc/debianization/mingw.patch/configure.ac-907-    WINE_TRY_CFLAGS([-fPIC -Wl,--rpath,\$ORIGIN/../lib],
wine-development-5.5/.pc/debianization/mingw.patch/configure.ac:908:                    [LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
wine-development-5.5/.pc/debianization/mingw.patch/configure.ac-909-                     LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"],
wine-development-5.5/.pc/debianization/mingw.patch/configure.ac-910-        [WINE_TRY_CFLAGS([-fPIC -Wl,-R,\$ORIGIN/../lib],
wine-development-5.5/.pc/debianization/mingw.patch/configure.ac:911:                         [LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
wine-development-5.5/.pc/debianization/mingw.patch/configure.ac-912-                          LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"])])
##############################################
wine-development-5.5/.pc/debianization/mingw.patch/configure.ac-963-      WINE_TRY_CFLAGS([-Wl,--rpath,\$ORIGIN/../lib],
wine-development-5.5/.pc/debianization/mingw.patch/configure.ac:964:                      [LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
wine-development-5.5/.pc/debianization/mingw.patch/configure.ac-965-                       LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"],
wine-development-5.5/.pc/debianization/mingw.patch/configure.ac-966-          [WINE_TRY_CFLAGS([-Wl,-R,\$ORIGIN/../lib],
wine-development-5.5/.pc/debianization/mingw.patch/configure.ac:967:                           [LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
wine-development-5.5/.pc/debianization/mingw.patch/configure.ac-968-                            LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"])])
##############################################
wine-development-5.5/.pc/debianization/mingw.patch/configure.ac-1043-                case "$1" in
wine-development-5.5/.pc/debianization/mingw.patch/configure.ac:1044:                    *-gcc) CROSSTARGET=`expr "$1" : '\(.*\)-gcc'` ;;
wine-development-5.5/.pc/debianization/mingw.patch/configure.ac:1045:                    *-clang) CROSSTARGET=`expr "$1" : '\(.*\)-clang'` ;;
wine-development-5.5/.pc/debianization/mingw.patch/configure.ac-1046-                esac
##############################################
wine-development-5.5/.pc/debianization/mingw.patch/configure.ac-1359-    WINE_PACKAGE_FLAGS(XML2,[libxml-2.0],[-lxml2],
wine-development-5.5/.pc/debianization/mingw.patch/configure.ac:1360:                       [`${XML2_CONFIG:-xml2-config} --cflags 2>/dev/null`],[`${XML2_CONFIG:-xml2-config} --libs 2>/dev/null`],
wine-development-5.5/.pc/debianization/mingw.patch/configure.ac-1361-        [AC_CHECK_HEADERS([libxml/parser.h libxml/xmlsave.h libxml/SAX2.h])
##############################################
wine-development-5.5/.pc/debianization/mingw.patch/configure.ac-1388-    WINE_PACKAGE_FLAGS(XSLT,[libxslt],[-lxml2],
wine-development-5.5/.pc/debianization/mingw.patch/configure.ac:1389:                       [`${XSLT_CONFIG:-xslt-config} --cflags 2>/dev/null`],[`${XSLT_CONFIG:-xslt-config} --libs 2>/dev/null`],
wine-development-5.5/.pc/debianization/mingw.patch/configure.ac-1390-        [AC_CHECK_HEADERS([libxslt/pattern.h libxslt/transform.h],,,
##############################################
wine-development-5.5/.pc/debianization/mingw.patch/configure.ac-1471-then
wine-development-5.5/.pc/debianization/mingw.patch/configure.ac:1472:    WINE_PACKAGE_FLAGS(SANE,[libsane],,[`${SANE_CONFIG:-sane-config} --cflags 2>/dev/null`],[`${SANE_CONFIG:-sane-config} --ldflags 2>/dev/null`],
wine-development-5.5/.pc/debianization/mingw.patch/configure.ac-1473-        [AC_CHECK_HEADER(sane/sane.h,
##############################################
wine-development-5.5/.pc/debianization/mingw.patch/configure.ac-1491-    WINE_PACKAGE_FLAGS(GPHOTO2,[libgphoto2],[-lgphoto2],
wine-development-5.5/.pc/debianization/mingw.patch/configure.ac:1492:                       [`${GPHOTO2_CONFIG:-gphoto2-config} --cflags 2>/dev/null`],[`${GPHOTO2_CONFIG:-gphoto2-config} --libs 2>/dev/null`],
wine-development-5.5/.pc/debianization/mingw.patch/configure.ac-1493-        [AC_CHECK_HEADER(gphoto2-camera.h,
##############################################
wine-development-5.5/.pc/debianization/mingw.patch/configure.ac-1499-    WINE_PACKAGE_FLAGS(GPHOTO2_PORT,[libgphoto2_port],[-lgphoto2_port],
wine-development-5.5/.pc/debianization/mingw.patch/configure.ac:1500:                       [`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --cflags 2>/dev/null`],
wine-development-5.5/.pc/debianization/mingw.patch/configure.ac:1501:                       [`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --libs 2>/dev/null`],
wine-development-5.5/.pc/debianization/mingw.patch/configure.ac-1502-        [AC_CHECK_HEADER(gphoto2-port.h,
##############################################
wine-development-5.5/.pc/debianization/mingw.patch/configure.ac-1562-    WINE_PACKAGE_FLAGS(FREETYPE,[freetype2],[-lfreetype],
wine-development-5.5/.pc/debianization/mingw.patch/configure.ac:1563:                       [`(${FREETYPE_CONFIG:-freetype-config} --cflags || ${FREETYPE2_CONFIG:-freetype2-config} --cflags) 2>/dev/null`],
wine-development-5.5/.pc/debianization/mingw.patch/configure.ac:1564:                       [`(${FREETYPE_CONFIG:-freetype-config} --libs || ${FREETYPE2_CONFIG:-freetype2-config} --libs) 2>/dev/null`],
wine-development-5.5/.pc/debianization/mingw.patch/configure.ac-1565-        [AC_CHECK_HEADERS([ft2build.h])
##############################################
wine-development-5.5/.pc/debianization/mingw.patch/configure.ac-1772-    WINE_PACKAGE_FLAGS(CUPS,[cups],[-lcups],
wine-development-5.5/.pc/debianization/mingw.patch/configure.ac:1773:                       [`${CUPS_CONFIG:-cups-config} --cflags 2>/dev/null`],
wine-development-5.5/.pc/debianization/mingw.patch/configure.ac:1774:                       [`${CUPS_CONFIG:-cups-config} --libs 2>/dev/null`],
wine-development-5.5/.pc/debianization/mingw.patch/configure.ac-1775-                       [AC_CHECK_HEADERS(cups/cups.h cups/ppd.h)
##############################################
wine-development-5.5/.pc/debianization/mingw.patch/configure.ac-1813-    WINE_PACKAGE_FLAGS(KRB5,[krb5],,
wine-development-5.5/.pc/debianization/mingw.patch/configure.ac:1814:                       [`${KRB5_CONFIG:-krb5-config} --cflags 2>/dev/null`],
wine-development-5.5/.pc/debianization/mingw.patch/configure.ac:1815:                       [`${KRB5_CONFIG:-krb5-config} --libs 2>/dev/null`],
wine-development-5.5/.pc/debianization/mingw.patch/configure.ac-1816-        [AC_CHECK_HEADERS([krb5/krb5.h])
##############################################
wine-development-5.5/.pc/debianization/mingw.patch/configure.ac-1831-    WINE_PACKAGE_FLAGS(GSSAPI,[krb5-gssapi],,
wine-development-5.5/.pc/debianization/mingw.patch/configure.ac:1832:                       [`${KRB5_CONFIG:-krb5-config} --cflags gssapi 2>/dev/null`],
wine-development-5.5/.pc/debianization/mingw.patch/configure.ac:1833:                       [`${KRB5_CONFIG:-krb5-config} --libs gssapi 2>/dev/null`],
wine-development-5.5/.pc/debianization/mingw.patch/configure.ac-1834-        [AC_CHECK_HEADERS([gssapi/gssapi.h gssapi/gssapi_ext.h])
##############################################
wine-development-5.5/.pc/debianization/mingw.patch/configure.ac-4038-    cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$[]1 && rm -f Make.tmp && "$wine_makedep" && return
wine-development-5.5/.pc/debianization/mingw.patch/configure.ac:4039:`cat $wine_rules_file`
wine-development-5.5/.pc/debianization/mingw.patch/configure.ac-4040-_WINE_EOF
##############################################
wine-development-5.5/.pc/debianization/version-string.patch/libs/wine/Makefile.in-91-	-DDLLDIR='"${dlldir}"' \
wine-development-5.5/.pc/debianization/version-string.patch/libs/wine/Makefile.in:92:	-DLIB_TO_BINDIR=\"`$(MAKEDEP) -R ${libdir} ${bindir}`\" \
wine-development-5.5/.pc/debianization/version-string.patch/libs/wine/Makefile.in:93:	-DLIB_TO_DLLDIR=\"`$(MAKEDEP) -R ${libdir} ${dlldir}`\" \
wine-development-5.5/.pc/debianization/version-string.patch/libs/wine/Makefile.in:94:	-DBIN_TO_DLLDIR=\"`$(MAKEDEP) -R ${bindir} ${dlldir}`\" \
wine-development-5.5/.pc/debianization/version-string.patch/libs/wine/Makefile.in:95:	-DBIN_TO_DATADIR=\"`$(MAKEDEP) -R ${bindir} ${datadir}/wine`\"
wine-development-5.5/.pc/debianization/version-string.patch/libs/wine/Makefile.in-96-
##############################################
wine-development-5.5/.pc/debianization/version-string.patch/libs/wine/Makefile.in-102-version.c: dummy
wine-development-5.5/.pc/debianization/version-string.patch/libs/wine/Makefile.in:103:	version=`(GIT_DIR=$(top_srcdir)/.git git describe HEAD 2>/dev/null || echo "wine-$(PACKAGE_VERSION)") | sed -n -e '$$s/\(.*\)/const char wine_build[] = "\1";/p'` && (echo $$version | cmp -s - $@) || echo $$version >$@ || (rm -f $@ && exit 1)
wine-development-5.5/.pc/debianization/version-string.patch/libs/wine/Makefile.in-104-
##############################################
wine-development-5.5/.pc/disable/fold.patch/libs/wine/Makefile.in-91-	-DDLLDIR='"${dlldir}"' \
wine-development-5.5/.pc/disable/fold.patch/libs/wine/Makefile.in:92:	-DLIB_TO_BINDIR=\"`$(MAKEDEP) -R ${libdir} ${bindir}`\" \
wine-development-5.5/.pc/disable/fold.patch/libs/wine/Makefile.in:93:	-DLIB_TO_DLLDIR=\"`$(MAKEDEP) -R ${libdir} ${dlldir}`\" \
wine-development-5.5/.pc/disable/fold.patch/libs/wine/Makefile.in:94:	-DBIN_TO_DLLDIR=\"`$(MAKEDEP) -R ${bindir} ${dlldir}`\" \
wine-development-5.5/.pc/disable/fold.patch/libs/wine/Makefile.in:95:	-DBIN_TO_DATADIR=\"`$(MAKEDEP) -R ${bindir} ${datadir}/wine`\"
wine-development-5.5/.pc/disable/fold.patch/libs/wine/Makefile.in-96-
##############################################
wine-development-5.5/.pc/disable/fold.patch/libs/wine/Makefile.in-102-version.c: dummy
wine-development-5.5/.pc/disable/fold.patch/libs/wine/Makefile.in:103:	version=`(echo "wine-$(PACKAGE_VERSION)") | sed -n -e '$$s/\(.*\)/const char wine_build[] = "\1  ($(VENDOR))";/p'` && (echo $$version | cmp -s - $@) || echo $$version >$@ || ($(RM) $@ && exit 1)
wine-development-5.5/.pc/disable/fold.patch/libs/wine/Makefile.in-104-
##############################################
wine-development-5.5/.pc/generate/vulkan.patch/dlls/winevulkan/make_vulkan-2178-
wine-development-5.5/.pc/generate/vulkan.patch/dlls/winevulkan/make_vulkan:2179:        f.write("void *wine_vk_get_device_proc_addr(const char *name)\n")
wine-development-5.5/.pc/generate/vulkan.patch/dlls/winevulkan/make_vulkan-2180-        f.write("{\n")
##############################################
wine-development-5.5/.pc/generate/vulkan.patch/dlls/winevulkan/make_vulkan-2192-
wine-development-5.5/.pc/generate/vulkan.patch/dlls/winevulkan/make_vulkan:2193:        f.write("void *wine_vk_get_instance_proc_addr(const char *name)\n")
wine-development-5.5/.pc/generate/vulkan.patch/dlls/winevulkan/make_vulkan-2194-        f.write("{\n")
##############################################
wine-development-5.5/.pc/generate/vulkan.patch/dlls/winevulkan/make_vulkan-2479-
wine-development-5.5/.pc/generate/vulkan.patch/dlls/winevulkan/make_vulkan:2480:        f.write("static inline void *get_vulkan_driver_device_proc_addr(\n")
wine-development-5.5/.pc/generate/vulkan.patch/dlls/winevulkan/make_vulkan-2481-        f.write("        const struct vulkan_funcs *vulkan_funcs, const char *name)\n{\n")
##############################################
wine-development-5.5/.pc/generate/vulkan.patch/dlls/winevulkan/make_vulkan-2490-
wine-development-5.5/.pc/generate/vulkan.patch/dlls/winevulkan/make_vulkan:2491:        f.write("static inline void *get_vulkan_driver_instance_proc_addr(\n")
wine-development-5.5/.pc/generate/vulkan.patch/dlls/winevulkan/make_vulkan-2492-        f.write("        const struct vulkan_funcs *vulkan_funcs, VkInstance instance, const char *name)\n{\n")
##############################################
wine-development-5.5/.pc/generate/vulkan.patch/dlls/winevulkan/make_vulkan-2506-        f.write("    name -= 2;\n\n")
wine-development-5.5/.pc/generate/vulkan.patch/dlls/winevulkan/make_vulkan:2507:        f.write("    return get_vulkan_driver_device_proc_addr(vulkan_funcs, name);\n}\n\n")
wine-development-5.5/.pc/generate/vulkan.patch/dlls/winevulkan/make_vulkan-2508-
##############################################
wine-development-5.5/.pc/generate/vulkan.patch/dlls/winevulkan/make_vulkan-2512-        self._generate_copyright(f, spec_file=True)
wine-development-5.5/.pc/generate/vulkan.patch/dlls/winevulkan/make_vulkan:2513:        f.write("@ stdcall -private vk_icdGetInstanceProcAddr(ptr str) wine_vk_icdGetInstanceProcAddr\n")
wine-development-5.5/.pc/generate/vulkan.patch/dlls/winevulkan/make_vulkan-2514-        f.write("@ stdcall -private vk_icdNegotiateLoaderICDInterfaceVersion(ptr) wine_vk_icdNegotiateLoaderICDInterfaceVersion\n")
##############################################
wine-development-5.5/.pc/binary-indep/sfnt2fon.patch/configure.ac-331-    then
wine-development-5.5/.pc/binary-indep/sfnt2fon.patch/configure.ac:332:      convert_version_major=`expr "$convert_version" : '.* \([[0-9]]*\)\.[[0-9]]*'`
wine-development-5.5/.pc/binary-indep/sfnt2fon.patch/configure.ac:333:      convert_version_minor=`expr "$convert_version" : '.* [[0-9]]*\.\([[0-9]]*\)'`
wine-development-5.5/.pc/binary-indep/sfnt2fon.patch/configure.ac-334-      if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
##############################################
wine-development-5.5/.pc/binary-indep/sfnt2fon.patch/configure.ac-356-    then
wine-development-5.5/.pc/binary-indep/sfnt2fon.patch/configure.ac:357:      icotool_version_major=`expr "$icotool_version" : '.* \([[0-9]]*\)\.[[0-9]]*'`
wine-development-5.5/.pc/binary-indep/sfnt2fon.patch/configure.ac:358:      icotool_version_minor=`expr "$icotool_version" : '.* [[0-9]]*\.\([[0-9]]*\)'`
wine-development-5.5/.pc/binary-indep/sfnt2fon.patch/configure.ac-359-      if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
##############################################
wine-development-5.5/.pc/binary-indep/sfnt2fon.patch/configure.ac-712-AC_SUBST(WINELOADER_PROGRAMS,"$wine_binary")
wine-development-5.5/.pc/binary-indep/sfnt2fon.patch/configure.ac:713:libwine_soversion=`expr $libwine_version : '\([[0-9]]*\)\..*'`
wine-development-5.5/.pc/binary-indep/sfnt2fon.patch/configure.ac-714-
##############################################
wine-development-5.5/.pc/binary-indep/sfnt2fon.patch/configure.ac-742-    LDDLLFLAGS="-fPIC"
wine-development-5.5/.pc/binary-indep/sfnt2fon.patch/configure.ac:743:    LDRPATH_INSTALL="-Wl,-rpath,@loader_path/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
wine-development-5.5/.pc/binary-indep/sfnt2fon.patch/configure.ac-744-    LDRPATH_LOCAL="-Wl,-rpath,@loader_path/\$(top_builddir)/libs/wine"
##############################################
wine-development-5.5/.pc/binary-indep/sfnt2fon.patch/configure.ac-907-    WINE_TRY_CFLAGS([-fPIC -Wl,--rpath,\$ORIGIN/../lib],
wine-development-5.5/.pc/binary-indep/sfnt2fon.patch/configure.ac:908:                    [LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
wine-development-5.5/.pc/binary-indep/sfnt2fon.patch/configure.ac-909-                     LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"],
wine-development-5.5/.pc/binary-indep/sfnt2fon.patch/configure.ac-910-        [WINE_TRY_CFLAGS([-fPIC -Wl,-R,\$ORIGIN/../lib],
wine-development-5.5/.pc/binary-indep/sfnt2fon.patch/configure.ac:911:                         [LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
wine-development-5.5/.pc/binary-indep/sfnt2fon.patch/configure.ac-912-                          LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"])])
##############################################
wine-development-5.5/.pc/binary-indep/sfnt2fon.patch/configure.ac-963-      WINE_TRY_CFLAGS([-Wl,--rpath,\$ORIGIN/../lib],
wine-development-5.5/.pc/binary-indep/sfnt2fon.patch/configure.ac:964:                      [LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
wine-development-5.5/.pc/binary-indep/sfnt2fon.patch/configure.ac-965-                       LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"],
wine-development-5.5/.pc/binary-indep/sfnt2fon.patch/configure.ac-966-          [WINE_TRY_CFLAGS([-Wl,-R,\$ORIGIN/../lib],
wine-development-5.5/.pc/binary-indep/sfnt2fon.patch/configure.ac:967:                           [LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
wine-development-5.5/.pc/binary-indep/sfnt2fon.patch/configure.ac-968-                            LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"])])
##############################################
wine-development-5.5/.pc/binary-indep/sfnt2fon.patch/configure.ac-1042-                case "$1" in
wine-development-5.5/.pc/binary-indep/sfnt2fon.patch/configure.ac:1043:                    *-gcc) CROSSTARGET=`expr "$1" : '\(.*\)-gcc'` ;;
wine-development-5.5/.pc/binary-indep/sfnt2fon.patch/configure.ac:1044:                    *-clang) CROSSTARGET=`expr "$1" : '\(.*\)-clang'` ;;
wine-development-5.5/.pc/binary-indep/sfnt2fon.patch/configure.ac-1045-                esac
##############################################
wine-development-5.5/.pc/binary-indep/sfnt2fon.patch/configure.ac-1358-    WINE_PACKAGE_FLAGS(XML2,[libxml-2.0],[-lxml2],
wine-development-5.5/.pc/binary-indep/sfnt2fon.patch/configure.ac:1359:                       [`${XML2_CONFIG:-xml2-config} --cflags 2>/dev/null`],[`${XML2_CONFIG:-xml2-config} --libs 2>/dev/null`],
wine-development-5.5/.pc/binary-indep/sfnt2fon.patch/configure.ac-1360-        [AC_CHECK_HEADERS([libxml/parser.h libxml/xmlsave.h libxml/SAX2.h])
##############################################
wine-development-5.5/.pc/binary-indep/sfnt2fon.patch/configure.ac-1387-    WINE_PACKAGE_FLAGS(XSLT,[libxslt],[-lxml2],
wine-development-5.5/.pc/binary-indep/sfnt2fon.patch/configure.ac:1388:                       [`${XSLT_CONFIG:-xslt-config} --cflags 2>/dev/null`],[`${XSLT_CONFIG:-xslt-config} --libs 2>/dev/null`],
wine-development-5.5/.pc/binary-indep/sfnt2fon.patch/configure.ac-1389-        [AC_CHECK_HEADERS([libxslt/pattern.h libxslt/transform.h],,,
##############################################
wine-development-5.5/.pc/binary-indep/sfnt2fon.patch/configure.ac-1470-then
wine-development-5.5/.pc/binary-indep/sfnt2fon.patch/configure.ac:1471:    WINE_PACKAGE_FLAGS(SANE,[libsane],,[`${SANE_CONFIG:-sane-config} --cflags 2>/dev/null`],[`${SANE_CONFIG:-sane-config} --ldflags 2>/dev/null`],
wine-development-5.5/.pc/binary-indep/sfnt2fon.patch/configure.ac-1472-        [AC_CHECK_HEADER(sane/sane.h,
##############################################
wine-development-5.5/.pc/binary-indep/sfnt2fon.patch/configure.ac-1490-    WINE_PACKAGE_FLAGS(GPHOTO2,[libgphoto2],[-lgphoto2],
wine-development-5.5/.pc/binary-indep/sfnt2fon.patch/configure.ac:1491:                       [`${GPHOTO2_CONFIG:-gphoto2-config} --cflags 2>/dev/null`],[`${GPHOTO2_CONFIG:-gphoto2-config} --libs 2>/dev/null`],
wine-development-5.5/.pc/binary-indep/sfnt2fon.patch/configure.ac-1492-        [AC_CHECK_HEADER(gphoto2-camera.h,
##############################################
wine-development-5.5/.pc/binary-indep/sfnt2fon.patch/configure.ac-1498-    WINE_PACKAGE_FLAGS(GPHOTO2_PORT,[libgphoto2_port],[-lgphoto2_port],
wine-development-5.5/.pc/binary-indep/sfnt2fon.patch/configure.ac:1499:                       [`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --cflags 2>/dev/null`],
wine-development-5.5/.pc/binary-indep/sfnt2fon.patch/configure.ac:1500:                       [`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --libs 2>/dev/null`],
wine-development-5.5/.pc/binary-indep/sfnt2fon.patch/configure.ac-1501-        [AC_CHECK_HEADER(gphoto2-port.h,
##############################################
wine-development-5.5/.pc/binary-indep/sfnt2fon.patch/configure.ac-1561-    WINE_PACKAGE_FLAGS(FREETYPE,[freetype2],[-lfreetype],
wine-development-5.5/.pc/binary-indep/sfnt2fon.patch/configure.ac:1562:                       [`(${FREETYPE_CONFIG:-freetype-config} --cflags || ${FREETYPE2_CONFIG:-freetype2-config} --cflags) 2>/dev/null`],
wine-development-5.5/.pc/binary-indep/sfnt2fon.patch/configure.ac:1563:                       [`(${FREETYPE_CONFIG:-freetype-config} --libs || ${FREETYPE2_CONFIG:-freetype2-config} --libs) 2>/dev/null`],
wine-development-5.5/.pc/binary-indep/sfnt2fon.patch/configure.ac-1564-        [AC_CHECK_HEADERS([ft2build.h])
##############################################
wine-development-5.5/.pc/binary-indep/sfnt2fon.patch/configure.ac-1771-    WINE_PACKAGE_FLAGS(CUPS,[cups],[-lcups],
wine-development-5.5/.pc/binary-indep/sfnt2fon.patch/configure.ac:1772:                       [`${CUPS_CONFIG:-cups-config} --cflags 2>/dev/null`],
wine-development-5.5/.pc/binary-indep/sfnt2fon.patch/configure.ac:1773:                       [`${CUPS_CONFIG:-cups-config} --libs 2>/dev/null`],
wine-development-5.5/.pc/binary-indep/sfnt2fon.patch/configure.ac-1774-                       [AC_CHECK_HEADERS(cups/cups.h cups/ppd.h)
##############################################
wine-development-5.5/.pc/binary-indep/sfnt2fon.patch/configure.ac-1812-    WINE_PACKAGE_FLAGS(KRB5,[krb5],,
wine-development-5.5/.pc/binary-indep/sfnt2fon.patch/configure.ac:1813:                       [`${KRB5_CONFIG:-krb5-config} --cflags 2>/dev/null`],
wine-development-5.5/.pc/binary-indep/sfnt2fon.patch/configure.ac:1814:                       [`${KRB5_CONFIG:-krb5-config} --libs 2>/dev/null`],
wine-development-5.5/.pc/binary-indep/sfnt2fon.patch/configure.ac-1815-        [AC_CHECK_HEADERS([krb5/krb5.h])
##############################################
wine-development-5.5/.pc/binary-indep/sfnt2fon.patch/configure.ac-1830-    WINE_PACKAGE_FLAGS(GSSAPI,[krb5-gssapi],,
wine-development-5.5/.pc/binary-indep/sfnt2fon.patch/configure.ac:1831:                       [`${KRB5_CONFIG:-krb5-config} --cflags gssapi 2>/dev/null`],
wine-development-5.5/.pc/binary-indep/sfnt2fon.patch/configure.ac:1832:                       [`${KRB5_CONFIG:-krb5-config} --libs gssapi 2>/dev/null`],
wine-development-5.5/.pc/binary-indep/sfnt2fon.patch/configure.ac-1833-        [AC_CHECK_HEADERS([gssapi/gssapi.h gssapi/gssapi_ext.h])
##############################################
wine-development-5.5/.pc/binary-indep/sfnt2fon.patch/configure.ac-4037-    cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$[]1 && rm -f Make.tmp && "$wine_makedep" && return
wine-development-5.5/.pc/binary-indep/sfnt2fon.patch/configure.ac:4038:`cat $wine_rules_file`
wine-development-5.5/.pc/binary-indep/sfnt2fon.patch/configure.ac-4039-_WINE_EOF
##############################################
wine-development-5.5/.pc/fixes/arm64.patch/dlls/dbghelp/cpu_arm64.c-33-
wine-development-5.5/.pc/fixes/arm64.patch/dlls/dbghelp/cpu_arm64.c:34:static BOOL arm64_get_addr(HANDLE hThread, const CONTEXT* ctx,
wine-development-5.5/.pc/fixes/arm64.patch/dlls/dbghelp/cpu_arm64.c-35-                           enum cpu_addr ca, ADDRESS64* addr)
##############################################
wine-development-5.5/.pc/fixes/arm64.patch/dlls/dbghelp/cpu_arm64.c-96-    TRACE("Enter: PC=%s Frame=%s Return=%s Stack=%s Mode=%s Count=%s\n",
wine-development-5.5/.pc/fixes/arm64.patch/dlls/dbghelp/cpu_arm64.c:97:          wine_dbgstr_addr(&frame->AddrPC),
wine-development-5.5/.pc/fixes/arm64.patch/dlls/dbghelp/cpu_arm64.c:98:          wine_dbgstr_addr(&frame->AddrFrame),
wine-development-5.5/.pc/fixes/arm64.patch/dlls/dbghelp/cpu_arm64.c:99:          wine_dbgstr_addr(&frame->AddrReturn),
wine-development-5.5/.pc/fixes/arm64.patch/dlls/dbghelp/cpu_arm64.c:100:          wine_dbgstr_addr(&frame->AddrStack),
wine-development-5.5/.pc/fixes/arm64.patch/dlls/dbghelp/cpu_arm64.c-101-          curr_mode == stm_start ? "start" : "ARM64",
##############################################
wine-development-5.5/.pc/fixes/arm64.patch/dlls/dbghelp/cpu_arm64.c-136-    TRACE("Leave: PC=%s Frame=%s Return=%s Stack=%s Mode=%s Count=%s FuncTable=%p\n",
wine-development-5.5/.pc/fixes/arm64.patch/dlls/dbghelp/cpu_arm64.c:137:          wine_dbgstr_addr(&frame->AddrPC),
wine-development-5.5/.pc/fixes/arm64.patch/dlls/dbghelp/cpu_arm64.c:138:          wine_dbgstr_addr(&frame->AddrFrame),
wine-development-5.5/.pc/fixes/arm64.patch/dlls/dbghelp/cpu_arm64.c:139:          wine_dbgstr_addr(&frame->AddrReturn),
wine-development-5.5/.pc/fixes/arm64.patch/dlls/dbghelp/cpu_arm64.c:140:          wine_dbgstr_addr(&frame->AddrStack),
wine-development-5.5/.pc/fixes/arm64.patch/dlls/dbghelp/cpu_arm64.c-141-          curr_mode == stm_start ? "start" : "ARM64",
##############################################
wine-development-5.5/.pc/fixes/gstbase.patch/configure.ac-331-    then
wine-development-5.5/.pc/fixes/gstbase.patch/configure.ac:332:      convert_version_major=`expr "$convert_version" : '.* \([[0-9]]*\)\.[[0-9]]*'`
wine-development-5.5/.pc/fixes/gstbase.patch/configure.ac:333:      convert_version_minor=`expr "$convert_version" : '.* [[0-9]]*\.\([[0-9]]*\)'`
wine-development-5.5/.pc/fixes/gstbase.patch/configure.ac-334-      if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
##############################################
wine-development-5.5/.pc/fixes/gstbase.patch/configure.ac-356-    then
wine-development-5.5/.pc/fixes/gstbase.patch/configure.ac:357:      icotool_version_major=`expr "$icotool_version" : '.* \([[0-9]]*\)\.[[0-9]]*'`
wine-development-5.5/.pc/fixes/gstbase.patch/configure.ac:358:      icotool_version_minor=`expr "$icotool_version" : '.* [[0-9]]*\.\([[0-9]]*\)'`
wine-development-5.5/.pc/fixes/gstbase.patch/configure.ac-359-      if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
##############################################
wine-development-5.5/.pc/fixes/gstbase.patch/configure.ac-712-AC_SUBST(WINELOADER_PROGRAMS,"$wine_binary")
wine-development-5.5/.pc/fixes/gstbase.patch/configure.ac:713:libwine_soversion=`expr $libwine_version : '\([[0-9]]*\)\..*'`
wine-development-5.5/.pc/fixes/gstbase.patch/configure.ac-714-
##############################################
wine-development-5.5/.pc/fixes/gstbase.patch/configure.ac-742-    LDDLLFLAGS="-fPIC"
wine-development-5.5/.pc/fixes/gstbase.patch/configure.ac:743:    LDRPATH_INSTALL="-Wl,-rpath,@loader_path/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
wine-development-5.5/.pc/fixes/gstbase.patch/configure.ac-744-    LDRPATH_LOCAL="-Wl,-rpath,@loader_path/\$(top_builddir)/libs/wine"
##############################################
wine-development-5.5/.pc/fixes/gstbase.patch/configure.ac-907-    WINE_TRY_CFLAGS([-fPIC -Wl,--rpath,\$ORIGIN/../lib],
wine-development-5.5/.pc/fixes/gstbase.patch/configure.ac:908:                    [LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
wine-development-5.5/.pc/fixes/gstbase.patch/configure.ac-909-                     LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"],
wine-development-5.5/.pc/fixes/gstbase.patch/configure.ac-910-        [WINE_TRY_CFLAGS([-fPIC -Wl,-R,\$ORIGIN/../lib],
wine-development-5.5/.pc/fixes/gstbase.patch/configure.ac:911:                         [LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
wine-development-5.5/.pc/fixes/gstbase.patch/configure.ac-912-                          LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"])])
##############################################
wine-development-5.5/.pc/fixes/gstbase.patch/configure.ac-963-      WINE_TRY_CFLAGS([-Wl,--rpath,\$ORIGIN/../lib],
wine-development-5.5/.pc/fixes/gstbase.patch/configure.ac:964:                      [LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
wine-development-5.5/.pc/fixes/gstbase.patch/configure.ac-965-                       LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"],
wine-development-5.5/.pc/fixes/gstbase.patch/configure.ac-966-          [WINE_TRY_CFLAGS([-Wl,-R,\$ORIGIN/../lib],
wine-development-5.5/.pc/fixes/gstbase.patch/configure.ac:967:                           [LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
wine-development-5.5/.pc/fixes/gstbase.patch/configure.ac-968-                            LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"])])
##############################################
wine-development-5.5/.pc/fixes/gstbase.patch/configure.ac-1042-                case "$1" in
wine-development-5.5/.pc/fixes/gstbase.patch/configure.ac:1043:                    *-gcc) CROSSTARGET=`expr "$1" : '\(.*\)-gcc'` ;;
wine-development-5.5/.pc/fixes/gstbase.patch/configure.ac:1044:                    *-clang) CROSSTARGET=`expr "$1" : '\(.*\)-clang'` ;;
wine-development-5.5/.pc/fixes/gstbase.patch/configure.ac-1045-                esac
##############################################
wine-development-5.5/.pc/fixes/gstbase.patch/configure.ac-1358-    WINE_PACKAGE_FLAGS(XML2,[libxml-2.0],[-lxml2],
wine-development-5.5/.pc/fixes/gstbase.patch/configure.ac:1359:                       [`${XML2_CONFIG:-xml2-config} --cflags 2>/dev/null`],[`${XML2_CONFIG:-xml2-config} --libs 2>/dev/null`],
wine-development-5.5/.pc/fixes/gstbase.patch/configure.ac-1360-        [AC_CHECK_HEADERS([libxml/parser.h libxml/xmlsave.h libxml/SAX2.h])
##############################################
wine-development-5.5/.pc/fixes/gstbase.patch/configure.ac-1387-    WINE_PACKAGE_FLAGS(XSLT,[libxslt],[-lxml2],
wine-development-5.5/.pc/fixes/gstbase.patch/configure.ac:1388:                       [`${XSLT_CONFIG:-xslt-config} --cflags 2>/dev/null`],[`${XSLT_CONFIG:-xslt-config} --libs 2>/dev/null`],
wine-development-5.5/.pc/fixes/gstbase.patch/configure.ac-1389-        [AC_CHECK_HEADERS([libxslt/pattern.h libxslt/transform.h],,,
##############################################
wine-development-5.5/.pc/fixes/gstbase.patch/configure.ac-1470-then
wine-development-5.5/.pc/fixes/gstbase.patch/configure.ac:1471:    WINE_PACKAGE_FLAGS(SANE,[libsane],,[`${SANE_CONFIG:-sane-config} --cflags 2>/dev/null`],[`${SANE_CONFIG:-sane-config} --ldflags 2>/dev/null`],
wine-development-5.5/.pc/fixes/gstbase.patch/configure.ac-1472-        [AC_CHECK_HEADER(sane/sane.h,
##############################################
wine-development-5.5/.pc/fixes/gstbase.patch/configure.ac-1490-    WINE_PACKAGE_FLAGS(GPHOTO2,[libgphoto2],[-lgphoto2],
wine-development-5.5/.pc/fixes/gstbase.patch/configure.ac:1491:                       [`${GPHOTO2_CONFIG:-gphoto2-config} --cflags 2>/dev/null`],[`${GPHOTO2_CONFIG:-gphoto2-config} --libs 2>/dev/null`],
wine-development-5.5/.pc/fixes/gstbase.patch/configure.ac-1492-        [AC_CHECK_HEADER(gphoto2-camera.h,
##############################################
wine-development-5.5/.pc/fixes/gstbase.patch/configure.ac-1498-    WINE_PACKAGE_FLAGS(GPHOTO2_PORT,[libgphoto2_port],[-lgphoto2_port],
wine-development-5.5/.pc/fixes/gstbase.patch/configure.ac:1499:                       [`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --cflags 2>/dev/null`],
wine-development-5.5/.pc/fixes/gstbase.patch/configure.ac:1500:                       [`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --libs 2>/dev/null`],
wine-development-5.5/.pc/fixes/gstbase.patch/configure.ac-1501-        [AC_CHECK_HEADER(gphoto2-port.h,
##############################################
wine-development-5.5/.pc/fixes/gstbase.patch/configure.ac-1561-    WINE_PACKAGE_FLAGS(FREETYPE,[freetype2],[-lfreetype],
wine-development-5.5/.pc/fixes/gstbase.patch/configure.ac:1562:                       [`(${FREETYPE_CONFIG:-freetype-config} --cflags || ${FREETYPE2_CONFIG:-freetype2-config} --cflags) 2>/dev/null`],
wine-development-5.5/.pc/fixes/gstbase.patch/configure.ac:1563:                       [`(${FREETYPE_CONFIG:-freetype-config} --libs || ${FREETYPE2_CONFIG:-freetype2-config} --libs) 2>/dev/null`],
wine-development-5.5/.pc/fixes/gstbase.patch/configure.ac-1564-        [AC_CHECK_HEADERS([ft2build.h])
##############################################
wine-development-5.5/.pc/fixes/gstbase.patch/configure.ac-1771-    WINE_PACKAGE_FLAGS(CUPS,[cups],[-lcups],
wine-development-5.5/.pc/fixes/gstbase.patch/configure.ac:1772:                       [`${CUPS_CONFIG:-cups-config} --cflags 2>/dev/null`],
wine-development-5.5/.pc/fixes/gstbase.patch/configure.ac:1773:                       [`${CUPS_CONFIG:-cups-config} --libs 2>/dev/null`],
wine-development-5.5/.pc/fixes/gstbase.patch/configure.ac-1774-                       [AC_CHECK_HEADERS(cups/cups.h cups/ppd.h)
##############################################
wine-development-5.5/.pc/fixes/gstbase.patch/configure.ac-1812-    WINE_PACKAGE_FLAGS(KRB5,[krb5],,
wine-development-5.5/.pc/fixes/gstbase.patch/configure.ac:1813:                       [`${KRB5_CONFIG:-krb5-config} --cflags 2>/dev/null`],
wine-development-5.5/.pc/fixes/gstbase.patch/configure.ac:1814:                       [`${KRB5_CONFIG:-krb5-config} --libs 2>/dev/null`],
wine-development-5.5/.pc/fixes/gstbase.patch/configure.ac-1815-        [AC_CHECK_HEADERS([krb5/krb5.h])
##############################################
wine-development-5.5/.pc/fixes/gstbase.patch/configure.ac-1830-    WINE_PACKAGE_FLAGS(GSSAPI,[krb5-gssapi],,
wine-development-5.5/.pc/fixes/gstbase.patch/configure.ac:1831:                       [`${KRB5_CONFIG:-krb5-config} --cflags gssapi 2>/dev/null`],
wine-development-5.5/.pc/fixes/gstbase.patch/configure.ac:1832:                       [`${KRB5_CONFIG:-krb5-config} --libs gssapi 2>/dev/null`],
wine-development-5.5/.pc/fixes/gstbase.patch/configure.ac-1833-        [AC_CHECK_HEADERS([gssapi/gssapi.h gssapi/gssapi_ext.h])
##############################################
wine-development-5.5/.pc/fixes/gstbase.patch/configure.ac-4035-    cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$[]1 && rm -f Make.tmp && "$wine_makedep" && return
wine-development-5.5/.pc/fixes/gstbase.patch/configure.ac:4036:`cat $wine_rules_file`
wine-development-5.5/.pc/fixes/gstbase.patch/configure.ac-4037-_WINE_EOF
##############################################
wine-development-5.5/.pc/fixes/glibc2.30.patch/configure.ac-331-    then
wine-development-5.5/.pc/fixes/glibc2.30.patch/configure.ac:332:      convert_version_major=`expr "$convert_version" : '.* \([[0-9]]*\)\.[[0-9]]*'`
wine-development-5.5/.pc/fixes/glibc2.30.patch/configure.ac:333:      convert_version_minor=`expr "$convert_version" : '.* [[0-9]]*\.\([[0-9]]*\)'`
wine-development-5.5/.pc/fixes/glibc2.30.patch/configure.ac-334-      if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
##############################################
wine-development-5.5/.pc/fixes/glibc2.30.patch/configure.ac-356-    then
wine-development-5.5/.pc/fixes/glibc2.30.patch/configure.ac:357:      icotool_version_major=`expr "$icotool_version" : '.* \([[0-9]]*\)\.[[0-9]]*'`
wine-development-5.5/.pc/fixes/glibc2.30.patch/configure.ac:358:      icotool_version_minor=`expr "$icotool_version" : '.* [[0-9]]*\.\([[0-9]]*\)'`
wine-development-5.5/.pc/fixes/glibc2.30.patch/configure.ac-359-      if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
##############################################
wine-development-5.5/.pc/fixes/glibc2.30.patch/configure.ac-712-AC_SUBST(WINELOADER_PROGRAMS,"$wine_binary")
wine-development-5.5/.pc/fixes/glibc2.30.patch/configure.ac:713:libwine_soversion=`expr $libwine_version : '\([[0-9]]*\)\..*'`
wine-development-5.5/.pc/fixes/glibc2.30.patch/configure.ac-714-
##############################################
wine-development-5.5/.pc/fixes/glibc2.30.patch/configure.ac-742-    LDDLLFLAGS="-fPIC"
wine-development-5.5/.pc/fixes/glibc2.30.patch/configure.ac:743:    LDRPATH_INSTALL="-Wl,-rpath,@loader_path/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
wine-development-5.5/.pc/fixes/glibc2.30.patch/configure.ac-744-    LDRPATH_LOCAL="-Wl,-rpath,@loader_path/\$(top_builddir)/libs/wine"
##############################################
wine-development-5.5/.pc/fixes/glibc2.30.patch/configure.ac-907-    WINE_TRY_CFLAGS([-fPIC -Wl,--rpath,\$ORIGIN/../lib],
wine-development-5.5/.pc/fixes/glibc2.30.patch/configure.ac:908:                    [LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
wine-development-5.5/.pc/fixes/glibc2.30.patch/configure.ac-909-                     LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"],
wine-development-5.5/.pc/fixes/glibc2.30.patch/configure.ac-910-        [WINE_TRY_CFLAGS([-fPIC -Wl,-R,\$ORIGIN/../lib],
wine-development-5.5/.pc/fixes/glibc2.30.patch/configure.ac:911:                         [LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
wine-development-5.5/.pc/fixes/glibc2.30.patch/configure.ac-912-                          LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"])])
##############################################
wine-development-5.5/.pc/fixes/glibc2.30.patch/configure.ac-963-      WINE_TRY_CFLAGS([-Wl,--rpath,\$ORIGIN/../lib],
wine-development-5.5/.pc/fixes/glibc2.30.patch/configure.ac:964:                      [LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
wine-development-5.5/.pc/fixes/glibc2.30.patch/configure.ac-965-                       LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"],
wine-development-5.5/.pc/fixes/glibc2.30.patch/configure.ac-966-          [WINE_TRY_CFLAGS([-Wl,-R,\$ORIGIN/../lib],
wine-development-5.5/.pc/fixes/glibc2.30.patch/configure.ac:967:                           [LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
wine-development-5.5/.pc/fixes/glibc2.30.patch/configure.ac-968-                            LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"])])
##############################################
wine-development-5.5/.pc/fixes/glibc2.30.patch/configure.ac-1042-                case "$1" in
wine-development-5.5/.pc/fixes/glibc2.30.patch/configure.ac:1043:                    *-gcc) CROSSTARGET=`expr "$1" : '\(.*\)-gcc'` ;;
wine-development-5.5/.pc/fixes/glibc2.30.patch/configure.ac:1044:                    *-clang) CROSSTARGET=`expr "$1" : '\(.*\)-clang'` ;;
wine-development-5.5/.pc/fixes/glibc2.30.patch/configure.ac-1045-                esac
##############################################
wine-development-5.5/.pc/fixes/glibc2.30.patch/configure.ac-1358-    WINE_PACKAGE_FLAGS(XML2,[libxml-2.0],[-lxml2],
wine-development-5.5/.pc/fixes/glibc2.30.patch/configure.ac:1359:                       [`${XML2_CONFIG:-xml2-config} --cflags 2>/dev/null`],[`${XML2_CONFIG:-xml2-config} --libs 2>/dev/null`],
wine-development-5.5/.pc/fixes/glibc2.30.patch/configure.ac-1360-        [AC_CHECK_HEADERS([libxml/parser.h libxml/xmlsave.h libxml/SAX2.h])
##############################################
wine-development-5.5/.pc/fixes/glibc2.30.patch/configure.ac-1387-    WINE_PACKAGE_FLAGS(XSLT,[libxslt],[-lxml2],
wine-development-5.5/.pc/fixes/glibc2.30.patch/configure.ac:1388:                       [`${XSLT_CONFIG:-xslt-config} --cflags 2>/dev/null`],[`${XSLT_CONFIG:-xslt-config} --libs 2>/dev/null`],
wine-development-5.5/.pc/fixes/glibc2.30.patch/configure.ac-1389-        [AC_CHECK_HEADERS([libxslt/pattern.h libxslt/transform.h],,,
##############################################
wine-development-5.5/.pc/fixes/glibc2.30.patch/configure.ac-1470-then
wine-development-5.5/.pc/fixes/glibc2.30.patch/configure.ac:1471:    WINE_PACKAGE_FLAGS(SANE,[libsane],,[`${SANE_CONFIG:-sane-config} --cflags 2>/dev/null`],[`${SANE_CONFIG:-sane-config} --ldflags 2>/dev/null`],
wine-development-5.5/.pc/fixes/glibc2.30.patch/configure.ac-1472-        [AC_CHECK_HEADER(sane/sane.h,
##############################################
wine-development-5.5/.pc/fixes/glibc2.30.patch/configure.ac-1490-    WINE_PACKAGE_FLAGS(GPHOTO2,[libgphoto2],[-lgphoto2],
wine-development-5.5/.pc/fixes/glibc2.30.patch/configure.ac:1491:                       [`${GPHOTO2_CONFIG:-gphoto2-config} --cflags 2>/dev/null`],[`${GPHOTO2_CONFIG:-gphoto2-config} --libs 2>/dev/null`],
wine-development-5.5/.pc/fixes/glibc2.30.patch/configure.ac-1492-        [AC_CHECK_HEADER(gphoto2-camera.h,
##############################################
wine-development-5.5/.pc/fixes/glibc2.30.patch/configure.ac-1498-    WINE_PACKAGE_FLAGS(GPHOTO2_PORT,[libgphoto2_port],[-lgphoto2_port],
wine-development-5.5/.pc/fixes/glibc2.30.patch/configure.ac:1499:                       [`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --cflags 2>/dev/null`],
wine-development-5.5/.pc/fixes/glibc2.30.patch/configure.ac:1500:                       [`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --libs 2>/dev/null`],
wine-development-5.5/.pc/fixes/glibc2.30.patch/configure.ac-1501-        [AC_CHECK_HEADER(gphoto2-port.h,
##############################################
wine-development-5.5/.pc/fixes/glibc2.30.patch/configure.ac-1561-    WINE_PACKAGE_FLAGS(FREETYPE,[freetype2],[-lfreetype],
wine-development-5.5/.pc/fixes/glibc2.30.patch/configure.ac:1562:                       [`(${FREETYPE_CONFIG:-freetype-config} --cflags || ${FREETYPE2_CONFIG:-freetype2-config} --cflags) 2>/dev/null`],
wine-development-5.5/.pc/fixes/glibc2.30.patch/configure.ac:1563:                       [`(${FREETYPE_CONFIG:-freetype-config} --libs || ${FREETYPE2_CONFIG:-freetype2-config} --libs) 2>/dev/null`],
wine-development-5.5/.pc/fixes/glibc2.30.patch/configure.ac-1564-        [AC_CHECK_HEADERS([ft2build.h])
##############################################
wine-development-5.5/.pc/fixes/glibc2.30.patch/configure.ac-1772-    WINE_PACKAGE_FLAGS(CUPS,[cups],[-lcups],
wine-development-5.5/.pc/fixes/glibc2.30.patch/configure.ac:1773:                       [`${CUPS_CONFIG:-cups-config} --cflags 2>/dev/null`],
wine-development-5.5/.pc/fixes/glibc2.30.patch/configure.ac:1774:                       [`${CUPS_CONFIG:-cups-config} --libs 2>/dev/null`],
wine-development-5.5/.pc/fixes/glibc2.30.patch/configure.ac-1775-                       [AC_CHECK_HEADERS(cups/cups.h cups/ppd.h)
##############################################
wine-development-5.5/.pc/fixes/glibc2.30.patch/configure.ac-1813-    WINE_PACKAGE_FLAGS(KRB5,[krb5],,
wine-development-5.5/.pc/fixes/glibc2.30.patch/configure.ac:1814:                       [`${KRB5_CONFIG:-krb5-config} --cflags 2>/dev/null`],
wine-development-5.5/.pc/fixes/glibc2.30.patch/configure.ac:1815:                       [`${KRB5_CONFIG:-krb5-config} --libs 2>/dev/null`],
wine-development-5.5/.pc/fixes/glibc2.30.patch/configure.ac-1816-        [AC_CHECK_HEADERS([krb5/krb5.h])
##############################################
wine-development-5.5/.pc/fixes/glibc2.30.patch/configure.ac-1831-    WINE_PACKAGE_FLAGS(GSSAPI,[krb5-gssapi],,
wine-development-5.5/.pc/fixes/glibc2.30.patch/configure.ac:1832:                       [`${KRB5_CONFIG:-krb5-config} --cflags gssapi 2>/dev/null`],
wine-development-5.5/.pc/fixes/glibc2.30.patch/configure.ac:1833:                       [`${KRB5_CONFIG:-krb5-config} --libs gssapi 2>/dev/null`],
wine-development-5.5/.pc/fixes/glibc2.30.patch/configure.ac-1834-        [AC_CHECK_HEADERS([gssapi/gssapi.h gssapi/gssapi_ext.h])
##############################################
wine-development-5.5/.pc/fixes/glibc2.30.patch/configure.ac-4036-    cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$[]1 && rm -f Make.tmp && "$wine_makedep" && return
wine-development-5.5/.pc/fixes/glibc2.30.patch/configure.ac:4037:`cat $wine_rules_file`
wine-development-5.5/.pc/fixes/glibc2.30.patch/configure.ac-4038-_WINE_EOF
##############################################
wine-development-5.5/.pc/fixes/temporary-directory.patch/libs/wine/config.c-149-
wine-development-5.5/.pc/fixes/temporary-directory.patch/libs/wine/config.c:150:    if (dladdr( get_runtime_libdir, &info ) && info.dli_fname[0] == '/')
wine-development-5.5/.pc/fixes/temporary-directory.patch/libs/wine/config.c-151-    {
##############################################
wine-development-5.5/.pc/warnings/arm-messages.patch/dlls/rpcrt4/ndr_stubless.c-1286-        }
wine-development-5.5/.pc/warnings/arm-messages.patch/dlls/rpcrt4/ndr_stubless.c:1287:        TRACE("\tmemory addr (after): %p -> %p\n", pArg, *(unsigned char **)pArg);
wine-development-5.5/.pc/warnings/arm-messages.patch/dlls/rpcrt4/ndr_stubless.c-1288-    }
##############################################
wine-development-5.5/.pc/warnings/arm64-excess-precision.patch/configure.ac-331-    then
wine-development-5.5/.pc/warnings/arm64-excess-precision.patch/configure.ac:332:      convert_version_major=`expr "$convert_version" : '.* \([[0-9]]*\)\.[[0-9]]*'`
wine-development-5.5/.pc/warnings/arm64-excess-precision.patch/configure.ac:333:      convert_version_minor=`expr "$convert_version" : '.* [[0-9]]*\.\([[0-9]]*\)'`
wine-development-5.5/.pc/warnings/arm64-excess-precision.patch/configure.ac-334-      if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
##############################################
wine-development-5.5/.pc/warnings/arm64-excess-precision.patch/configure.ac-356-    then
wine-development-5.5/.pc/warnings/arm64-excess-precision.patch/configure.ac:357:      icotool_version_major=`expr "$icotool_version" : '.* \([[0-9]]*\)\.[[0-9]]*'`
wine-development-5.5/.pc/warnings/arm64-excess-precision.patch/configure.ac:358:      icotool_version_minor=`expr "$icotool_version" : '.* [[0-9]]*\.\([[0-9]]*\)'`
wine-development-5.5/.pc/warnings/arm64-excess-precision.patch/configure.ac-359-      if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
##############################################
wine-development-5.5/.pc/warnings/arm64-excess-precision.patch/configure.ac-712-AC_SUBST(WINELOADER_PROGRAMS,"$wine_binary")
wine-development-5.5/.pc/warnings/arm64-excess-precision.patch/configure.ac:713:libwine_soversion=`expr $libwine_version : '\([[0-9]]*\)\..*'`
wine-development-5.5/.pc/warnings/arm64-excess-precision.patch/configure.ac-714-
##############################################
wine-development-5.5/.pc/warnings/arm64-excess-precision.patch/configure.ac-742-    LDDLLFLAGS="-fPIC"
wine-development-5.5/.pc/warnings/arm64-excess-precision.patch/configure.ac:743:    LDRPATH_INSTALL="-Wl,-rpath,@loader_path/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
wine-development-5.5/.pc/warnings/arm64-excess-precision.patch/configure.ac-744-    LDRPATH_LOCAL="-Wl,-rpath,@loader_path/\$(top_builddir)/libs/wine"
##############################################
wine-development-5.5/.pc/warnings/arm64-excess-precision.patch/configure.ac-907-    WINE_TRY_CFLAGS([-fPIC -Wl,--rpath,\$ORIGIN/../lib],
wine-development-5.5/.pc/warnings/arm64-excess-precision.patch/configure.ac:908:                    [LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
wine-development-5.5/.pc/warnings/arm64-excess-precision.patch/configure.ac-909-                     LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"],
wine-development-5.5/.pc/warnings/arm64-excess-precision.patch/configure.ac-910-        [WINE_TRY_CFLAGS([-fPIC -Wl,-R,\$ORIGIN/../lib],
wine-development-5.5/.pc/warnings/arm64-excess-precision.patch/configure.ac:911:                         [LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
wine-development-5.5/.pc/warnings/arm64-excess-precision.patch/configure.ac-912-                          LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"])])
##############################################
wine-development-5.5/.pc/warnings/arm64-excess-precision.patch/configure.ac-963-      WINE_TRY_CFLAGS([-Wl,--rpath,\$ORIGIN/../lib],
wine-development-5.5/.pc/warnings/arm64-excess-precision.patch/configure.ac:964:                      [LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
wine-development-5.5/.pc/warnings/arm64-excess-precision.patch/configure.ac-965-                       LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"],
wine-development-5.5/.pc/warnings/arm64-excess-precision.patch/configure.ac-966-          [WINE_TRY_CFLAGS([-Wl,-R,\$ORIGIN/../lib],
wine-development-5.5/.pc/warnings/arm64-excess-precision.patch/configure.ac:967:                           [LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
wine-development-5.5/.pc/warnings/arm64-excess-precision.patch/configure.ac-968-                            LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"])])
##############################################
wine-development-5.5/.pc/warnings/arm64-excess-precision.patch/configure.ac-1042-                case "$1" in
wine-development-5.5/.pc/warnings/arm64-excess-precision.patch/configure.ac:1043:                    *-gcc) CROSSTARGET=`expr "$1" : '\(.*\)-gcc'` ;;
wine-development-5.5/.pc/warnings/arm64-excess-precision.patch/configure.ac:1044:                    *-clang) CROSSTARGET=`expr "$1" : '\(.*\)-clang'` ;;
wine-development-5.5/.pc/warnings/arm64-excess-precision.patch/configure.ac-1045-                esac
##############################################
wine-development-5.5/.pc/warnings/arm64-excess-precision.patch/configure.ac-1358-    WINE_PACKAGE_FLAGS(XML2,[libxml-2.0],[-lxml2],
wine-development-5.5/.pc/warnings/arm64-excess-precision.patch/configure.ac:1359:                       [`${XML2_CONFIG:-xml2-config} --cflags 2>/dev/null`],[`${XML2_CONFIG:-xml2-config} --libs 2>/dev/null`],
wine-development-5.5/.pc/warnings/arm64-excess-precision.patch/configure.ac-1360-        [AC_CHECK_HEADERS([libxml/parser.h libxml/xmlsave.h libxml/SAX2.h])
##############################################
wine-development-5.5/.pc/warnings/arm64-excess-precision.patch/configure.ac-1387-    WINE_PACKAGE_FLAGS(XSLT,[libxslt],[-lxml2],
wine-development-5.5/.pc/warnings/arm64-excess-precision.patch/configure.ac:1388:                       [`${XSLT_CONFIG:-xslt-config} --cflags 2>/dev/null`],[`${XSLT_CONFIG:-xslt-config} --libs 2>/dev/null`],
wine-development-5.5/.pc/warnings/arm64-excess-precision.patch/configure.ac-1389-        [AC_CHECK_HEADERS([libxslt/pattern.h libxslt/transform.h],,,
##############################################
wine-development-5.5/.pc/warnings/arm64-excess-precision.patch/configure.ac-1470-then
wine-development-5.5/.pc/warnings/arm64-excess-precision.patch/configure.ac:1471:    WINE_PACKAGE_FLAGS(SANE,[libsane],,[`${SANE_CONFIG:-sane-config} --cflags 2>/dev/null`],[`${SANE_CONFIG:-sane-config} --ldflags 2>/dev/null`],
wine-development-5.5/.pc/warnings/arm64-excess-precision.patch/configure.ac-1472-        [AC_CHECK_HEADER(sane/sane.h,
##############################################
wine-development-5.5/.pc/warnings/arm64-excess-precision.patch/configure.ac-1490-    WINE_PACKAGE_FLAGS(GPHOTO2,[libgphoto2],[-lgphoto2],
wine-development-5.5/.pc/warnings/arm64-excess-precision.patch/configure.ac:1491:                       [`${GPHOTO2_CONFIG:-gphoto2-config} --cflags 2>/dev/null`],[`${GPHOTO2_CONFIG:-gphoto2-config} --libs 2>/dev/null`],
wine-development-5.5/.pc/warnings/arm64-excess-precision.patch/configure.ac-1492-        [AC_CHECK_HEADER(gphoto2-camera.h,
##############################################
wine-development-5.5/.pc/warnings/arm64-excess-precision.patch/configure.ac-1498-    WINE_PACKAGE_FLAGS(GPHOTO2_PORT,[libgphoto2_port],[-lgphoto2_port],
wine-development-5.5/.pc/warnings/arm64-excess-precision.patch/configure.ac:1499:                       [`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --cflags 2>/dev/null`],
wine-development-5.5/.pc/warnings/arm64-excess-precision.patch/configure.ac:1500:                       [`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --libs 2>/dev/null`],
wine-development-5.5/.pc/warnings/arm64-excess-precision.patch/configure.ac-1501-        [AC_CHECK_HEADER(gphoto2-port.h,
##############################################
wine-development-5.5/.pc/warnings/arm64-excess-precision.patch/configure.ac-1561-    WINE_PACKAGE_FLAGS(FREETYPE,[freetype2],[-lfreetype],
wine-development-5.5/.pc/warnings/arm64-excess-precision.patch/configure.ac:1562:                       [`(${FREETYPE_CONFIG:-freetype-config} --cflags || ${FREETYPE2_CONFIG:-freetype2-config} --cflags) 2>/dev/null`],
wine-development-5.5/.pc/warnings/arm64-excess-precision.patch/configure.ac:1563:                       [`(${FREETYPE_CONFIG:-freetype-config} --libs || ${FREETYPE2_CONFIG:-freetype2-config} --libs) 2>/dev/null`],
wine-development-5.5/.pc/warnings/arm64-excess-precision.patch/configure.ac-1564-        [AC_CHECK_HEADERS([ft2build.h])
##############################################
wine-development-5.5/.pc/warnings/arm64-excess-precision.patch/configure.ac-1772-    WINE_PACKAGE_FLAGS(CUPS,[cups],[-lcups],
wine-development-5.5/.pc/warnings/arm64-excess-precision.patch/configure.ac:1773:                       [`${CUPS_CONFIG:-cups-config} --cflags 2>/dev/null`],
wine-development-5.5/.pc/warnings/arm64-excess-precision.patch/configure.ac:1774:                       [`${CUPS_CONFIG:-cups-config} --libs 2>/dev/null`],
wine-development-5.5/.pc/warnings/arm64-excess-precision.patch/configure.ac-1775-                       [AC_CHECK_HEADERS(cups/cups.h cups/ppd.h)
##############################################
wine-development-5.5/.pc/warnings/arm64-excess-precision.patch/configure.ac-1813-    WINE_PACKAGE_FLAGS(KRB5,[krb5],,
wine-development-5.5/.pc/warnings/arm64-excess-precision.patch/configure.ac:1814:                       [`${KRB5_CONFIG:-krb5-config} --cflags 2>/dev/null`],
wine-development-5.5/.pc/warnings/arm64-excess-precision.patch/configure.ac:1815:                       [`${KRB5_CONFIG:-krb5-config} --libs 2>/dev/null`],
wine-development-5.5/.pc/warnings/arm64-excess-precision.patch/configure.ac-1816-        [AC_CHECK_HEADERS([krb5/krb5.h])
##############################################
wine-development-5.5/.pc/warnings/arm64-excess-precision.patch/configure.ac-1831-    WINE_PACKAGE_FLAGS(GSSAPI,[krb5-gssapi],,
wine-development-5.5/.pc/warnings/arm64-excess-precision.patch/configure.ac:1832:                       [`${KRB5_CONFIG:-krb5-config} --cflags gssapi 2>/dev/null`],
wine-development-5.5/.pc/warnings/arm64-excess-precision.patch/configure.ac:1833:                       [`${KRB5_CONFIG:-krb5-config} --libs gssapi 2>/dev/null`],
wine-development-5.5/.pc/warnings/arm64-excess-precision.patch/configure.ac-1834-        [AC_CHECK_HEADERS([gssapi/gssapi.h gssapi/gssapi_ext.h])
##############################################
wine-development-5.5/.pc/warnings/arm64-excess-precision.patch/configure.ac-4036-    cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$[]1 && rm -f Make.tmp && "$wine_makedep" && return
wine-development-5.5/.pc/warnings/arm64-excess-precision.patch/configure.ac:4037:`cat $wine_rules_file`
wine-development-5.5/.pc/warnings/arm64-excess-precision.patch/configure.ac-4038-_WINE_EOF
##############################################
wine-development-5.5/.pc/warnings/uninitialized-variables.patch/tools/winebuild/import.c-1404-
wine-development-5.5/.pc/warnings/uninitialized-variables.patch/tools/winebuild/import.c:1405:/* create a new asm temp file */
wine-development-5.5/.pc/warnings/uninitialized-variables.patch/tools/winebuild/import.c-1406-static void new_output_as_file(void)
##############################################
wine-development-5.5/.pc/warnings/uninitialized-variables.patch/tools/winebuild/import.c-1414-
wine-development-5.5/.pc/warnings/uninitialized-variables.patch/tools/winebuild/import.c:1415:/* assemble all the asm files */
wine-development-5.5/.pc/warnings/uninitialized-variables.patch/tools/winebuild/import.c-1416-static void assemble_files( const char *prefix )
##############################################
wine-development-5.5/.pc/warnings/uninitialized-variables.patch/tools/winebuild/import.c-1430-
wine-development-5.5/.pc/warnings/uninitialized-variables.patch/tools/winebuild/import.c:1431:/* build a library from the current asm files and any additional object files in argv */
wine-development-5.5/.pc/warnings/uninitialized-variables.patch/tools/winebuild/import.c-1432-static void build_library( const char *output_name, char **argv, int create )
##############################################
wine-development-5.5/configure.ac-331-    then
wine-development-5.5/configure.ac:332:      convert_version_major=`expr "$convert_version" : '.* \([[0-9]]*\)\.[[0-9]]*'`
wine-development-5.5/configure.ac:333:      convert_version_minor=`expr "$convert_version" : '.* [[0-9]]*\.\([[0-9]]*\)'`
wine-development-5.5/configure.ac-334-      if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
##############################################
wine-development-5.5/configure.ac-356-    then
wine-development-5.5/configure.ac:357:      icotool_version_major=`expr "$icotool_version" : '.* \([[0-9]]*\)\.[[0-9]]*'`
wine-development-5.5/configure.ac:358:      icotool_version_minor=`expr "$icotool_version" : '.* [[0-9]]*\.\([[0-9]]*\)'`
wine-development-5.5/configure.ac-359-      if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
##############################################
wine-development-5.5/configure.ac-712-AC_SUBST(WINELOADER_PROGRAMS,"$wine_binary")
wine-development-5.5/configure.ac:713:libwine_soversion=`expr $libwine_version : '\([[0-9]]*\)\..*'`
wine-development-5.5/configure.ac-714-
##############################################
wine-development-5.5/configure.ac-742-    LDDLLFLAGS="-fPIC"
wine-development-5.5/configure.ac:743:    LDRPATH_INSTALL="-Wl,-rpath,@loader_path/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
wine-development-5.5/configure.ac-744-    LDRPATH_LOCAL="-Wl,-rpath,@loader_path/\$(top_builddir)/libs/wine"
##############################################
wine-development-5.5/configure.ac-907-    WINE_TRY_CFLAGS([-fPIC -Wl,--rpath,\$ORIGIN/../lib],
wine-development-5.5/configure.ac:908:                    [LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
wine-development-5.5/configure.ac-909-                     LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"],
wine-development-5.5/configure.ac-910-        [WINE_TRY_CFLAGS([-fPIC -Wl,-R,\$ORIGIN/../lib],
wine-development-5.5/configure.ac:911:                         [LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
wine-development-5.5/configure.ac-912-                          LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"])])
##############################################
wine-development-5.5/configure.ac-963-      WINE_TRY_CFLAGS([-Wl,--rpath,\$ORIGIN/../lib],
wine-development-5.5/configure.ac:964:                      [LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
wine-development-5.5/configure.ac-965-                       LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"],
wine-development-5.5/configure.ac-966-          [WINE_TRY_CFLAGS([-Wl,-R,\$ORIGIN/../lib],
wine-development-5.5/configure.ac:967:                           [LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
wine-development-5.5/configure.ac-968-                            LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"])])
##############################################
wine-development-5.5/configure.ac-1042-                case "$1" in
wine-development-5.5/configure.ac:1043:                    *-gcc) CROSSTARGET=`expr "$1" : '\(.*\)-gcc'` ;;
wine-development-5.5/configure.ac:1044:                    *-clang) CROSSTARGET=`expr "$1" : '\(.*\)-clang'` ;;
wine-development-5.5/configure.ac-1045-                esac
##############################################
wine-development-5.5/configure.ac-1358-    WINE_PACKAGE_FLAGS(XML2,[libxml-2.0],[-lxml2],
wine-development-5.5/configure.ac:1359:                       [`${XML2_CONFIG:-xml2-config} --cflags 2>/dev/null`],[`${XML2_CONFIG:-xml2-config} --libs 2>/dev/null`],
wine-development-5.5/configure.ac-1360-        [AC_CHECK_HEADERS([libxml/parser.h libxml/xmlsave.h libxml/SAX2.h])
##############################################
wine-development-5.5/configure.ac-1387-    WINE_PACKAGE_FLAGS(XSLT,[libxslt],[-lxml2],
wine-development-5.5/configure.ac:1388:                       [`${XSLT_CONFIG:-xslt-config} --cflags 2>/dev/null`],[`${XSLT_CONFIG:-xslt-config} --libs 2>/dev/null`],
wine-development-5.5/configure.ac-1389-        [AC_CHECK_HEADERS([libxslt/pattern.h libxslt/transform.h],,,
##############################################
wine-development-5.5/configure.ac-1470-then
wine-development-5.5/configure.ac:1471:    WINE_PACKAGE_FLAGS(SANE,[libsane],,[`${SANE_CONFIG:-sane-config} --cflags 2>/dev/null`],[`${SANE_CONFIG:-sane-config} --ldflags 2>/dev/null`],
wine-development-5.5/configure.ac-1472-        [AC_CHECK_HEADER(sane/sane.h,
##############################################
wine-development-5.5/configure.ac-1490-    WINE_PACKAGE_FLAGS(GPHOTO2,[libgphoto2],[-lgphoto2],
wine-development-5.5/configure.ac:1491:                       [`${GPHOTO2_CONFIG:-gphoto2-config} --cflags 2>/dev/null`],[`${GPHOTO2_CONFIG:-gphoto2-config} --libs 2>/dev/null`],
wine-development-5.5/configure.ac-1492-        [AC_CHECK_HEADER(gphoto2-camera.h,
##############################################
wine-development-5.5/configure.ac-1498-    WINE_PACKAGE_FLAGS(GPHOTO2_PORT,[libgphoto2_port],[-lgphoto2_port],
wine-development-5.5/configure.ac:1499:                       [`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --cflags 2>/dev/null`],
wine-development-5.5/configure.ac:1500:                       [`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --libs 2>/dev/null`],
wine-development-5.5/configure.ac-1501-        [AC_CHECK_HEADER(gphoto2-port.h,
##############################################
wine-development-5.5/configure.ac-1561-    WINE_PACKAGE_FLAGS(FREETYPE,[freetype2],[-lfreetype],
wine-development-5.5/configure.ac:1562:                       [`(${FREETYPE_CONFIG:-freetype-config} --cflags || ${FREETYPE2_CONFIG:-freetype2-config} --cflags) 2>/dev/null`],
wine-development-5.5/configure.ac:1563:                       [`(${FREETYPE_CONFIG:-freetype-config} --libs || ${FREETYPE2_CONFIG:-freetype2-config} --libs) 2>/dev/null`],
wine-development-5.5/configure.ac-1564-        [AC_CHECK_HEADERS([ft2build.h])
##############################################
wine-development-5.5/configure.ac-1772-    WINE_PACKAGE_FLAGS(CUPS,[cups],[-lcups],
wine-development-5.5/configure.ac:1773:                       [`${CUPS_CONFIG:-cups-config} --cflags 2>/dev/null`],
wine-development-5.5/configure.ac:1774:                       [`${CUPS_CONFIG:-cups-config} --libs 2>/dev/null`],
wine-development-5.5/configure.ac-1775-                       [AC_CHECK_HEADERS(cups/cups.h cups/ppd.h)
##############################################
wine-development-5.5/configure.ac-1813-    WINE_PACKAGE_FLAGS(KRB5,[krb5],,
wine-development-5.5/configure.ac:1814:                       [`${KRB5_CONFIG:-krb5-config} --cflags 2>/dev/null`],
wine-development-5.5/configure.ac:1815:                       [`${KRB5_CONFIG:-krb5-config} --libs 2>/dev/null`],
wine-development-5.5/configure.ac-1816-        [AC_CHECK_HEADERS([krb5/krb5.h])
##############################################
wine-development-5.5/configure.ac-1831-    WINE_PACKAGE_FLAGS(GSSAPI,[krb5-gssapi],,
wine-development-5.5/configure.ac:1832:                       [`${KRB5_CONFIG:-krb5-config} --cflags gssapi 2>/dev/null`],
wine-development-5.5/configure.ac:1833:                       [`${KRB5_CONFIG:-krb5-config} --libs gssapi 2>/dev/null`],
wine-development-5.5/configure.ac-1834-        [AC_CHECK_HEADERS([gssapi/gssapi.h gssapi/gssapi_ext.h])
##############################################
wine-development-5.5/configure.ac-4041-    cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$[]1 && rm -f Make.tmp && "$wine_makedep" && return
wine-development-5.5/configure.ac:4042:`cat $wine_rules_file`
wine-development-5.5/configure.ac-4043-_WINE_EOF