Home
last modified time | relevance | path

Searched refs:ScanOptCompression (Results 1 – 5 of 5) sorted by relevance

/dports/sysutils/wiimms/wiimms-iso-tools/src/
H A Dwdf.c1109 err += ScanOptCompression(false,optarg); in CheckOptions()
1134 case GO_COMPRESSION: err += ScanOptCompression(false,optarg); break; in CheckOptions()
H A Dlib-std.h1659 int ScanOptCompression
H A Dwwt.c3987 case GO_COMPRESSION: err += ScanOptCompression(false,optarg); break; in CheckOptions()
4002 case GO_WIA: err += ScanOptCompression(true,optarg); break; in CheckOptions()
H A Dwit.c3869 case GO_COMPRESSION: err += ScanOptCompression(false,optarg); break; in CheckOptions()
3878 case GO_WIA: err += ScanOptCompression(true,optarg); break; in CheckOptions()
H A Dlib-std.c2880 int ScanOptCompression in ScanOptCompression() function