Searched refs:AR_PORT_MAGIC_LENGTH (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/make/bin/
H A Dar.cc77 #define AR_PORT_MAGIC_LENGTH 8 /* Port. (6.0) string length */ macro
274 char mag_port[AR_PORT_MAGIC_LENGTH];
284 if (fread(mag_port, AR_PORT_MAGIC_LENGTH, 1, arp->fd) != 1) {
287 if (IS_EQUALN(mag_port, AR_PORT_MAGIC, AR_PORT_MAGIC_LENGTH)) {

Completed in 58 milliseconds