Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lp/lib/printers/
H A Ddelprinter.c100 char ppdfile[BUFSIZ]; local
131 (void) snprintf(ppdfile, sizeof (ppdfile), "%s.ppd", name);
133 if (!(path = makepath(ETCDIR, "ppd", ppdfile, (char *)0)))
/illumos-gate/usr/src/cmd/print/scripts/
H A Dppdmgr380 ppdfile="${centry##*:}"
381 if [[ -n "${ppdfile}" && -e "${ppdfile}" &&
382 "${1}" -nt "${ppdfile}" ]] ; then