Searched refs:PPDZIP (Results 1 – 2 of 2) sorted by relevance
49 #define PPDZIP ".gz" macro590 if (strstr(ppd, PPDZIP) != NULL) in addPrintersPPD()598 strlen(ppd)+strlen(PPDZIP)+2); in addPrintersPPD()601 ppd = strcat(ppd, PPDZIP); in addPrintersPPD()641 if (strstr(ppd, PPDZIP) == NULL) in addPrintersPPD()
49 #define PPDZIP ".gz" macro1186 ppd = Realloc(ppd, strlen(ppd)+ strlen(PPDZIP)+2); in isPPD()1188 ppd = strcat(ppd, PPDZIP); in isPPD()