| /netbsd/src/external/gpl2/lvm2/dist/lib/format_text/ |
| D | archive.c | 191 static void _remove_expired(struct dm_list *archives, uint32_t archives_size, in _remove_expired() argument 207 dm_list_iterate_back_items(bf, archives) { in _remove_expired() 236 struct dm_list *archives; in archive_vg() local 266 if (!(archives = _scan_archive(vg->cmd->mem, vg->name, dir))) in archive_vg() 269 if (dm_list_empty(archives)) in archive_vg() 272 last = dm_list_item(dm_list_first(archives), struct archive_file); in archive_vg() 292 _remove_expired(archives, dm_list_size(archives) + renamed, retain_days, in archive_vg() 337 struct dm_list *archives; in archive_list() local 340 if (!(archives = _scan_archive(cmd->mem, vgname, dir))) in archive_list() 343 if (dm_list_empty(archives)) in archive_list() [all …]
|
| /netbsd/src/external/bsd/libarchive/dist/ |
| D | README.md | 4 can read and write streaming archives in a variety of formats. It 22 * **libarchive**: a library for reading and writing streaming archives 77 * Old V7 tar archives 87 …* ZIP archives (with uncompressed or "deflate" compressed entries, including support for encrypted… 88 * ZIPX archives (with support for bzip2, ppmd8, lzma and xz compressed entries) 89 * GNU and BSD 'ar' archives 91 * 7-Zip archives (including archives that use zstandard compression) 93 * LHA and LZH archives 94 * RAR and RAR 5.0 archives (with some limitations due to RAR's proprietary status) 95 * XAR archives [all …]
|
| D | NEWS | 43 Jan 23, 2020: Important fixes for writing XAR archives 53 Nov 17, 2019: Unicode filename support for reading lha/lzh archives 57 May 18, 2019: Fixes for reading Android APK and JAR archives 152 Nov 11, 2012: Add support for __MACOSX directory in Zip archives, which resource 165 (Currently only supported for uncompressed RAR archives). 187 Nov 20, 2011: New seeking Zip reader supports SFX Zip archives 233 Feb 21, 2010: Performance: Cheat on block sizes when reading archives from disk. 397 ustar, and old cpio archives. Just a little more testing before 415 Feb 18, 2008: Fix writing empty 'ar' archives, per Kai Wang 420 Jan 30, 2008: Ignore hardlink size for non-POSIX tar archives. [all …]
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/doc/ |
| D | archive.texi | 33 archive code of any given environment. BFD archives may 35 even different architectures. You may even place archives 36 recursively into archives! 40 COFF archives can preserve long filenames; SunOS a.out archives 52 archives. Many Unix utilities are braindead in regards to
|
| /netbsd/src/external/bsd/nvi/dist/dist/ExtUtils/ |
| D | Embed.pm | 176 my($mod,@ns,$root,$sub,$extra,$archive,@archives); 186 push @archives, $archive; 209 my $linkage = "$Config{ldflags} @archives $ld_or_bs";
|
| /netbsd/src/usr.bin/make/ |
| D | arch.c | 134 static ArchList archives; /* The archives we've already examined */ variable 382 for (ln = archives.first; ln != NULL; ln = ln->next) { in ArchStatMember() 517 Lst_Append(&archives, ar); in ArchStatMember() 948 Lst_Init(&archives); in Arch_Init() 958 for (ln = archives.first; ln != NULL; ln = ln->next) in Arch_End() 960 Lst_Done(&archives); in Arch_End()
|
| /netbsd/src/distrib/syspkg/sets/comp/comp-c-piclib/ |
| D | DESCR | 1 This includes archives of position-independent object files which can be
|
| /netbsd/src/distrib/syspkg/sets/comp/comp-c-lib/ |
| D | DESCR | 1 This contains library archives to build statically linked versions of C
|
| /netbsd/src/distrib/syspkg/sets/comp/comp-cxx-lib/ |
| D | DESCR | 1 This contains library archives to build statically linked versions of C++
|
| /netbsd/src/distrib/syspkg/sets/comp/comp-fortran-lib/ |
| D | DESCR | 1 This contains library archives to build statically linked versions of
|
| /netbsd/src/distrib/syspkg/sets/comp/comp-cxx-piclib/ |
| D | DESCR | 1 This includes archives of position-independent object files which can be
|
| /netbsd/src/distrib/syspkg/sets/comp/comp-fortran-piclib/ |
| D | DESCR | 1 This includes archives of position-independent object files which can be
|
| /netbsd/src/distrib/syspkg/sets/comp/comp-objc-piclib/ |
| D | DESCR | 1 This includes archives of position-independent object files which can be
|
| /netbsd/src/distrib/syspkg/sets/comp/comp-objc-lib/ |
| D | DESCR | 1 This contains library archives to build statically linked versions of
|
| /netbsd/src/external/bsd/byacc/dist/package/pkgsrc/ |
| D | Makefile | 6 MASTER_SITES= https://invisible-mirror.net/archives/byacc/
|
| /netbsd/src/external/bsd/file/dist/magic/magdir/ |
| D | bout | 4 # i80960 b.out objects and archives
|
| D | fsav | 93 # ./archive handle pure tar archives 98 # one space at the end of text and then handles gzipped archives by ./compress
|
| D | sccs | 4 # sccs: file(1) magic for SCCS archives
|
| /netbsd/src/external/ibm-public/postfix/dist/examples/qmail-local/ |
| D | qmail-local.txt | 3 For the archives (or for comment):
|
| /netbsd/src/external/gpl3/binutils/dist/ld/ |
| D | TODO | 9 Avoid re-open (and re-seeking) output bfd and archives.
|
| /netbsd/src/external/bsd/byacc/dist/package/debian/ |
| D | watch | 20 https://invisible-mirror.net/archives/byacc/byacc-(\d+)\.tgz
|
| /netbsd/src/crypto/external/bsd/openssl/dist/ |
| D | SUPPORT.md | 35 consider searching the mail archives and posting a question to the 78 archives are made public, however. For more information, see the [mailing
|
| /netbsd/src/external/bsd/openldap/dist/doc/guide/admin/ |
| D | troubleshooting.sdf | 10 * Browse the list archives at {{URL:http://www.openldap.org/lists/#archives}}
|
| /netbsd/src/sys/rump/ |
| D | TODO | 13 objects instead of archives
|
| /netbsd/src/external/gpl3/binutils/dist/binutils/doc/ |
| D | ctf.options.texi | 21 function at link time. When looking at CTF archives that have been
|