Home
last modified time | relevance | path

Searched refs:extract (Results 1 – 25 of 202) sorted by relevance

123456789

/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/
H A Dremove-tar-no-timestamp.patch11 src/deb/extract.c | 1 -
14 diff --git a/src/deb/extract.c b/src/deb/extract.c
16 --- a/src/deb/extract.c
17 +++ b/src/deb/extract.c
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A DCVE-2015-7697.patch11 extract.c | 6 ++++++
14 diff --git a/extract.c b/extract.c
16 --- a/extract.c
17 +++ b/extract.c
H A D10-cve-2014-8140-test-compr-eb.patch12 Index: unzip60/extract.c
14 --- unzip60.orig/extract.c
15 +++ unzip60/extract.c
22 + * (eb_ucsize). (Else extract eb_ucsize.)
H A Dcve-2014-9636.patch20 extract.c | 8 ++++++++
23 --- a/extract.c
24 +++ b/extract.c
H A DCVE-2019-13232_p3.patch21 extract.c | 25 +++++++++++++++++++------
26 diff --git a/extract.c b/extract.c
28 --- a/extract.c
29 +++ b/extract.c
H A Dfix-security-format.patch12 diff --git a/extract.c b/extract.c
14 --- a/extract.c
15 +++ b/extract.c
H A D09-cve-2014-8139-crc-overflow.patch12 --- a/extract.c
13 +++ b/extract.c
H A DCVE-2019-13232_p2.patch33 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 */
/openbmc/qemu/tests/functional/
H A Dtest_aarch64_imx8mp_evk.py
/openbmc/qemu/tests/tcg/
H A DMakefile.target174 extract-plugin = $(wordlist 2, 2, $(subst -with-, ,$1))
175 extract-test = $(subst run-plugin-,,$(wordlist 1, 1, $(subst -with-, ,$1)))
188 $(EXTRA_RUNS_WITH_PLUGIN),$(call extract-test,$(test)))
209 $(eval $(f): $(call extract-test,$(f)) $(call extract-plugin,$(f))))
227 -plugin $(PLUGIN_LIB)/$(call extract-plugin,$@)$(PLUGIN_ARGS) \
232 TEST, check plugin $(call extract-plugin,$@) output \
245 -plugin $(PLUGIN_LIB)/$(call extract-plugin,$@)$(PLUGIN_ARGS) \
250 TEST, check plugin $(call extract-plugin,$@) output \
/openbmc/qemu/contrib/vmapple/
H A Duuid.sh11 plutil -extract machineId raw "$1" | base64 -d | plutil -extract ECID raw -
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtar/files/
H A D0005-fix-file-descriptor-leaks-reported-by-cppcheck.patch15 lib/extract.c | 4 ++++
65 diff --git a/lib/extract.c b/lib/extract.c
67 --- a/lib/extract.c
68 +++ b/lib/extract.c
H A D0007-fix-memleaks-in-libtar-sample-program.patch19 @@ -253,6 +253,7 @@ extract(char *tarfile, char *rootdir)
27 @@ -270,12 +271,13 @@ extract(char *tarfile, char *rootdir)
93 - return extract(argv[optind], rootdir);
94 + return_code = extract(argv[optind], rootdir);
H A DCVE-2013-4420.patch41 lib/extract.c | 8 ++++----
103 diff --git a/lib/extract.c b/lib/extract.c
105 --- a/lib/extract.c
106 +++ b/lib/extract.c
/openbmc/openbmc/poky/meta/recipes-devtools/intltool/intltool/
H A Dintltool-nowarn.patch3 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
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dpackage_manager.py119 extract = package.get('extract', True)
121 if extract:
148 extract_dir = pm.extract(pkg)
212 extract = package.get('extract', True)
216 if install and extract:
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/extract-cert/
H A Dextract-cert_0.3.bb1 SUMMARY = "small helper program to extract X.509 certificates from PKCS#11 tokens"
7 SRC_URI = "git://git.pengutronix.de/git/extract-cert;protocol=https;branch=master;"
/openbmc/u-boot/arch/arm/cpu/armv7/
H A Dcache_v7_asm.S29 ands r3, r3, #7 << 1 @ extract LoC*2 from clidr
35 mov r1, r0, lsr r2 @ extract cache type bits from clidr
42 and r2, r1, #7 @ extract the length of the cache lines
48 ands r7, r7, r1, lsr #13 @ extract max number of the index size
100 ands r3, r3, #7 << 1 @ extract LoC*2 from clidr
105 mov r1, r0, lsr r2 @ extract cache type bits from clidr
112 and r2, r1, #7 @ extract the length of the cache lines
118 ands r7, r7, r1, lsr #13 @ extract max number of the index size
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/fatcat/
H A Dfatcat_1.1.1.bb1 SUMMARY = "FAT filesystems explore, extract, repair, and forensic tool"
3 explore, extract, repair, recover and forensic them. It currently supports \
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dimport.py41 tar.extract(metadata)
95 tar.extract(member, path=config.workspace_path)
102 tar.extract(member, path=config.workspace_path)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ctapi-common/
H A Dctapi-common_1.1-14.bb7 …ra/linux/releases/23/Everything/source/SRPMS/c/${BPN}-${PV}.fc23.src.rpm;extract=ctapi-common.LICE…
8 …ra/linux/releases/23/Everything/source/SRPMS/c/${BPN}-${PV}.fc23.src.rpm;extract=ctapi-common.READ…
/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/
H A D0001-archival-disallow-path-traversals-CVE-2023-39810.patch68 +// ^^^ This may be a problem if some applets do need to extract absolute names.
109 @@ -154,6 +154,29 @@ testing "cpio -R with extract" \
121 +mkdir -p cpio.testdir/extract
122 +testing "cpio extract file outside of destination" "\
123 …echo -e '../dont_write\nto_extract' | cpio -o -H newc) | (cd cpio.testdir/extract && cpio -vi 2>&1)
/openbmc/qemu/tests/functional/qemu_test/
H A Darchive.py25 tf.extract(member=member, path=dest_dir)
46 zf.extract(member=member, path=dest_dir)
/openbmc/webui-vue/docs/guide/guidelines/
H A Dinternationalization.md39 node node_modules/vue-i18n-extract/bin/vue-i18n-extract.js -v 'src/**/*.?(js|vue)' -l 'src/locales/…
47 node node_modules/vue-i18n-extract/bin/vue-i18n-extract.js -v 'src/**/*.?(js|vue)' -l 'src/locales/…
/openbmc/qemu/docs/devel/
H A Ddecodetree.rst72 | %imm9 16:6 10:3 | extract(i, 16, 6) << 3 | extract(i, 10, 3) |
75 | | extract(i, 1, 1) << 10 | |
76 | | extract(i, 2, 10) |
79 | !function=expand_shimm8 | extract(i, 13, 1)) |
81 | %sz_imm 10:2 sz:3 | expand_sz_imm(extract(i, 10, 2) << 3 | |
82 | !function=expand_sz_imm | extract(a->sz, 0, 3)) |

123456789