Home
last modified time | relevance | path

Searched refs:pngfile2 (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/p5-Image-PNG-QRCode/Image-PNG-QRCode-0.09/t/
H A Dimage-png-qrcode.t14 my $pngfile2 = "$Bin/test2.png";
19 open my $o, ">:raw", $pngfile2 or die $!;
22 is (compare ($pngfile, $pngfile2), 0);
78 for my $file ($pngfile, $pngfile2, $pngfile3, $pngfile4, $pngfile5, $pngfile6) {
/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()
1282 if (ready==0 && pngfile2[0]==0) in CalculatePNG()
1450 pngfile2[0]=0; in ParseAndCalculate()
1459 strncpy(pngfile2, inifile, 256); in ParseAndCalculate()
1461 if ((s2=strrchr(pngfile2, slash)) == NULL) s2 = pngfile2; in ParseAndCalculate()
1471 if ((s=strstr(s2, "."))==NULL) strcat(pngfile2, ".zpn"); in ParseAndCalculate()
1475 if (GetNextName(pngfile2, NULL)!=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()
1282 if (ready==0 && pngfile2[0]==0) in CalculatePNG()
1450 pngfile2[0]=0; in ParseAndCalculate()
1459 strncpy(pngfile2, inifile, 256); in ParseAndCalculate()
1461 if ((s2=strrchr(pngfile2, slash)) == NULL) s2 = pngfile2; in ParseAndCalculate()
1471 if ((s=strstr(s2, "."))==NULL) strcat(pngfile2, ".zpn"); in ParseAndCalculate()
1475 if (GetNextName(pngfile2, NULL)!=0) in ParseAndCalculate()
1484 strncpy(pngfile2, pngfile1, 256); in ParseAndCalculate()
[all …]