Lines Matching defs:version
31 * the Free Software Foundation; either version 2 of the License, or
32 * (at your option) any later version.
46 #define BASEBLKS2 34 /* number of special blocks when version >= 2.0 */
160 int optV; /* version */
250 * As the possible values for a key depend on the version, we
333 * (Only two blocks are stored apart if version >= 2.0)
338 * if version >= 2.0) which follows logically.
2989 printf("** Unsupported $LogFile version %d.%d\n",
3018 /* Set $LogFile version to 1.1 so that volume can be mounted */
3697 * Currently this is not checked for logfile version 2.x which
3747 * Determine the sequencing of blocks (when version >= 2.0)
4105 static void version(void)
4133 fprintf(stderr," -V : show version and exit\n");
4161 { "version", no_argument, NULL, 'V' },
4319 version();