Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/print/scripts/
H A Dlpadmin117 ppd_file=$(${ppdmgrcmd} 2>${ppderrfile})
185 ppd_file="${OPTARG}"
315 if [[ -n "${ppd_file}" && -x ${PPDMGR} ]] ; then
316 add_new_ppd_file "${ppd_file}"
326 CMD="$CMD \"${ppd_file}\""
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Dchkopts.c83 static int isPPD(char *ppd_file);
1162 isPPD(char *ppd_file) in isPPD() argument
1167 if (ppd_file != NULL) { in isPPD()
1168 if (*ppd_file == '/') { in isPPD()
1169 ppd = strdup(ppd_file); in isPPD()
1171 ppd = makepath(Lp_Model, "ppd", ppd_file, (char *)0); in isPPD()