Searched refs:CMS_CRC (Results 1 – 3 of 3) sorted by relevance
48 #define CMS_CRC "070702" /* Cpio Magic String for CRC header */ macro
60 (strcmp(cm.c_mag, CMS_CRC) == 0))
4522 if (!(strncmp(Buffr.b_out_p, CMS_CRC, CMS_LEN))) { in gethdr()