Home
last modified time | relevance | path

Searched refs:TAR (Results 1 – 23 of 23) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtar/files/
H A D0008-decode-avoid-using-a-static-buffer-in-th_get_pathnam.patch9 Note this can break programs that expect sizeof(TAR) to be fixed.
28 th_get_pathname(TAR *t)
68 @@ -122,6 +122,7 @@ tar_close(TAR *t)
88 TAR;
H A DCVE-2013-4420.patch86 th_get_pathname(TAR *t)
94 @@ -50,7 +79,7 @@ th_get_pathname(TAR *t)
107 @@ -302,14 +302,14 @@ tar_extract_hardlink(TAR * t, char *realname)
124 @@ -347,9 +347,9 @@ tar_extract_symlink(TAR *t, char *realname)
149 @@ -124,9 +124,9 @@ th_print_long_ls(TAR *t)
H A D0005-fix-file-descriptor-leaks-reported-by-cppcheck.patch23 @@ -216,6 +216,7 @@ tar_append_regfile(TAR *t, const char *realname)
31 @@ -234,25 +235,28 @@ tar_append_regfile(TAR *t, const char *realname)
69 @@ -228,13 +228,17 @@ tar_extract_regfile(TAR *t, char *realname)
H A D0011-libtar-fix-programming-mistakes-detected-by-static-a.patch29 @@ -110,9 +110,16 @@ tar_append_file(TAR *t, const char *realname, const char *savename)
50 @@ -97,6 +97,7 @@ tar_append_tree(TAR *t, char *realdir, char *savedir)
58 @@ -130,24 +131,26 @@ tar_append_tree(TAR *t, char *realdir, char *savedir)
H A DCVE-2021-33643-CVE-2021-33644.patch29 @@ -118,6 +118,11 @@ th_read(TAR *t)
41 @@ -168,6 +173,11 @@ th_read(TAR *t)
H A D0006-fix-memleak-on-tar_open-failure.patch19 @@ -82,6 +82,7 @@ tar_open(TAR **t, const char *pathname, tartype_t *type,
H A D0009-Check-for-NULL-before-freeing-th_pathname.patch21 @@ -122,7 +122,8 @@ tar_close(TAR *t)
H A DCVE-2021-33640-CVE-2021-33645-CVE-2021-33646.patch29 @@ -122,8 +122,11 @@ tar_close(TAR *t)
H A D0004-Fix-invalid-memory-de-reference-issue.patch22 @@ -172,6 +172,7 @@ int th_write(TAR *t);
/openbmc/openbmc/poky/meta/recipes-bsp/setserial/setserial/
H A Dldflags.patch15 TAR = tar
16 @@ -20,7 +21,7 @@ TAR = tar
/openbmc/linux/drivers/macintosh/
H A Dmacio-adb.c54 #define TAR 1 /* transfer access request */ macro
195 out_8(&adb->ctrl.r, in_8(&adb->ctrl.r) | TAR); in macio_send_request()
234 out_8(&adb->ctrl.r, in_8(&adb->ctrl.r) | TAR); in macio_adb_interrupt()
254 out_8(&adb->ctrl.r, in_8(&adb->ctrl.r) | TAR); in macio_adb_interrupt()
/openbmc/openbmc/meta-google/recipes-phosphor/flash/gbmc-update/
H A D40-gbmc-upgrade.sh41 if [[ "$bootfile_url" =~ [\&?]format=TAR(_GZIP)?(&|$) ]]; then
/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/
H A D0007-dpkg-deb-build.c-Remove-usage-of-clamp-mtime-in-tar.patch35 command_init(&cmd, TAR, "tar -cf");
/openbmc/linux/scripts/
H A DMakefile.package15 quiet_cmd_src_tar = TAR $(2).tar.gz
182 quiet_cmd_tar = TAR $@
/openbmc/linux/Documentation/devicetree/bindings/mtd/
H A Dfsmc-nand.txt18 byte 1 TAR : ALE to RE delay, 4 bits are valid. Same format as TCLR.
/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/
H A Ddpkg.inc27 TAR=tar \
/openbmc/openbmc/meta-hpe/meta-common/recipes-phosphor/image/
H A Dobmc-phosphor-image.bbappend197 echo "ERROR: TAR - uBoot image size ${size} incorrect. Please try it again."
/openbmc/linux/Documentation/powerpc/
H A Delf_hwcaps.rst198 TAR facility is available.
/openbmc/linux/arch/powerpc/boot/dts/
H A Dturris1x.dts292 /* 11 MB for TAR.XZ Archive with Factory content of NAND Root File System */
/openbmc/openbmc/poky/documentation/overview-manual/
H A Dyp-intro.rst177 in standard formats (i.e. RPM, DEB, IPK, and TAR). You can deploy
/openbmc/linux/drivers/net/ethernet/cadence/
H A Dmacb_main.c4428 macb_writel(lp, TAR, lp->rm9200_txq[desc].mapping); in at91ether_start_xmit()
/openbmc/openbmc/poky/documentation/ref-manual/
H A Dvariables.rst3910 Defines the package type (i.e. DEB, RPM, IPK, or TAR) used by the
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/
H A D0008-Use-libtool-2.4.patch16257 @@ -4578,6 +4582,20 @@ am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'