Home
last modified time | relevance | path

Searched refs:ScanOptWidth (Results 1 – 6 of 6) sorted by relevance

/dports/sysutils/wiimms/wiimms-iso-tools/src/
H A Dwdf.c1097 case GO_WIDTH: err += ScanOptWidth(optarg); break; in CheckOptions()
H A Dlib-std.h231 int ScanOptWidth ( ccp source ); // returns '1' on error, '0' else
H A Dwfuse.c198 case GO_WIDTH: err += ScanOptWidth(optarg); break; in CheckOptions()
H A Dwwt.c3900 case GO_WIDTH: err += ScanOptWidth(optarg); break; in CheckOptions()
H A Dwit.c3782 case GO_WIDTH: err += ScanOptWidth(optarg); break; in CheckOptions()
H A Dlib-std.c1007 int ScanOptWidth ( ccp source ) in ScanOptWidth() function