HomeSort by: relevance | last modified time | path
    Searched defs:tar (Results 1 - 17 of 17) sorted by relevancy

  /src/external/gpl3/gcc/dist/contrib/reghunt/examples/
28970.c 3 int tar (int i) function
20 j = tar (outgo*bcount);
  /src/external/gpl3/gcc.old/dist/contrib/reghunt/examples/
28970.c 3 int tar (int i) function
20 j = tar (outgo*bcount);
  /src/external/bsd/elftoolchain/dist/libdwarf/
libdwarf_arange.c 38 Dwarf_Arange ar, tar; local
41 STAILQ_FOREACH_SAFE(ar, &as->as_arlist, ar_next, tar) {
250 Dwarf_Arange ar, tar; local
257 STAILQ_FOREACH_SAFE(ar, &as->as_arlist, ar_next, tar) {
  /src/external/bsd/file/dist/src/
is_tar.c 31 * is_tar() -- figure out whether file is a tar archive.
33 * Stolen (by the author!) from the file_public domain tar program:
55 #include "tar.h"
63 "tar archive", /* found in ../magic/Magdir/archive */
64 "POSIX tar archive",
65 "POSIX tar archive (GNU)", /* */
74 * Do the tar test first, because if the first file in the tar
77 int tar; local
83 tar = is_tar(buf, nbytes)
    [all...]
  /src/common/dist/zlib/contrib/untgz/
untgz.c 2 * untgz.c -- Display contents and extract files from a gzip'd TAR file
65 /* GNU tar extensions */
76 /* tar header */
126 const char *TGZsuffix[] = { "\0", ".tar", ".tar.gz", ".taz", ".tgz", NULL };
383 /* tar file list or extract */
385 int tar (gzFile in,int action,int arg,int argc,char **argv) function
408 * the tar information.
417 * If we have to get a tar header
422 * if we met the end of the tar
    [all...]
  /src/sys/dev/ic/
iha.c 1918 uint8_t tar; local
1930 tar = scb->target;
1932 if (scb->target == tar)
  /src/external/gpl3/binutils/dist/zlib/contrib/untgz/
untgz.c 2 * untgz.c -- Display contents and extract files from a gzip'd TAR file
65 /* GNU tar extensions */
76 /* tar header */
126 const char *TGZsuffix[] = { "\0", ".tar", ".tar.gz", ".taz", ".tgz", NULL };
383 /* tar file list or extract */
385 int tar (gzFile in,int action,int arg,int argc,char **argv) function
408 * the tar information.
417 * If we have to get a tar header
422 * if we met the end of the tar
    [all...]
  /src/external/gpl3/binutils.old/dist/zlib/contrib/untgz/
untgz.c 2 * untgz.c -- Display contents and extract files from a gzip'd TAR file
52 /* GNU tar extensions */
63 /* tar header */
120 int tar OF((gzFile, int, int, int, char **));
127 const char *TGZsuffix[] = { "\0", ".tar", ".tar.gz", ".taz", ".tgz", NULL };
384 /* tar file list or extract */
386 int tar (gzFile in,int action,int arg,int argc,char **argv) function
409 * the tar information.
418 * If we have to get a tar heade
    [all...]
  /src/external/gpl3/gdb/dist/zlib/contrib/untgz/
untgz.c 2 * untgz.c -- Display contents and extract files from a gzip'd TAR file
52 /* GNU tar extensions */
63 /* tar header */
120 int tar OF((gzFile, int, int, int, char **));
127 const char *TGZsuffix[] = { "\0", ".tar", ".tar.gz", ".taz", ".tgz", NULL };
384 /* tar file list or extract */
386 int tar (gzFile in,int action,int arg,int argc,char **argv) function
409 * the tar information.
418 * If we have to get a tar heade
    [all...]
  /src/external/gpl3/gdb.old/dist/zlib/contrib/untgz/
untgz.c 2 * untgz.c -- Display contents and extract files from a gzip'd TAR file
52 /* GNU tar extensions */
63 /* tar header */
120 int tar OF((gzFile, int, int, int, char **));
127 const char *TGZsuffix[] = { "\0", ".tar", ".tar.gz", ".taz", ".tgz", NULL };
384 /* tar file list or extract */
386 int tar (gzFile in,int action,int arg,int argc,char **argv) function
409 * the tar information.
418 * If we have to get a tar heade
    [all...]
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_tar.c 51 * Layout of POSIX 'ustar' tar header.
73 * Structure of GNU tar header
119 struct tar { struct
167 static int gnu_add_sparse_entry(struct archive_read *, struct tar *,
170 static void gnu_clear_sparse_list(struct tar *);
171 static int gnu_sparse_old_read(struct archive_read *, struct tar *,
173 static int gnu_sparse_old_parse(struct archive_read *, struct tar *,
175 static int gnu_sparse_01_parse(struct archive_read *, struct tar *,
177 static int64_t gnu_sparse_10_read(struct archive_read *, struct tar *,
179 static int header_Solaris_ACL(struct archive_read *, struct tar *,
264 struct tar *tar; local
300 struct tar *tar; local
439 struct tar *tar; local
529 struct tar *tar; local
613 struct tar *tar; local
677 struct tar* tar; local
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
homedir.c 1112 "get_tar_name: unable to construct a tar name from input "
1121 snprintf( tar_name, name_size, "%s" LDAP_DIRSEP "%s-%ld-%d.tar",
1255 tar_set_header( ustar_header *tar, const struct stat *st, const char *name )
1261 assert( tar != NULL );
1264 assert( sizeof(*tar) == 512 );
1265 assert( sizeof(tar->name) == 100 );
1266 assert( sizeof(tar->prefix) == 155 );
1267 assert( sizeof(tar->checksum) == 8 );
1269 memset( tar, 0, sizeof(*tar) );
1378 ustar_header tar; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
ppc-linux-tdep.c 1033 cb (".reg-ppc-tar", PPC_LINUX_SIZEOF_TARREGSET,
1587 asection *tar = bfd_get_section_by_name (abfd, ".reg-ppc-tar"); local
1625 if (tar && pmu)
  /src/external/gpl3/gdb.old/dist/gdb/
ppc-linux-tdep.c 1035 cb (".reg-ppc-tar", PPC_LINUX_SIZEOF_TARREGSET,
1589 asection *tar = bfd_get_section_by_name (abfd, ".reg-ppc-tar"); local
1627 if (tar && pmu)
  /src/external/gpl3/gdb/dist/gdbserver/
linux-ppc-low.cc 491 char *tar = (char *) buf; local
493 collect_register_by_name (regcache, "tar", tar);
501 const char *tar = (const char *) buf; local
503 supply_register_by_name (regcache, "tar", tar);
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-ppc-low.cc 491 char *tar = (char *) buf; local
493 collect_register_by_name (regcache, "tar", tar);
501 const char *tar = (const char *) buf; local
503 supply_register_by_name (regcache, "tar", tar);
  /src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNS.c 1888 domainname *tar = GetRRDomainNameTarget(&rr->resrec); local
1889 if (tar) tar->c[0] = 0;

Completed in 59 milliseconds