Home
last modified time | relevance | path

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

/dports/devel/bsdelf/elftoolchain-0.7.1/ar/
H A Dar.h113 ino_t ar_ino; /* archive inode. */ member
H A Dwrite.c121 if (sb.st_dev == bsdar->ar_dev && sb.st_ino == bsdar->ar_ino) { in create_obj_from_file()
398 bsdar->ar_ino = sb.st_ino; in ar_write_archive()
/dports/devel/elftoolchain/elftoolchain-0.7.1/ar/
H A Dar.h113 ino_t ar_ino; /* archive inode. */ member
H A Dwrite.c121 if (sb.st_dev == bsdar->ar_dev && sb.st_ino == bsdar->ar_ino) { in create_obj_from_file()
398 bsdar->ar_ino = sb.st_ino; in ar_write_archive()
/dports/archivers/gtar/tar-1.34/src/
H A Dsystem.c142 return (ar_dev && p->stat.st_dev == ar_dev && p->stat.st_ino == ar_ino); in sys_file_is_archive()
152 ar_ino = archive_stat.st_ino; in sys_save_archive_dev_ino()
H A Dcommon.h402 GLOBAL ino_t ar_ino; variable