| /OK3568_Linux_fs/buildroot/arch/ |
| H A D | arch.mk.xtensa | 2 # This variable can be used by packages that need to extract the overlay. 23 # arch-xtensa-overlay-extract -- extract an extensa overlay 25 # argument 1 is the path in which to extract 26 # argument 2 is the component to extract, one of: gcc, binutils, gdb, linux, 30 # $(call arch-xtensa-overlay-extract,/path/to/overlay.tar,$(@D),gcc) 32 define arch-xtensa-overlay-extract
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | get_dvb_firmware | 97 extract("$tmpdir/software/OEM/PCI/App/ttlcdacc.dll", 0x37ef9, 30555, "$tmpdir/fwtmp"); 115 …extract("$tmpdir/TT_PCI_2.19h_28_11_2006/software/OEM/PCI/App/ttlcdacc.dll", 0x65389, 24478, "$tmp… 133 extract("$tmpdir/LVHybrid.sys", 0x8b088, 24602, "$tmpdir/fwtmp"); 211 extract("2830SCap2.sys", 0x62e8, 55024, "$tmpdir/opera1-fpga.fw"); 212 extract("2830SLoad2.sys",0x3178,0x3685-0x3178,"$tmpdir/fw1part1"); 213 extract("2830SLoad2.sys",0x0980,0x3150-0x0980,"$tmpdir/fw1part2"); 256 extract("$tmpdir/VisionDTV/Drivers/Win2K&XP/UDTTload.sys", 12503, 3036, "$tmpdir/fwtmp1"); 257 extract("$tmpdir/VisionDTV/Drivers/Win2K&XP/UDTTload.sys", 2207, 10274, "$tmpdir/fwtmp2"); 317 extract("$tmpdir/SkyNET.sys", 331624, 5908, $outfile); 334 extract("$tmpdir/3xHybrid.sys", 465304, 9584, $outfile); [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/dpkg/dpkg/ |
| H A D | remove-tar-no-timestamp.patch | 7 src/deb/extract.c | 1 - 10 diff --git a/src/deb/extract.c b/src/deb/extract.c 12 --- a/src/deb/extract.c 13 +++ b/src/deb/extract.c
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/unzip/unzip/ |
| H A D | CVE-2015-7697.patch | 11 extract.c | 6 ++++++ 14 diff --git a/extract.c b/extract.c 16 --- a/extract.c 17 +++ b/extract.c
|
| H A D | 10-cve-2014-8140-test-compr-eb.patch | 12 Index: unzip60/extract.c 14 --- unzip60.orig/extract.c 15 +++ unzip60/extract.c 22 + * (eb_ucsize). (Else extract eb_ucsize.)
|
| H A D | cve-2014-9636.patch | 20 extract.c | 8 ++++++++ 23 --- a/extract.c 24 +++ b/extract.c
|
| H A D | CVE-2019-13232_p3.patch | 21 extract.c | 25 +++++++++++++++++++------ 26 diff --git a/extract.c b/extract.c 28 --- a/extract.c 29 +++ b/extract.c
|
| H A D | CVE-2019-13232_p2.patch | 33 extract.c | 190 +++++++++++++++++++++++++++++++++++++++++++++++++++++- 40 diff --git a/extract.c b/extract.c 42 --- a/extract.c 43 +++ b/extract.c 293 ecdir_rec ecrec; /* used in unzip.c, extract.c */ 299 uch *outbufptr; /* extract.c static */ 300 ulg outsize; /* extract.c static */ 301 int reported_backslash; /* extract.c static */ 304 + void **cover; /* used in extract.c for bomb detection */
|
| H A D | fix-security-format.patch | 12 diff --git a/extract.c b/extract.c 14 --- a/extract.c 15 +++ b/extract.c
|
| /OK3568_Linux_fs/kernel/certs/ |
| H A D | Makefile | 26 cmd_extract_certs = scripts/extract-cert $(2) $@ 29 $(obj)/x509_certificate_list: scripts/extract-cert $(SYSTEM_TRUSTED_KEYS_SRCPREFIX)$(SYSTEM_TRUSTED… 113 $(obj)/signing_key.x509: scripts/extract-cert $(X509_DEP) FORCE 124 cmd_extract_certs = scripts/extract-cert $(2) $@ 127 $(obj)/x509_revocation_list: scripts/extract-cert $(SYSTEM_REVOCATION_KEYS_SRCPREFIX)$(SYSTEM_REVOC…
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/ |
| H A D | cache_v7_asm.S | 31 ands r3, r3, #7 << 1 @ extract LoC*2 from clidr 37 mov r1, r0, lsr r2 @ extract cache type bits from clidr 44 and r2, r1, #7 @ extract the length of the cache lines 50 ands r7, r7, r1, lsr #13 @ extract max number of the index size 102 ands r3, r3, #7 << 1 @ extract LoC*2 from clidr 107 mov r1, r0, lsr r2 @ extract cache type bits from clidr 114 and r2, r1, #7 @ extract the length of the cache lines 120 ands r7, r7, r1, lsr #13 @ extract max number of the index size
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/ |
| H A D | package_manager.py | 117 extract = package.get('extract', True) 119 if extract: 146 extract_dir = pm.extract(pkg) 210 extract = package.get('extract', True) 214 if install and extract:
|
| /OK3568_Linux_fs/external/linux-rga/cmake/ |
| H A D | utils.cmake | 6 message(FATAL_ERROR "Could not extract major version number from im2d_version.h") 12 message(FATAL_ERROR "Could not extract minor version number from im2d_version.h") 18 message(FATAL_ERROR "Could not extract revision version number from im2d_version.h")
|
| /OK3568_Linux_fs/buildroot/package/nvidia-driver/ |
| H A D | nvidia-driver.mk | 154 $(SHELL) $(NVIDIA_DRIVER_DL_DIR)/$(NVIDIA_DRIVER_SOURCE) --extract-only --target \ 155 $(@D)/tmp-extract 157 mv $(@D)/tmp-extract/* $(@D)/tmp-extract/.manifest $(@D) 158 rm -rf $(@D)/tmp-extract
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/intltool/intltool/ |
| H A D | intltool-nowarn.patch | 3 Index: intltool-0.40.0/intltool-extract.in 5 --- intltool-0.50.0.orig/intltool-extract.in 2011-10-08 22:24:57.000000000 +0300 6 +++ intltool-0.50.0/intltool-extract.in 2011-12-07 16:04:07.000000000 +0200
|
| /OK3568_Linux_fs/buildroot/package/sp-oops-extract/ |
| H A D | 0002-stdint-cleanup.patch | 8 Index: sp-oops-extract-0.0.7-1/src/oopslog.c 10 --- sp-oops-extract-0.0.7-1.orig/src/oopslog.c 11 +++ sp-oops-extract-0.0.7-1/src/oopslog.c
|
| H A D | Config.in | 2 bool "sp-oops-extract" 6 http://maemo.org/packages/view/sp-oops-extract/
|
| H A D | 0001-Make-the-Makefile-more-cross-compiler-friendly.patch | 1 Fetch from: https://github.com/Schischu/ptxdist_sh/tree/master/patches/sp-oops-extract-0.0.7 19 sp-oops-extract: oopslog.c
|
| /OK3568_Linux_fs/kernel/arch/powerpc/xmon/ |
| H A D | ppc-dis.c | 32 if (operand->extract) in operand_value_powerpc() 33 value = (*operand->extract) (insn, dialect, &invalid); in operand_value_powerpc() 105 if (operand->extract) in lookup_powerpc() 106 (*operand->extract) (insn, dialect, &invalid); in lookup_powerpc()
|
| /OK3568_Linux_fs/buildroot/package/ |
| H A D | pkg-luarocks.mk | 99 mkdir -p $$($(2)_DIR)/luarocks-extract 100 cd $$($(2)_DIR)/luarocks-extract && \ 102 mv $$($(2)_DIR)/luarocks-extract/*/* $$($(2)_DIR)
|
| /OK3568_Linux_fs/buildroot/package/gutenprint/ |
| H A D | 0001-use-pregen-xmli18n-header.patch | 34 xmli18n-tmp.h: xml-stamp extract-strings 36 - ./extract-strings `cat xml-stamp | sed -e 's;^;$(srcdir)/;'` > $@.tmp 41 + ./extract-strings `cat xml-stamp | sed -e 's;^;$(srcdir)/;'` > $@.tmp; \
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/ |
| H A D | import.py | 41 tar.extract(metadata) 95 tar.extract(member, path=config.workspace_path) 102 tar.extract(member, path=config.workspace_path)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-filesystems/recipes-utils/fatcat/ |
| H A D | fatcat_1.1.1.bb | 1 SUMMARY = "FAT filesystems explore, extract, repair, and forensic tool" 3 explore, extract, repair, recover and forensic them. It currently supports \
|
| /OK3568_Linux_fs/buildroot/package/firmware-utils/ |
| H A D | Config.in | 11 extract data, modify or build an image from a scratch. 15 extract a part of firmware image and flash it.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/ctapi-common/ |
| H A D | ctapi-common_1.1-14.bb | 7 …x/fedora/releases/23/Everything/source/SRPMS/c/${BPN}-${PV}.fc23.src.rpm;extract=ctapi-common.LICE… 8 …x/fedora/releases/23/Everything/source/SRPMS/c/${BPN}-${PV}.fc23.src.rpm;extract=ctapi-common.READ…
|