Lines Matching defs:VERSION
48 #define VERSION 2
75 ** first two bytes of the file are a version number, which
85 int version;
94 version = VERSION;
95 write(fd, &version, sizeof version);
113 ** have the correct version number, and must have all the appro-
123 int version;
126 read(fd, &version, sizeof version) != sizeof version ||
127 version != VERSION ||