Home
last modified time | relevance | path

Searched refs:ppmToXpmCmd (Results 1 – 1 of 1) sorted by last modified time

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dimport.c846 static char ppmToXpmCmd[MAXSTRING+1]; variable
1017 strcpy(ppmToXpmCmd, c_ptr); in InitGifToXpm()
1018 for (c_ptr=strstr(ppmToXpmCmd,"%s"); c_ptr!=NULL; in InitGifToXpm()
1024 TOOL_NAME, "PpmToXpm", ppmToXpmCmd, defPpmToXpm); in InitGifToXpm()
1026 strcpy(ppmToXpmCmd, defPpmToXpm); in InitGifToXpm()
1029 strcpy(ppmToXpmCmd, defPpmToXpm); in InitGifToXpm()
2141 (strlen(ppmToXpmCmd)+strlen(pszPpmPath)+10)*sizeof(char));
2146 sprintf(pszCmd, ppmToXpmCmd, pszPpmPath);