Searched refs:hostfontdir (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/lp/filter/postscript/download/
H A Ddownload.c41 * taken as is. Otherwise the final pathname is built using *hostfontdir (-H
55 * % Map requests for Bookman-Light to file *hostfontdir/KR
59 * % table) in *hostfontdir seems like the
63 * % Map Palatino-Roman to file *hostfontdir/palatino/Roman
72 * *hostfontdir/ prepended to the file string associated with a particular font.
99 char *hostfontdir = HOSTFONTDIR; /* host resident directory */ variable
100 char *mapname = "map"; /* map table - usually in *hostfontdir */
226 hostfontdir = optarg;
271 * with a / it's the map table. Otherwise hostfontdir, mapname, and suffix are
279 if ( hostfontdir
[all...]
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c285 char *hostfontdir = NULL; /* host resident font directory */ variable
823 hostfontdir = optarg;
2020 if ( fnum > 0 && seenfonts[fnum] == 0 && hostfontdir != NULL ) {
2021 sprintf(temp, "%s/%s", hostfontdir, fontname[font].name);

Completed in 64 milliseconds