Lines Matching defs:version
14 published by the Free Software Foundation; either version 2 of the
15 License, or (at your option) any later version.
188 char *version;
327 printf (" -V|--version Print version information\n");
358 {"version", 0, NULL, 'V'},
1018 (line, ":version", param_string,
1021 if (current_backend->version)
1024 ("overwriting version of backend `%s' to `%s'"
1026 string_entry, current_backend->version,
1027 current_backend->version);
1030 DBG_INFO ("setting version of backend `%s' to `%s'\n",
1032 current_backend->version = string_entry;
1842 if (be->version)
1843 printf (" version `%s'\n", be->version);
1845 printf (" version *none*\n");
2075 if (be->version)
2076 printf ("<version>%s</version>\n", clean_string (be->version));
2078 printf ("<version>*none*</version>\n");
2493 if (be->version || be->new)
2496 if (be->version)
2498 printf ("%s", be->version);
2743 if (model_record->be->version || model_record->be->new)
2746 if (model_record->be->version)
2748 printf ("%s", model_record->be->version);
2940 "distributed with the latest version of sane-backends, and the hardware "
2989 "by the latest version of sane-backends. </p>";
3833 printf ("<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n");
3835 printf ("<plist version=\"1.0\">\n");
3837 printf ("\t<key>device info version</key>\n");
3871 printf ("<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n");
3872 printf ("<deviceinfo version=\"0.2\">\n");