Searched refs:CMS_CHR (Results 1 – 3 of 3) sorted by relevance
47 #define CMS_CHR "070707" /* Cpio Magic String for CHR (-c) header */ macro
59 (strcmp(cm.c_mag, CMS_CHR) == 0) && \
4503 if (!(strncmp(Buffr.b_out_p, CMS_CHR, CMS_LEN))) { in gethdr()