/freebsd/contrib/wpa/hostapd/ |
H A D | Android.mk | 7 LOCAL_PATH := $(call my-dir) 20 L_CFLAGS = -DWPA_IGNORE_CONFIG_ERRORS 22 L_CFLAGS += -DVERSION_STR_POSTFIX=\"-$(PLATFORM_VERSION)\" 25 L_CFLAGS += -DANDROID_LOG_NAME=\"hostapd\" 28 L_CFLAGS += -Wno-unused-parameter 31 L_CFLAGS += -DANDROID_P2P 34 L_CFLAGS += -DANDROID_LIB_STUB 38 L_CFLAGS += -DANDROID_LIB_EVENT 42 L_CFLAGS += -DCONFIG_CTRL_IFACE_CLIENT_DIR=\"/data/misc/wifi/sockets\" 43 L_CFLAGS += -DCONFIG_CTRL_IFACE_DIR=\"/data/system/hostapd\" [all …]
|
H A D | Makefile | 4 include ../src/build.rules 25 CFLAGS += -I$(abspath ../src) 26 CFLAGS += -I$(abspath ../src/utils) 33 GITVER := $(shell git describe --dirty=+) 35 CFLAGS += -DGIT_VERSION_STR_POSTFIX=\"-$(GITVER)\" 41 CFLAGS += -DCONFIG_TESTING_OPTIONS 54 CFLAGS += -DOS_NO_C_LIB_DEFINES 58 CFLAGS += -DCONFIG_NATIVE_WINDOWS 59 LIBS += -lws2_32 65 OBJS += ../src/ap/hostapd.o [all …]
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | Android.mk | 8 LOCAL_PATH := $(call my-dir) 9 PKG_CONFIG ?= pkg-config 18 L_CFLAGS = -DWPA_IGNORE_CONFIG_ERRORS 20 L_CFLAGS += -DVERSION_STR_POSTFIX=\"-$(PLATFORM_VERSION)\" 23 L_CFLAGS += -DANDROID_LOG_NAME=\"wpa_supplicant\" 26 L_CFLAGS += -Wno-unused-parameter 29 L_CFLAGS += -DANDROID_P2P 32 L_CFLAGS += -DANDROID_LIB_STUB 36 L_CFLAGS += -DANDROID_LIB_EVENT 41 L_CFLAGS += -DCONFIG_NO_ROAMING [all …]
|
H A D | Makefile | 6 ALL += systemd/wpa_supplicant-nl80211@.service 7 ALL += systemd/wpa_supplicant-wired@.service 13 include ../src/build.rules 47 PKG_CONFIG ?= pkg-config 50 CFLAGS += -I$(abspath ../src) 51 CFLAGS += -I$(abspath ../src/utils) 56 GITVER := $(shell git describe --dirty=+) 58 CFLAGS += -DGIT_VERSION_STR_POSTFIX=\"-$(GITVER)\" 64 CFLAGS += -DCONFIG_TESTING_OPTIONS 71 @if [ -f .config ]; then \ [all …]
|
/freebsd/contrib/bearssl/mk/ |
H A D | mkrules.sh | 35 # Solaris compatibility: switch to a more POSIX-compliant /bin/sh. 36 if [ -z "$BR_SCRIPT_LOOP" ] ; then 39 if [ -x /usr/xpg6/bin/sh ] ; then 42 if [ -x /usr/xpg4/bin/sh ] ; then 48 set -e 52 src/settings.c \ 53 src/aead/ccm.c \ 54 src/aead/eax.c \ 55 src/aead/gcm.c \ 56 src/codec/ccopy.c \ [all …]
|
/freebsd/contrib/ofed/libibverbs/ |
H A D | marshall.c | 14 * - Redistributions of source code must retain the above 18 * - Redistributions in binary form must reproduce the above 40 struct ibv_kern_ah_attr *src) in ibv_copy_ah_attr_from_kern() argument 42 memcpy(dst->grh.dgid.raw, src->grh.dgid, sizeof dst->grh.dgid); in ibv_copy_ah_attr_from_kern() 43 dst->grh.flow_label = src->grh.flow_label; in ibv_copy_ah_attr_from_kern() 44 dst->grh.sgid_index = src->grh.sgid_index; in ibv_copy_ah_attr_from_kern() 45 dst->grh.hop_limit = src->grh.hop_limit; in ibv_copy_ah_attr_from_kern() 46 dst->grh.traffic_class = src->grh.traffic_class; in ibv_copy_ah_attr_from_kern() 48 dst->dlid = src->dlid; in ibv_copy_ah_attr_from_kern() 49 dst->sl = src->sl; in ibv_copy_ah_attr_from_kern() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrTBM.td | 1 //====-- X86InstrTBM.td - TBM X86 Instruction Definition -*- tablegen -*-=====// 5 // SPDX-License-Identifier: Apache-2. [all...] |
H A D | X86InstrExtension.td | 1 //===-- X86InstrExtension.td - Sign and Zero Extensions ----*- tablegen -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 39 def MOVSX16rr8 : I<0xBE, MRMSrcReg, (outs GR16:$dst), (ins GR8:$src), 40 "movs{bw|x}\t{$src, $dst|$dst, $src}", []>, 43 def MOVSX16rm8 : I<0xBE, MRMSrcMem, (outs GR16:$dst), (ins i8mem:$src), 44 "movs{bw|x}\t{$src, $dst|$dst, $src}", []>, 47 def MOVSX32rr8 : I<0xBE, MRMSrcReg, (outs GR32:$dst), (ins GR8:$src), 48 "movs{bl|x}\t{$src, $dst|$dst, $src}", [all …]
|
/freebsd/sys/dev/isp/ |
H A D | isp_library.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2009-2020 Alexander Motin <mav@FreeBSD.org> 5 * Copyright (c) 1997-2009 by Matthew Jacob 58 …* Command shipping- finish off first queue entry and do dma mapping and additional segments as nee… 74 nxt = ISP_NXT_QENTRY(isp->isp_reqidx, RQUEST_QUEUE_LEN(isp)); in isp_send_cmd() 75 type = ((isphdr_t *)fqe)->rqs_entry_type; in isp_send_cmd() 89 dsp64 = &((ispreqt7_t *)fqe)->req_dataseg; in isp_send_cmd() 94 dsp64 = &((ct7_entry_t *)fqe)->rsp.m0.ds; in isp_send_cmd() 125 qe1 = ISP_QUEUE_ENTRY(isp->isp_rquest, nxt); in isp_send_cmd() [all …]
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_uverbs_marshall.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 16 * - Redistributions of source code must retain the above 20 * - Redistributions in binary form must reproduce the above 39 struct ib_ah_attr *src) in ib_copy_ah_attr_to_user() argument 41 memcpy(dst->grh.dgid, src->grh.dgid.raw, sizeof src->grh.dgid); in ib_copy_ah_attr_to_user() 42 dst->grh.flow_label = src->grh.flow_label; in ib_copy_ah_attr_to_user() 43 dst->grh.sgid_index = src->grh.sgid_index; in ib_copy_ah_attr_to_user() 44 dst->grh.hop_limit = src->grh.hop_limit; in ib_copy_ah_attr_to_user() 45 dst->grh.traffic_class = src->grh.traffic_class; in ib_copy_ah_attr_to_user() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyInstrConv.td | 1 //===-- WebAssemblyInstrConv.td-WebAssembly Conversion support -*- tablegen -*-= 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 /// promotions, and demotions operand code-gen constructs. 13 //===----------------------------------------------------------------------===// 15 defm I32_WRAP_I64 : I<(outs I32:$dst), (ins I64:$src), (outs), (ins), 16 [(set I32:$dst, (trunc I64:$src))], 17 "i32.wrap_i64\t$dst, $src", "i32.wrap_i64", 0xa7>; 19 defm I64_EXTEND_S_I32 : I<(outs I64:$dst), (ins I32:$src), (outs), (ins), 20 [(set I64:$dst, (sext I32:$src))], [all …]
|
/freebsd/sys/contrib/libsodium/builds/msvc/vs2012/libsodium/ |
H A D | libsodium.vcxproj | 1 <?xml version="1.0" encoding="utf-8"?> 4 <ProjectGuid>{A185B162-6CB6-4502-B03F-B56F7699A8D9}</ProjectGuid> 59 …<ConfigurationType Condition="$(Configuration.IndexOf('DLL')) == -1">StaticLibrary</ConfigurationT… 60 …<ConfigurationType Condition="$(Configuration.IndexOf('DLL')) != -1">DynamicLibrary</Configuration… 80 <ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\crypto_generichash.c" /> 81 … <ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\generichash_blake2.c" /> 82 …<ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\blake2b-compress-ref.… 83 …<ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\blake2b-compress-ssse… 84 …<ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\blake2b-compress-avx2… 85 …<ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\blake2b-compress-sse4… [all …]
|
H A D | libsodium.vcxproj.filters | 1 <?xml version="1.0" encoding="utf-8"?> 27 <ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\crypto_generichash.c"> 30 <ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\generichash_blake2.c"> 33 …<ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\blake2b-compress-ref.… 36 …<ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\blake2b-compress-ssse… 39 …<ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\blake2b-compress-avx2… 42 …<ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\blake2b-compress-sse4… 45 …<ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\generichash_blake2b.c… 48 <ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\blake2b-ref.c"> 51 <ClCompile Include="..\..\..\..\src\libsodium\crypto_kx\crypto_kx.c"> [all …]
|
/freebsd/sys/contrib/libsodium/builds/msvc/vs2013/libsodium/ |
H A D | libsodium.vcxproj | 1 <?xml version="1.0" encoding="utf-8"?> 4 <ProjectGuid>{A185B162-6CB6-4502-B03F-B56F7699A8D9}</ProjectGuid> 59 …<ConfigurationType Condition="$(Configuration.IndexOf('DLL')) == -1">StaticLibrary</ConfigurationT… 60 …<ConfigurationType Condition="$(Configuration.IndexOf('DLL')) != -1">DynamicLibrary</Configuration… 80 <ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\crypto_generichash.c" /> 81 … <ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\generichash_blake2.c" /> 82 …<ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\blake2b-compress-ref.… 83 …<ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\blake2b-compress-ssse… 84 …<ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\blake2b-compress-avx2… 85 …<ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\blake2b-compress-sse4… [all …]
|
H A D | libsodium.vcxproj.filters | 1 <?xml version="1.0" encoding="utf-8"?> 27 <ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\crypto_generichash.c"> 30 <ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\generichash_blake2.c"> 33 …<ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\blake2b-compress-ref.… 36 …<ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\blake2b-compress-ssse… 39 …<ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\blake2b-compress-avx2… 42 …<ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\blake2b-compress-sse4… 45 …<ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\generichash_blake2b.c… 48 <ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\blake2b-ref.c"> 51 <ClCompile Include="..\..\..\..\src\libsodium\crypto_kx\crypto_kx.c"> [all …]
|
/freebsd/sys/contrib/libsodium/builds/msvc/vs2015/libsodium/ |
H A D | libsodium.vcxproj | 1 <?xml version="1.0" encoding="utf-8"?> 4 <ProjectGuid>{A185B162-6CB6-4502-B03F-B56F7699A8D9}</ProjectGuid> 59 …<ConfigurationType Condition="$(Configuration.IndexOf('DLL')) == -1">StaticLibrary</ConfigurationT… 60 …<ConfigurationType Condition="$(Configuration.IndexOf('DLL')) != -1">DynamicLibrary</Configuration… 80 <ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\crypto_generichash.c" /> 81 … <ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\generichash_blake2.c" /> 82 …<ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\blake2b-compress-ref.… 83 …<ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\blake2b-compress-ssse… 84 …<ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\blake2b-compress-avx2… 85 …<ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\blake2b-compress-sse4… [all …]
|
H A D | libsodium.vcxproj.filters | 1 <?xml version="1.0" encoding="utf-8"?> 27 <ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\crypto_generichash.c"> 30 <ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\generichash_blake2.c"> 33 …<ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\blake2b-compress-ref.… 36 …<ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\blake2b-compress-ssse… 39 …<ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\blake2b-compress-avx2… 42 …<ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\blake2b-compress-sse4… 45 …<ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\generichash_blake2b.c… 48 <ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\blake2b-ref.c"> 51 <ClCompile Include="..\..\..\..\src\libsodium\crypto_kx\crypto_kx.c"> [all …]
|
/freebsd/sys/contrib/libsodium/builds/msvc/vs2017/libsodium/ |
H A D | libsodium.vcxproj | 1 <?xml version="1.0" encoding="utf-8"?> 4 <ProjectGuid>{A185B162-6CB6-4502-B03F-B56F7699A8D9}</ProjectGuid> 59 …<ConfigurationType Condition="$(Configuration.IndexOf('DLL')) == -1">StaticLibrary</ConfigurationT… 60 …<ConfigurationType Condition="$(Configuration.IndexOf('DLL')) != -1">DynamicLibrary</Configuration… 80 <ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\crypto_generichash.c" /> 81 … <ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\generichash_blake2.c" /> 82 …<ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\blake2b-compress-ref.… 83 …<ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\blake2b-compress-ssse… 84 …<ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\blake2b-compress-avx2… 85 …<ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\blake2b-compress-sse4… [all …]
|
/freebsd/sys/contrib/libsodium/builds/msvc/vs2010/libsodium/ |
H A D | libsodium.vcxproj | 1 <?xml version="1.0" encoding="utf-8"?> 4 <ProjectGuid>{A185B162-6CB6-4502-B03F-B56F7699A8D9}</ProjectGuid> 59 …<ConfigurationType Condition="$(Configuration.IndexOf('DLL')) == -1">StaticLibrary</ConfigurationT… 60 …<ConfigurationType Condition="$(Configuration.IndexOf('DLL')) != -1">DynamicLibrary</Configuration… 80 <ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\crypto_generichash.c" /> 81 … <ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\generichash_blake2.c" /> 82 …<ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\blake2b-compress-ref.… 83 …<ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\blake2b-compress-ssse… 84 …<ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\blake2b-compress-avx2… 85 …<ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\blake2b-compress-sse4… [all …]
|
H A D | libsodium.vcxproj.filters | 1 <?xml version="1.0" encoding="utf-8"?> 27 <ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\crypto_generichash.c"> 30 <ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\generichash_blake2.c"> 33 …<ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\blake2b-compress-ref.… 36 …<ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\blake2b-compress-ssse… 39 …<ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\blake2b-compress-avx2… 42 …<ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\blake2b-compress-sse4… 45 …<ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\generichash_blake2b.c… 48 <ClCompile Include="..\..\..\..\src\libsodium\crypto_generichash\blake2b\ref\blake2b-ref.c"> 51 <ClCompile Include="..\..\..\..\src\libsodium\crypto_kx\crypto_kx.c"> [all …]
|
/freebsd/contrib/arm-optimized-routines/string/arm/ |
H A D | memcpy.S | 2 * memcpy - copy memory area 4 * Copyright (c) 2013-2022, Arm Limited. 5 * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception 9 This memcpy routine is optimised for Cortex-A15 cores and takes advantage 14 ARMv6 (ARMv7-a if using Neon) 29 .arch armv7-a 59 #define src r1 macro 69 #define A_l r2 /* Call-clobbered. */ 70 #define A_h r3 /* Call-clobbered. */ 79 /* Number of lines ahead to pre-fetch data. If you change this the code [all …]
|
/freebsd/sys/contrib/libsodium/ |
H A D | libsodium.vcxproj.filters | 1 <?xml version="1.0" encoding="utf-8"?> 5 <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier> 9 <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier> 13 <UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier> 14 …rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions> 18 <ClCompile Include="src\libsodium\crypto_generichash\crypto_generichash.c"> 21 <ClCompile Include="src\libsodium\crypto_generichash\blake2b\generichash_blake2.c"> 24 <ClCompile Include="src\libsodium\crypto_generichash\blake2b\ref\blake2b-compress-ref.c"> 27 <ClCompile Include="src\libsodium\crypto_generichash\blake2b\ref\blake2b-compress-ssse3.c"> 30 <ClCompile Include="src\libsodium\crypto_generichash\blake2b\ref\blake2b-compress-avx2.c"> [all …]
|
H A D | libsodium.vcxproj | 1 <?xml version="1.0" encoding="utf-8"?> 38 <ProjectGuid>{A185B162-6CB6-4502-B03F-B56F7699A8D9}</ProjectGuid> 104 <Import Project="msvc-scripts\sodium.props" /> 108 <Import Project="msvc-scripts\sodium.props" /> 112 <Import Project="msvc-scripts\sodium.props" /> 116 <Import Project="msvc-scripts\sodium.props" /> 120 <Import Project="msvc-scripts\sodium.props" /> 124 <Import Project="msvc-scripts\sodium.props" /> 128 <Import Project="msvc-scripts\sodium.props" /> 132 <Import Project="msvc-scripts\sodium.props" /> [all …]
|
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | poseidon_reg_map_macro.h | 18 /* File: /trees/kcwo/kcwo-dev/depot/chips/poseidon/1.0/blueprint/top/poseidon_reg_map_macro.h… 22 /* Path: /trees/kcwo/kcwo-dev/depot/chips/poseidon/1.0/blueprint/top */ 23 /* Arguments: /cad/denali/blueprint/3.7.3//Linux-64bit/blueprint -codegen */ 24 /* /trees/kcwo/kcwo-dev/depot/chips/poseidon/1.0/env/blueprint/ath_ansic.codegen*/ 25 /* -ath_ansic -Wdesc -I */ 26 /* /trees/kcwo/kcwo-dev/depot/chips/poseidon/1.0/blueprint/top -I*/ 27 /* /trees/kcwo/kcwo-dev/depot/chips/poseidon/1.0/blueprint -I */ 28 /* /trees/kcwo/kcwo-dev/depot/chips/poseidon/1.0/env/blueprint -I*/ 29 /* /trees/kcwo/kcwo-dev/depot/chips/poseidon/1.0/blueprint/sysconfig*/ 30 /* -odir */ [all …]
|
/freebsd/contrib/processor-trace/libipt/ |
H A D | CMakeLists.txt | 1 # Copyright (c) 2013-2019, Intel Corporation 32 src/pt_section.c 33 src/pt_section_file.c 37 src/pt_error.c 38 src/pt_packet_decoder.c 39 src/pt_query_decoder.c 40 src/pt_encoder.c 41 src/pt_sync.c 42 src/pt_version.c 43 src/pt_last_ip.c [all …]
|