Home
last modified time | relevance | path

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

12

/minix/bin/dd/
H A Dmisc.c127 if (st.sparse) { in posix_summary()
129 (unsigned long long)st.sparse, in posix_summary()
130 (st.sparse == 1) ? "block" : "blocks"); in posix_summary()
269 (unsigned long long)st.sparse); in dd_write_msg()
284 if (st.sparse != 1) ADDS("s"); in dd_write_msg()
329 if (st.sparse) { in human_summary()
H A Ddd.c528 int sparse, i; in dd_out() local
529 sparse = 1; /* Is buffer sparse? */ in dd_out()
532 sparse = 0; in dd_out()
535 if (sparse) { in dd_out()
561 st.sparse += pending/out.dbsz; in dd_out()
H A Ddd.h96 uint64_t sparse; /* # of sparse output blocks */ member
/minix/external/bsd/libarchive/dist/libarchive/test/
H A Dtest_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()
127 verify_write_data_block(struct archive *a, int sparse) in verify_write_data_block() argument
134 const char *msg = sparse ? "sparse" : "non-sparse"; in verify_write_data_block()
/minix/external/bsd/llvm/dist/llvm/test/YAMLParser/
H A Dconstruct-null.data15 sparse:
/minix/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_format_tar.c127 struct gnu_sparse sparse[4]; member
184 const struct gnu_sparse *sparse, int length);
1718 if (header->sparse[0].offset[0] != 0) { in header_gnutar()
1779 struct gnu_sparse sparse[21]; in gnu_sparse_old_read() member
1785 gnu_sparse_old_parse(tar, header->sparse, 4); in gnu_sparse_old_read()
1801 gnu_sparse_old_parse(tar, ext->sparse, 21); in gnu_sparse_old_read()
1810 const struct gnu_sparse *sparse, int length) in gnu_sparse_old_parse() argument
1812 while (length > 0 && sparse->offset[0] != 0) { in gnu_sparse_old_parse()
1814 tar_atol(sparse->offset, sizeof(sparse->offset)), in gnu_sparse_old_parse()
1815 tar_atol(sparse->numbytes, sizeof(sparse->numbytes))); in gnu_sparse_old_parse()
[all …]
/minix/external/bsd/blacklist/
H A DTODO10 - perhaps instead of scanning the list have a sparse map by port?
/minix/usr.sbin/makefs/
H A Dmakefs.h167 int sparse; /* sparse image, don't fill it with zeros */ member
H A Dmakefs.c248 fsoptions.sparse = 1; in main()
H A Dffs.c495 if (fsopts->sparse) { in ffs_create_image()
498 fsopts->sparse = 0; in ffs_create_image()
511 if ((debug & DEBUG_FS_CREATE_IMAGE) && fsopts->sparse == 0) in ffs_create_image()
/minix/external/bsd/llvm/dist/llvm/docs/HistoricalNotes/
H A D2002-05-12-InstListChange.txt20 simple constant propagation), because they aren't actually sparse anymore,
/minix/external/bsd/file/dist/magic/magdir/
H A Dandroid134 0 lelong 0xed26ff3a Android sparse image
/minix/external/public-domain/xz/dist/po/
H A Dde.po210 msgid "%s: Seeking failed when trying to create a sparse file: %s"
211 msgstr "%s: Positionierungsfehler beim Versuch eine sparse Datei zu erzeugen: %s"
598 " --no-sparse do not create sparse files when decompressing\n"
605 " --no-sparse erzeuge keine sparse Datei beim Dekomprimieren\n"
H A Dfr.po220 msgid "%s: Seeking failed when trying to create a sparse file: %s"
221 msgstr "%s : Impossible de se déplacer dans le fichier pour créer un 'sparse file' : %s"
608 " --no-sparse do not create sparse files when decompressing\n"
615 " --no-sparse ne pas créer de 'sparse file' lors de la décompression\n"
H A Dit.po214 msgid "%s: Seeking failed when trying to create a sparse file: %s"
599 " --no-sparse do not create sparse files when decompressing\n"
606 " --no-sparse Non crea file sparsi durante l'estrazione\n"
H A Dpl.po210 msgid "%s: Seeking failed when trying to create a sparse file: %s"
597 " --no-sparse do not create sparse files when decompressing\n"
604 " --no-sparse nietworzenie plików rzadkich podczas dekompresji\n"
H A Dcs.po212 msgid "%s: Seeking failed when trying to create a sparse file: %s"
595 " --no-sparse do not create sparse files when decompressing\n"
602 " --no-sparse nevytvářet při dekomprimaci soubory řídkých matic\n"
H A Dvi.po212 msgid "%s: Seeking failed when trying to create a sparse file: %s"
595 " --no-sparse do not create sparse files when decompressing\n"
602 " --no-sparse đừng tạo các tập tin rải rác khi giải nén\n"
/minix/games/fortune/datfiles/
H A Dlimerick46 That memory space was so sparse.
/minix/external/bsd/libarchive/dist/
H A DREADME63 sparse files)
H A DNEWS269 broken when I put in support for new GNU tar sparse formats.
308 Aug 18, 2007: Read gtar 1.17 --posix --sparse entries.
/minix/external/bsd/llvm/dist/clang/docs/
H A DDataFlowSanitizerDesign.rst80 the required space of label unions is sparse, which is a reasonable
/minix/external/bsd/llvm/dist/llvm/docs/
H A DExtendingLLVM.rst162 for this is a bit sparse right now, but there are several decent examples.
/minix/external/public-domain/xz/dist/
H A DNEWS462 * xz will create sparse files when decompressing if the uncompressed
H A DChangeLog1983 Due to a wrong variable name, when writing a sparse file
4322 Translations: Fix Czech translation of "sparse file".
6669 The problem was introduced when adding sparse file
6808 Create sparse files by default when decompressing into
6811 Sparse file creation can be disabled with --no-sparse.
6814 checks when it is safe to use sparse output on stdout,
6816 option is needed to configure sparse file handling.

12