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

/illumos-gate/usr/src/cmd/lp/filter/postscript/postreverse/
H A Dpostreverse.h69 typedef struct _trailer TRAILER; typedef in typeref:struct:_trailer
79 TRAILER *trailer;
H A Dpostreverse.c342 TRAILER *t = d->trailer;
443 TRAILER *
446 TRAILER *trailer;
448 trailer = (TRAILER *) nmalloc(sizeof (*trailer));
649 TRAILER *t = d->trailer;
/illumos-gate/usr/src/cmd/lp/filter/postscript/common/
H A Dcomments.h102 #define TRAILER "%%Trailer\n" macro
/illumos-gate/usr/src/tools/scripts/
H A DInstall.sh68 TRAILER="Install.$LOGNAME"
71 INSTALL_DIR=${INSTALL_DIR-/tmp/$TRAILER}
72 if [ "`basename $INSTALL_DIR`" != "$TRAILER" ]; then
73 INSTALL_DIR="$INSTALL_DIR/$TRAILER"
847 d) INSTALL_DIR="$OPTARG/$TRAILER";;
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dsetlocale.c46 #define TRAILER ".ci" macro
680 (void) strcat(pathname, TRAILER);
/illumos-gate/usr/src/cmd/lp/filter/postscript/postprint/
H A Dpostprint.c559 * Finished with all the input files, so mark the end of the pages with a TRAILER
580 fprintf(stdout, "%s", TRAILER);
/illumos-gate/usr/src/lib/libzoneinfo/common/
H A Dlibzone.c78 #define TRAILER "/XXXXXX" macro
79 #define TR_LEN (sizeof (TRAILER) -1)
1047 (void) strcpy(tmp + len, TRAILER);
/illumos-gate/usr/src/cmd/troff/
H A Dtdef.h59 # define TRAILER 0 macro
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c999 * Finished with all the input files, so mark the end of the pages with a TRAILER
1007 fprintf(stdout, "%s", TRAILER);

Completed in 92 milliseconds