/freebsd/tests/sys/fs/tarfs/ |
H A D | tarsum.c | 48 } ustar; in tarsum() local 55 if ((ret = fread(&ustar, 1, sizeof(ustar), in)) < 0) in tarsum() 59 else if ((size_t)ret < sizeof(ustar)) in tarsum() 61 if (strcmp(ustar.magic, "ustar") == 0 && in tarsum() 62 ustar.version[0] == '0' && ustar.version[1] == '0') { in tarsum() 65 (int)sizeof(ustar.checksum), ustar.checksum); in tarsum() 66 memset(ustar.checksum, ' ', sizeof(ustar.checksum)); in tarsum() 67 for (sum = i = 0; i < sizeof(ustar); i++) in tarsum() 68 sum += ustar.bytes[i]; in tarsum() 70 sprintf(ustar.checksum, "%#lo", sum); in tarsum() [all …]
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_write_set_format_ustar.c | 47 struct ustar { struct 169 struct ustar *ustar; in archive_write_set_format_ustar() local 186 ustar = calloc(1, sizeof(*ustar)); in archive_write_set_format_ustar() 187 if (ustar == NULL) { in archive_write_set_format_ustar() 192 a->format_data = ustar; in archive_write_set_format_ustar() 209 struct ustar *ustar = (struct ustar *)a->format_data; in archive_write_ustar_options() local 218 ustar->opt_sconv = archive_string_conversion_to_charset( in archive_write_ustar_options() 220 if (ustar->opt_sconv != NULL) in archive_write_ustar_options() 239 struct ustar *ustar; local 243 ustar = (struct ustar *)a->format_data; [all …]
|
/freebsd/contrib/netbsd-tests/bin/pax/ |
H A D | t_pax.sh | 39 pax -w -b 512 -x ustar -f file1.tar foo bar 43 pax -w -b 512 -x ustar -f file2.tar foo 45 pax -w -b 512 -x ustar -f file2.tar -a bar
|
/freebsd/contrib/file/tests/ |
H A D | gpkg-1-zst.testfile | 1 …ustar00…
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | gentoo | 67 # GPKG uses ustar (or ustar-compatible GNU format) that starts with 69 257 string ustar
|
H A D | archive | 43 >257 string !ustar 67 >257 string =ustar 79 !:mime application/x-ustar 80 !:ext tar/ustar 82 >>261 ubelong 0x72000000 tar archive (ustar) 83 !:mime application/x-ustar 84 !:ext tar/ustar 85 # not seen ustar variant with garbish version 86 >>261 default x tar archive (unknown ustar) 87 !:mime application/x-ustar [all …]
|
H A D | android | 71 >>288 string ustar \b; contains
|
/freebsd/contrib/openpam/ |
H A D | aclocal.m4 | 539 _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], 1095 # FORMAT should be one of 'v7', 'ustar', or 'pax'. 1112 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' 1118 [ustar], 1119 [# The POSIX 1988 'ustar' format is defined with fixed-size fields. 1131 AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format]) 1138 AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format]) 1169 # ustar tarball either.
|
/freebsd/contrib/openbsm/ |
H A D | aclocal.m4 | 506 _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], 1067 # FORMAT should be one of 'v7', 'ustar', or 'pax'. 1084 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' 1090 [ustar], 1091 [# The POSIX 1988 'ustar' format is defined with fixed-size fields. 1103 AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format]) 1110 AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format]) 1141 # ustar tarball either.
|
/freebsd/contrib/ntp/sntp/ |
H A D | aclocal.m4 | 562 _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], 1089 # FORMAT should be one of 'v7', 'ustar', or 'pax'. 1106 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' 1112 [ustar], 1113 [# The POSIX 1988 'ustar' format is defined with fixed-size fields. 1125 AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format]) 1132 AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format]) 1163 # ustar tarball either.
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | aclocal.m4 | 502 _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], 1029 # FORMAT should be one of 'v7', 'ustar', or 'pax'. 1046 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' 1052 [ustar], 1053 [# The POSIX 1988 'ustar' format is defined with fixed-size fields. 1065 AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format]) 1072 AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format]) 1103 # ustar tarball either.
|
/freebsd/contrib/file/ |
H A D | aclocal.m4 | 502 _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], 1029 # FORMAT should be one of 'v7', 'ustar', or 'pax'. 1046 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' 1052 [ustar], 1053 [# The POSIX 1988 'ustar' format is defined with fixed-size fields. 1065 AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format]) 1072 AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format]) 1103 # ustar tarball either.
|
/freebsd/contrib/libevent/ |
H A D | aclocal.m4 | 498 _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], 1016 # FORMAT should be one of 'v7', 'ustar', or 'pax'. 1033 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' 1039 [ustar], 1040 [# The POSIX 1988 'ustar' format is defined with fixed-size fields. 1052 AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format]) 1059 AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format]) 1090 # ustar tarball either.
|
/freebsd/contrib/libarchive/ |
H A D | README.md | 78 * POSIX ustar 111 * POSIX ustar 113 * "restricted" pax format, which will create ustar archives except for
|
H A D | NEWS | 375 * tar/pax: Ensure ustar dirnames end in '/'; be more careful about 397 ustar, and old cpio archives. Just a little more testing before
|
/freebsd/contrib/ntp/ |
H A D | aclocal.m4 | 562 _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], 1089 # FORMAT should be one of 'v7', 'ustar', or 'pax'. 1106 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' 1112 [ustar], 1113 [# The POSIX 1988 'ustar' format is defined with fixed-size fields. 1125 AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format]) 1132 AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format]) 1163 # ustar tarball either.
|
/freebsd/crypto/heimdal/ |
H A D | aclocal.m4 | 494 _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], 965 # FORMAT should be one of `v7', `ustar', or `pax'. 980 [m4_case([$1], [ustar],, [pax],, 984 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' 1002 # ustar tarball either.
|
/freebsd/sys/contrib/libsodium/ |
H A D | configure.ac | 10 AM_INIT_AUTOMAKE([1.11 dist-bzip2 tar-ustar foreign subdir-objects])
|
/freebsd/contrib/sqlite3/ |
H A D | aclocal.m4 | 9556 _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], 10083 # FORMAT should be one of 'v7', 'ustar', or 'pax'. 10100 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' 10106 [ustar], 10107 [# The POSIX 1988 'ustar' format is defined with fixed-size fields. 10119 AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format]) 10126 AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format]) 10157 # ustar tarball either.
|
/freebsd/contrib/tzcode/ |
H A D | NEWS | 823 Distribution tarballs now use standard POSIX.1-1988 ustar format 825 for these tarballs, ustar headers' magic fields contain "ustar" 826 instead of "ustar ", and their version fields contain "00" instead 828 for tzdb releases after 2242-03-16 12:56:31 UTC, when the ustar 830 extension of ustar. For details about these formats, please see
|
/freebsd/contrib/tzdata/ |
H A D | NEWS | 823 Distribution tarballs now use standard POSIX.1-1988 ustar format 825 for these tarballs, ustar headers' magic fields contain "ustar" 826 instead of "ustar ", and their version fields contain "00" instead 828 for tzdb releases after 2242-03-16 12:56:31 UTC, when the ustar 830 extension of ustar. For details about these formats, please see
|