Lines Matching defs:version

10    the Free Software Foundation; either version 3 of the License, or
11 (at your option) any later version.
229 rc_uint_type version, got;
240 version = windres_get_16 (wrbfd, data, 2);
242 if (version == 0)
249 else if (version == 1)
263 fatal (_("unsupported menu version %d"), (int) version);
446 int version;
448 version = windres_get_16 (wrbfd, data, 2);
449 if (version != 1)
450 fatal (_("unexpected DIALOGEX version %d"), version);
897 /* Extract data from a version header. If KEY is not NULL, then the
934 fatal (_("unexpected version string"));
950 /* Convert a version resource from binary. */
966 fatal (_("version length %lu greater than resource length %lu"),
970 fatal (_("unexpected version type %d"), (int) type);
982 fatal (_("unexpected fixed version information length %ld"), (long) vallen);
985 toosmall (_("fixed version info"));
989 fatal (_("unexpected fixed version signature %lu"), signature);
993 fatal (_("unexpected fixed version info version %lu"), fiv);
1022 toosmall (_("version var info"));
1056 toosmall (_("version stringtable"));
1064 fatal (_("unexpected version stringtable value length %ld"), (long) vallen);
1081 toosmall (_("version string"));
1096 fatal (_("unexpected version string length %ld != %ld + %ld"),
1103 fatal (_("unexpected version string length %ld < %ld"),
1148 toosmall (_("version varfileinfo"));
1163 fatal (_("unexpected version value length %ld"), (long) vallen);
1173 fatal (_("nul bytes found in version string"));
1176 fatal (_("unexpected version string character: %x"), ch);