Searched defs:ppd_file (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Dchkopts.c85 static int isPPD(char *ppd_file);
1164 isPPD(char *ppd_file) argument
1169 if (ppd_file != NULL) {
1170 if (*ppd_file == '/') {
1171 ppd = strdup(ppd_file);
1173 ppd = makepath(Lp_Model, "ppd", ppd_file, (char *)0);

Completed in 58 milliseconds