Searched refs:unzip (Results 1 – 25 of 55) sorted by relevance
123
/freebsd/contrib/unbound/contrib/android/ |
H A D | install_ndk.sh | 33 if ! unzip -qq "$HOME/android-sdk.zip" -d "$ANDROID_SDK_ROOT"; 40 if ! unzip -qq "$HOME/android-ndk.zip" -d "$HOME";
|
H A D | install_tools.sh | 6 sudo apt-get -qq install --no-install-recommends curl tar zip unzip perl openjdk-8-jdk autoconf aut…
|
/freebsd/usr.bin/less/ |
H A D | lesspipe.sh | 6 exec unzip -c "$1" 2>/dev/null
|
/freebsd/contrib/dialog/samples/copifuncs/ |
H A D | copi.ifmcfg2 | 7 unzip /usr/bin/unzip -oq $F
|
/freebsd/crypto/heimdal/lib/hx509/ |
H A D | test_nist_cert.in | 57 ( mkdir "$nistdir" && cd "$nistdir" && unzip "$nistzip" ) >/dev/null || \
|
H A D | test_nist_pkcs12.in | 58 ( mkdir "$nistdir" && cd "$nistdir" && unzip "$nistzip" ) >/dev/null || \
|
H A D | test_nist.in | 59 ( mkdir "$nistdir" && unzip -d "${nistdir}" "${nistzip}" ) >/dev/null || \
|
H A D | test_nist2.in | 78 ( mkdir "$nistdir" && unzip -d "${nistdir}" "${nistzip}" ) >/dev/null || \
|
/freebsd/usr.bin/unzip/ |
H A D | Makefile | 11 .PATH: ${_LIBARCHIVEDIR}/unzip
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVScheduleZb.td | 43 def WriteZIP : SchedWrite; // zip/unzip 80 def ReadZIP : SchedRead; // zip/unzip
|
H A D | RISCVInstrInfoZb.td | 450 def UNZIP_RV32 : RVBUnary<0b000010001111, 0b101, OPC_OP_IMM, "unzip">, 578 // We treat zip and unzip as separate instructions, so match it directly.
|
/freebsd/sys/contrib/zlib/contrib/ |
H A D | README.contrib | 38 Mini zip and unzip based on zlib
|
/freebsd/contrib/libcbor/ |
H A D | Bazel.md | 28 Bazel will unzip the libcbor zip file, then copy this file in as `BUILD`.
|
/freebsd/sys/contrib/libsodium/packaging/dotnet-core/ |
H A D | README.md | 52 You may need to install `docker`, `make`, `curl`, `tar` and `unzip` first.
|
/freebsd/usr.bin/ |
H A D | Makefile | 163 unzip \
|
/freebsd/contrib/libarchive/unzip/ |
H A D | bsdunzip.c | 970 unzip(const char *fn) in unzip() function 1258 unzip(zipfile); in main()
|
/freebsd/tools/tools/sysbuild/ |
H A D | README | 118 /usr/ports/archivers/unzip
|
/freebsd/tools/tools/locale/ |
H A D | Makefile | 138 cd ${UNIDIR} && unzip -o ../${CLDRFILES_${N}:T}
|
/freebsd/contrib/libarchive/ |
H A D | README.md | 26 * **unzip**: the 'bsdunzip' program is a simple replacement tool for Info-ZIP's unzip
|
/freebsd/etc/mtree/ |
H A D | BSD.tests.dist | 1224 unzip
|
/freebsd/contrib/tnftp/ |
H A D | Makefile.in | 547 unzip $(distdir).zip ;;\
|
/freebsd/contrib/openbsm/ |
H A D | Makefile.in | 635 unzip $(distdir).zip ;;\
|
/freebsd/contrib/openpam/ |
H A D | Makefile.in | 657 unzip $(distdir).zip ;;\
|
/freebsd/contrib/file/ |
H A D | Makefile.in | 691 unzip $(distdir).zip ;;\
|
/freebsd/sys/contrib/zlib/ |
H A D | ChangeLog | 26 - Read multiple bytes instead of byte-by-byte in minizip unzip.c 288 - Minor cleanup up contrib/minizip/unzip.c [Vollant] 704 - Fix contrib/minizip/unzip.c non-encrypted after encrypted [Vollant] 1200 - added contrib/minzip, mini zip and unzip based on zlib (Gilles Vollant) 1201 See http://www.winimage.com/zLibDll/unzip.html 1234 - add a pointer to experimental unzip library in README (Gilles Vollant)
|
123