Searched refs:PS_MAGIC (Results 1 – 1 of 1) sorted by relevance
418 #define PS_MAGIC "%!PS-Adobe-" macro999 if ((size_t)buf.length() < sizeof(PS_MAGIC) in process_file()1000 || memcmp(buf.contents(), PS_MAGIC, sizeof(PS_MAGIC) - 1) != 0) { in process_file()