Searched +full:p7zip +full:- +full:full (Results 1 – 5 of 5) sorted by relevance
| /third_party/ninja/.github/workflows/ |
| D | linux.yml | 11 runs-on: [ubuntu-latest] 15 - uses: actions/checkout@v2 16 - uses: codespell-project/actions-codespell@master 19 - name: Install dependencies 21 … curl -L -O https://github.com/Kitware/CMake/releases/download/v3.16.4/cmake-3.16.4-Linux-x86_64.sh 22 chmod +x cmake-3.16.4-Linux-x86_64.sh 23 ./cmake-3.16.4-Linux-x86_64.sh --skip-license --prefix=/usr/local 24 …curl -L -O https://www.mirrorservice.org/sites/dl.fedoraproject.org/pub/epel/7/x86_64/Packages/p/p… 25 …curl -L -O https://www.mirrorservice.org/sites/dl.fedoraproject.org/pub/epel/7/x86_64/Packages/p/p… 26 rpm -U --quiet p7zip-16.02-20.el7.x86_64.rpm [all …]
|
| /third_party/rust/crates/libc/ci/docker/sparc64-unknown-linux-gnu/ |
| D | Dockerfile | 4 RUN apt-get update && apt-get install -y --no-install-recommends \ 5 curl ca-certificates \ 6 gcc libc6-dev \ 7 gcc-sparc64-linux-gnu libc6-dev-sparc64-cross \ 8 qemu-system-sparc64 openbios-sparc seabios ipxe-qemu \ 9 p7zip-full cpio linux-libc-dev-sparc64-cross 11 COPY linux-sparc64.sh / 12 RUN bash /linux-sparc64.sh 14 COPY test-runner-linux / 16 ENV CARGO_TARGET_SPARC64_UNKNOWN_LINUX_GNU_LINKER=sparc64-linux-gnu-gcc \ [all …]
|
| /third_party/lzma/CPP/7zip/ |
| D | ICoder.h | 56 Encoders in 7-Zip ignore (inSize). 58 Some decoders in 7-Zip check it, if (full_decoding mode was set via ICompressSetFinishMode) 66 Encoders in 7-Zip ignore (outSize). 74 ----------------------------- 77 - ICompressSetDecoderProperties2 78 - ICompressSetFinishMode 80 If you need to decode full stream: 93 ----------------------------- 96 - ICompressSetCoderProperties - use it before encoding to set properties 97 - ICompressWriteCoderProperties - use it before or after encoding to request encoded properties. [all …]
|
| /third_party/lzma/C/Util/7z/ |
| D | 7zMain.c | 1 /* 7zMain.c - Test application for 7z Decoder 2 2023-04-04 : Igor Pavlov : Public domain */ 49 if (dest->size >= size) in Buf_EnsureSize() 63 #define MY_UTF8_START(n) (0x100 - (1 << (7 - (n)))) 136 val = (((val - 0xD800) << 10) | (c2 - 0xDC00)) + 0x10000; in Utf16_To_Utf8() 159 *Utf16_To_Utf8(dest->data, src, src + srcLen) = 0; in Utf16_To_Utf8Buf() 180 buf->data[0] = 0; in Utf16_To_Char() 186 … codePage, 0, (LPCWSTR)s, (int)len, (char *)buf->data, (int)size, &defaultChar, &defUsed); in Utf16_To_Char() 189 buf->data[numChars] = 0; in Utf16_To_Char() 277 for (numDigits -= pos; numDigits > 0; numDigits--) in UInt64ToStr() [all …]
|
| /third_party/toybox/www/ |
| D | roadmap.html | 2 <!--#include file="header.html" --> 12 <p>The most interesting publicly available standards are POSIX-2008 16 build itself using the result to <a href=https://github.com/landley/control-images>build Linux From… 26 of Linux no matter what Ubuntu says. This doesn't mean including the full 34 <li><a href=#susv4>POSIX-2008/SUSv4</a></li> 50 <h3><a name=susv4 /><a href="#susv4">POSIX-2008/SUSv4</a></h3> 58 …ilable <a href=https://pubs.opengroup.org/onlinepubs/9699919799>online in full</a>, and may be dow… 66 them. And widely used real-world commands such as tar and cpio (the basis 76 <a href="http://pubs.opengroup.org/onlinepubs/9699919799/idx/utilities.html">full "utilities" list<… 79 pre-CVS "SCCS" source control system (admin delta get prs rmdel sact sccs unget [all …]
|