Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/lp/filter/postscript/common/
H A Dpath.h31 #define POSTPRINT "/usr/lib/lp/postscript/postprint.ps" macro
/titanic_41/usr/src/cmd/lp/filter/postscript/postprint/
H A Dpostprint.c120 char *prologue = POSTPRINT; /* default PostScript prologue */
301 if ((tmp = calloc(1, strlen(POSTPRINT) + strlen(locale) + 2)) != NULL) { in options()
302 sprintf(tmp, "%s-%s", POSTPRINT, locale); in options()