Searched refs:c_mag (Results 1 – 1 of 1) sorted by relevance
51 #define ISCOMPCPIO ((unsigned char) cm.c_mag[0] == m_h[0] && \52 (unsigned char) cm.c_mag[1] == m_h[1] && \53 (MASK_CK((unsigned char) cm.c_mag[2], BLOCK_MASK) || \54 MASK_CK((unsigned char) cm.c_mag[2], BIT_MASK)))57 (strcmp(cm.c_mag, CMS_ASC) == 0) && \58 (strcmp(cm.c_mag, CMS_CHR) == 0) && \59 (strcmp(cm.c_mag, CMS_CRC) == 0))169 char c_mag[CMS_LEN]; in iscpio() member192 if (read(fd, cm.c_mag, sizeof (cm.c_mag)) != in iscpio()193 sizeof (cm.c_mag)) { in iscpio()