Searched refs:ppd_file (Results 1 – 2 of 2) sorted by relevance
118 ppd_file=$(${ppdmgrcmd} 2>${ppderrfile})186 ppd_file="${OPTARG}"316 if [[ -n "${ppd_file}" && -x ${PPDMGR} ]] ; then317 add_new_ppd_file "${ppd_file}"327 CMD="$CMD \"${ppd_file}\""
85 static int isPPD(char *ppd_file);1164 isPPD(char *ppd_file) in isPPD() argument1169 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()