Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/print/scripts/
H A Dlpadmin118 ppd_file=$(${ppdmgrcmd} 2>${ppderrfile})
186 ppd_file="${OPTARG}"
316 if [[ -n "${ppd_file}" && -x ${PPDMGR} ]] ; then
317 add_new_ppd_file "${ppd_file}"
327 CMD="$CMD \"${ppd_file}\""
/titanic_41/usr/src/cmd/lp/cmd/lpadmin/
H A Dchkopts.c85 static int isPPD(char *ppd_file);
1164 isPPD(char *ppd_file) in isPPD() argument
1169 if (ppd_file != NULL) { in isPPD()
1170 if (*ppd_file == '/') { in isPPD()
1171 ppd = strdup(ppd_file); in isPPD()
1173 ppd = makepath(Lp_Model, "ppd", ppd_file, (char *)0); in isPPD()