Symbol: VERSION
games/fortune/strfile/strfile.c
185
Tbl.str_version = VERSION;
games/fortune/strfile/strfile.h
43
#define VERSION 1
games/larn/data.c
132
char VERSION = VER; /* this is the present version # of the
games/larn/diag.c
220
lprc(VERSION);
games/larn/diag.c
284
if (VERSION != lgetc()) { /* version number */
games/larn/header.h
333
extern char VERSION, SUBVERSION;
games/larn/main.c
932
(long) VERSION, (long) SUBVERSION,
games/trek/dumpgame.c
127
version != VERSION ||
games/trek/dumpgame.c
94
version = VERSION;
lib/libc/db/hash/hash.c
158
if (hashp->VERSION != HASHVERSION &&
lib/libc/db/hash/hash.c
159
hashp->VERSION != OLDHASHVERSION)
lib/libc/db/hash/hash.c
487
hashp->VERSION = HASHVERSION;
sbin/cgdconfig/cgdparse.y
105
| VERSION INTEGER EOL { $$ = keygen_version($2); }
sbin/cgdconfig/cgdparse.y
70
%token <token> KEYGEN SALT ITERATIONS MEMORY PARALLELISM VERSION KEY CMD SHARED
sbin/efi/main.c
184
printf("%s version %u\n", progname, VERSION);
sbin/efi/main.c
453
printf("version: %u\n", VERSION);
sys/arch/x68k/stand/loadbsd/loadbsd.c
477
xprintf("loadbsd %s\n", VERSION);
sys/lib/libkern/arch/hppa/prefix.h
83
; VERSION is used wherever ".version" can appear in a routine
sys/lib/libkern/arch/hppa/prefix.h
84
;#define VERSION .version
usr.bin/config/gram.y
189
%token VECTOR VERSION
usr.bin/config/gram.y
465
VERSION int32 { setversion($2); }
usr.bin/grep/grep.c
559
printf(getstr(9), __progname, VERSION);
usr.bin/m4/main.c
299
VERSION);
usr.bin/m4/main.c
793
fprintf(stdout, "%s version %d\n\n", getprogname(), VERSION);
usr.bin/rdist/docmd.c
283
if (*cp == '\0' && n == VERSION)
usr.bin/rdist/docmd.c
285
error("connection failed: version numbers don't match (local %d, remote %d)\n", VERSION, n);
usr.bin/rdist/server.c
108
(void) snprintf(buf, sizeof(buf), "V%d\n", VERSION);
usr.bin/units/units.c
888
VERSION);
usr.sbin/bootp/bootpd/bootpd.c
199
report(LOG_INFO, "version %s.%d", VERSION, PATCHLEVEL);
usr.sbin/bootp/bootpgw/bootpgw.c
162
report(LOG_INFO, "version %s.%d", VERSION, PATCHLEVEL);
usr.sbin/bootp/bootptest/bootptest.c
158
printf("%s: version %s.%d\n", progname, VERSION, PATCHLEVEL);
usr.sbin/bootp/common/dumptab.c
103
fprintf(fp, "\n# %s %s.%d\n", progname, VERSION, PATCHLEVEL);