Searched refs:AR_PORT_MAGIC_LENGTH (Results 1 – 1 of 1) sorted by relevance
77 #define AR_PORT_MAGIC_LENGTH 8 /* Port. (6.0) string length */ macro274 char mag_port[AR_PORT_MAGIC_LENGTH]; in open_archive()284 if (fread(mag_port, AR_PORT_MAGIC_LENGTH, 1, arp->fd) != 1) { in open_archive()287 if (IS_EQUALN(mag_port, AR_PORT_MAGIC, AR_PORT_MAGIC_LENGTH)) { in open_archive()