Home
last modified time | relevance | path

Searched refs:c_magic (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/binutils/bfd/
Daoutf1.h286 int c_magic; /* Corefile magic number. */ member
309 int c_magic; /* Corefile magic number. */ member
343 int c_magic; /* Corefile magic number. */ member
364 int c_magic; /* Corefile magic number. */ member
388 intcore->c_magic = H_GET_32 (abfd, &extcore->c_magic); in swapcore_sun3()
423 intcore->c_magic = H_GET_32 (abfd, &extcore->c_magic); in swapcore_sparc()
481 intcore->c_magic = H_GET_32 (abfd, &extcore->c_magic); in swapcore_solaris_bcp()
/freebsd-12-stable/sbin/restore/
Dtape.c244 endoftapemark.s_spcl.c_magic = FS_UFS2_MAGIC; in setup()
892 if (spcl.c_magic != FS_UFS2_MAGIC) in getfile()
1144 ((struct s_spcl *)&tapebuf[i * TP_BSIZE])->c_magic = 0; in readtape()
1259 ((struct s_spcl *)&tapebuf[i * TP_BSIZE])->c_magic = 0; in findtapeblksize()
1310 if (buf->c_magic != FS_UFS2_MAGIC && buf->c_magic != NFS_MAGIC) { in gethead()
1311 if (buf->c_magic == OFS_MAGIC) { in gethead()
1318 if (swabl(buf->c_magic) != FS_UFS2_MAGIC && in gethead()
1319 swabl(buf->c_magic) != NFS_MAGIC) { in gethead()
1320 if (swabl(buf->c_magic) == OFS_MAGIC) { in gethead()
1358 if (buf->c_magic == NFS_MAGIC && in gethead()
[all …]
/freebsd-12-stable/bin/pax/
Dcpio.h61 char c_magic[6]; /* magic cookie */ member
127 char c_magic[6]; /* magic cookie */ member
Dcpio.c447 if (ul_asc((u_long)MAGIC, hd->c_magic, sizeof(hd->c_magic), OCT) ||
722 if (ul_asc((u_long)VCMAGIC, hd->c_magic, sizeof(hd->c_magic),
728 if (ul_asc((u_long)VMAGIC, hd->c_magic, sizeof(hd->c_magic),
/freebsd-12-stable/include/protocols/
Ddumprestore.h88 int32_t c_magic; /* magic number (see above) */ member
/freebsd-12-stable/sbin/dump/
Dtraverse.c862 spcl.c_magic = FS_UFS2_MAGIC; in writeheader()