Searched refs:is_postscript_stream (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/print/bsd-sysv-commands/ |
H A D | common.h | 60 extern int is_postscript_stream(int fd, char *buf, int *len);
|
H A D | lpr.c | 223 if (is_postscript_stream(0, prefetch, &prefetch_len) == 1) in main()
|
H A D | common.c | 468 is_postscript_stream(int fd, char *buf, int *len) in is_postscript_stream() function 492 rc = is_postscript_stream(fd, buf, &len); in is_postscript()
|
H A D | lp.c | 251 if (is_postscript_stream(0, prefetch, &prefetch_len) in main()
|