Home
last modified time | relevance | path

Searched refs:sparse (Results 1 – 25 of 40) sorted by relevance

12

/trueos/contrib/libarchive/libarchive/test/
HDtest_sparse_basic.c56 struct sparse { struct
61 static void create_sparse_file(const char *, const struct sparse *); argument
99 create_sparse_file(const char *path, const struct sparse *s) in create_sparse_file()
164 const struct sparse sparse_file[] = { in is_sparse_supported()
214 create_sparse_file(const char *path, const struct sparse *s) in create_sparse_file()
249 const struct sparse *sparse, int blocks) in verify_sparse_file() argument
258 create_sparse_file(path, sparse); in verify_sparse_file()
296 const struct sparse *sparse, int blocks, int preopen) in verify_sparse_file2() argument
301 (void)sparse; /* UNUSED */ in verify_sparse_file2()
355 const struct sparse sparse_file0[] = { in DEFINE_TEST()
[all …]
HDtest_write_disk_sparse.c35 verify_write_data(struct archive *a, int sparse) in verify_write_data() argument
42 const char *msg = sparse ? "sparse" : "non-sparse"; in verify_write_data()
132 verify_write_data_block(struct archive *a, int sparse) in verify_write_data_block() argument
139 const char *msg = sparse ? "sparse" : "non-sparse"; in verify_write_data_block()
/trueos/contrib/libarchive/libarchive/
HDarchive_read_support_format_tar.c100 struct gnu_sparse sparse[4]; member
165 const struct gnu_sparse *sparse, int length);
2054 if (header->sparse[0].offset[0] != 0) { in header_gnutar()
2121 struct gnu_sparse sparse[21]; in gnu_sparse_old_read() member
2127 if (gnu_sparse_old_parse(a, tar, header->sparse, 4) != ARCHIVE_OK) in gnu_sparse_old_read()
2145 if (gnu_sparse_old_parse(a, tar, ext->sparse, 21) != ARCHIVE_OK) in gnu_sparse_old_read()
2155 const struct gnu_sparse *sparse, int length) in gnu_sparse_old_parse() argument
2157 while (length > 0 && sparse->offset[0] != 0) { in gnu_sparse_old_parse()
2159 tar_atol(sparse->offset, sizeof(sparse->offset)), in gnu_sparse_old_parse()
2160 tar_atol(sparse->numbytes, sizeof(sparse->numbytes))) in gnu_sparse_old_parse()
[all …]
/trueos/contrib/libarchive/tar/
HDwrite.c732 int64_t sparse = offset - progress; in copy_file_data_block() local
740 while (sparse > 0) { in copy_file_data_block()
741 if (sparse > (int64_t)bsdtar->buff_size) in copy_file_data_block()
744 ns = (size_t)sparse; in copy_file_data_block()
763 sparse -= bytes_written; in copy_file_data_block()
/trueos/usr.sbin/makefs/
HDmakefs.c209 fsoptions.sparse = 1; in main()
239 fsoptions.sparse = 1; in main()
HDmakefs.h132 int sparse; /* sparse image, don't fill it with zeros */ member
HDffs.c496 if (fsopts->sparse) { in ffs_create_image()
499 fsopts->sparse = 0; in ffs_create_image()
502 if (fsopts->sparse) { in ffs_create_image()
/trueos/tools/tools/nanobsd/
HDnanobsd.sh617 dd conv=sparse if=/dev/${MD}s1 of=/dev/${MD}s2 bs=64k
649 dd conv=sparse if=/dev/${MD} of=${IMG} bs=64k
654 dd conv=sparse if=/dev/${MD}s1 of=${NANO_DISKIMGDIR}/_.disk.image bs=64k
/trueos/contrib/xz/po/
HDde.po162 msgid "%s: Seeking failed when trying to create a sparse file: %s"
164 "%s: Positionierungsfehler beim Versuch eine sparse Datei zu erzeugen: %s"
553 " --no-sparse do not create sparse files when decompressing\n"
561 " --no-sparse erzeuge keine sparse Datei beim Dekomprimieren\n"
HDfr.po153 msgid "%s: Seeking failed when trying to create a sparse file: %s"
154 msgstr "%s : Impossible de se déplacer dans le fichier pour créer un 'sparse file' : %s"
528 " --no-sparse do not create sparse files when decompressing\n"
535 " --no-sparse ne pas créer de 'sparse file' lors de la décompression\n"
HDxz.pot154 msgid "%s: Seeking failed when trying to create a sparse file: %s"
495 " --no-sparse do not create sparse files when decompressing\n"
HDit.po164 msgid "%s: Seeking failed when trying to create a sparse file: %s"
557 " --no-sparse do not create sparse files when decompressing\n"
565 " --no-sparse Non crea file sparsi durante l'estrazione\n"
HDcs.po161 msgid "%s: Seeking failed when trying to create a sparse file: %s"
538 " --no-sparse do not create sparse files when decompressing\n"
546 " --no-sparse nevytvářet při dekomprimaci soubory řídkých matic\n"
HDpl.po153 msgid "%s: Seeking failed when trying to create a sparse file: %s"
527 " --no-sparse do not create sparse files when decompressing\n"
534 " --no-sparse nietworzenie plików rzadkich podczas dekompresji\n"
/trueos/contrib/file/magic/Magdir/
HDandroid134 0 lelong 0xed26ff3a Android sparse image
/trueos/sys/ufs/ufs/
HDREADME.extattr60 creating a sparse backing file. This prevents attribute operations from
/trueos/usr.sbin/apmd/
HDREADME203 Documentation is also sparse, and the manpage have just written.
/trueos/contrib/libarchive/
HDREADME61 * GNU tar format (including GNU long filenames, long link names, and sparse files)
HDNEWS98 Feb 02, 2010: Archive sparse files compatibly with GNU tar
350 broken when I put in support for new GNU tar sparse formats.
389 Aug 18, 2007: Read gtar 1.17 --posix --sparse entries.
/trueos/sys/cam/
HDREADME.quirks46 since device has a sparse lun space.
/trueos/contrib/gperf/doc/
HDgperf.texi249 sparse keyword table increases the probability of locating a ``null''
292 sparse search structure, generally yielding faster searches.
814 (and potentially sparse) static array. Although the exact time and
1300 This is mostly of theoretical interest, since a sparse table
/trueos/contrib/tcsh/
HDcomplete.tcsh975 interactive link preserve parents sparse recursive \
1020 same-order preserve-order same-owner sparse \
/trueos/contrib/xz/
HDChangeLog412 Due to a wrong variable name, when writing a sparse file
1845 Translations: Fix Czech translation of "sparse file".
4126 The problem was introduced when adding sparse file
4265 Create sparse files by default when decompressing into
4268 Sparse file creation can be disabled with --no-sparse.
4271 checks when it is safe to use sparse output on stdout,
4273 option is needed to configure sparse file handling.
/trueos/contrib/binutils/ld/
HDldint.texinfo663 locations be sparse and pointing directly into code.
/trueos/crypto/heimdal/doc/
HDsetup.texi1647 trace logging is sparse at the moment, but will continue to improve.

12