Searched refs:PRINTER_DIR (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A D_open.c40 #define PRINTER_DIR "/etc/lp/printers/" macro
353 if ((printerDir = opendir(PRINTER_DIR)) != NULL) {
378 fullPath = (char *)malloc(strlen(PRINTER_DIR) + strlen(printerName) +
380 strcpy(fullPath, PRINTER_DIR);

Completed in 57 milliseconds