Searched refs:PRINTER_DIR (Results 1 – 1 of 1) sorted by relevance
40 #define PRINTER_DIR "/etc/lp/printers/" macro353 if ((printerDir = opendir(PRINTER_DIR)) != NULL) { in open_printcap()378 fullPath = (char *)malloc(strlen(PRINTER_DIR) + strlen(printerName) + in getPrinterInfo()380 strcpy(fullPath, PRINTER_DIR); in getPrinterInfo()