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

/pkg/src/modules/
H A Dcpiofile.py55 CMS_ASC = "070701" # Cpio Magic String for ASCII header variable
459 if buf[:6] == CMS_ASC:
460 hdrtype = "CMS_ASC"
489 elif hdrtype == "CMS_ASC":
963 if magic in (CMS_ASC, CMS_CHR, CMS_CRC):

Completed in 10 milliseconds