Home
last modified time | relevance | path

Searched refs:PS_MAGIC (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/devices/grops/
H A Dpsrm.cpp418 #define PS_MAGIC "%!PS-Adobe-" macro
999 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()