Home
last modified time | relevance | path

Searched refs:pngfile1 (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/quat/quat-1.20/kernel/
H A Dquat.c1240 char ErrorMSG[256], pngfile1[256], pngfile2[256], ready; in CalculatePNG() local
1243 strcpy(pngfile1, pngf1); strcpy(pngfile2, pngf2); in CalculatePNG()
1244 ConvertPath(pngfile1); ConvertPath(pngfile2); in CalculatePNG()
1249 if ((png1 = fopen(pngfile1, "rb")) == NULL) in CalculatePNG()
1251 sprintf(Error, "Cannot open file '%s'.'\n", pngfile1); in CalculatePNG()
1312 pngfile1, ErrorMSG); in CalculatePNG()
1320 sprintf(Error, "file '%s':\nError in view_struct!\n", pngfile1); in CalculatePNG()
1439 char inifile[256], pngfile1[256], pngfile2[256], inipath[256]; in ParseAndCalculate() local
1449 pngfile1[0]=0; in ParseAndCalculate()
1484 strncpy(pngfile2, pngfile1, 256); in ParseAndCalculate()
[all …]
/dports/graphics/quat-gui/quat-1.20/kernel/
H A Dquat.c1240 char ErrorMSG[256], pngfile1[256], pngfile2[256], ready; in CalculatePNG() local
1243 strcpy(pngfile1, pngf1); strcpy(pngfile2, pngf2); in CalculatePNG()
1244 ConvertPath(pngfile1); ConvertPath(pngfile2); in CalculatePNG()
1249 if ((png1 = fopen(pngfile1, "rb")) == NULL) in CalculatePNG()
1251 sprintf(Error, "Cannot open file '%s'.'\n", pngfile1); in CalculatePNG()
1312 pngfile1, ErrorMSG); in CalculatePNG()
1320 sprintf(Error, "file '%s':\nError in view_struct!\n", pngfile1); in CalculatePNG()
1439 char inifile[256], pngfile1[256], pngfile2[256], inipath[256]; in ParseAndCalculate() local
1449 pngfile1[0]=0; in ParseAndCalculate()
1484 strncpy(pngfile2, pngfile1, 256); in ParseAndCalculate()
[all …]