/src/usr.sbin/bootp/common/ |
patchlevel.h | 4 #define VERSION "2.4"
|
/src/sys/lib/libkern/arch/hppa/ |
prefix.h | 83 ; VERSION is used wherever ".version" can appear in a routine 84 ;#define VERSION .version 85 #define VERSION ;
|
/src/games/fortune/strfile/ |
strfile.h | 43 #define VERSION 1 44 uint32_t str_version; /* version number */
|
/src/games/trek/ |
dumpgame.c | 48 #define VERSION 2 75 ** first two bytes of the file are a version number, which 85 int version; local in function:dumpgame 94 version = VERSION; 95 write(fd, &version, sizeof version); 113 ** have the correct version number, and must have all the appro- 123 int version; local in function:restartgame 126 read(fd, &version, sizeof version) != sizeof version | [all...] |
/src/usr.sbin/ndbootd/ |
config.h | 72 /* Version number of package */ 73 #define VERSION "0.5"
|
/src/sys/arch/x68k/stand/mboot/ |
Makefile | 7 VERSION= 0.1 25 CPPFLAGS+= -DBOOT=\"${BOOT}\" -DBOOT_VERS=\"${VERSION}\"
|
/src/sys/external/bsd/gnu-efi/dist/ |
Makefile | 37 VERSION = 3.0.14 102 @echo "you need to use a version of gcc >= 3.0, you are using `$(CC) --version`" 109 @rm -rf /tmp/gnu-efi-$(VERSION) /tmp/gnu-efi-$(VERSION)-tmp 110 @mkdir -p /tmp/gnu-efi-$(VERSION)-tmp 111 @git archive --format=tar $(shell git branch | awk '/^*/ { print $$2 }') | ( cd /tmp/gnu-efi-$(VERSION)-tmp/ ; tar x ) 112 @git diff | ( cd /tmp/gnu-efi-$(VERSION)-tmp/ ; patch -s -p1 -b -z .gitdiff ) 113 @mv /tmp/gnu-efi-$(VERSION)-tmp/ /tmp/gnu-efi-$(VERSION)/ [all...] |
/src/sbin/efi/ |
defs.h | 34 #define VERSION 18
|
/src/common/dist/zlib/ |
CMakeLists.txt | 1 cmake_minimum_required(VERSION 2.4.4...3.15.0) 6 set(VERSION "1.3.1") 131 # parse the full version number from zlib.h and include in ZLIB_FULL_VERSION 160 # This property causes shared libraries on Linux to have the full version 165 # This has no effect with MSVC, on that platform the version info for 167 set_target_properties(zlib PROPERTIES VERSION ${ZLIB_FULL_VERSION}) 174 set_target_properties(zlib PROPERTIES LINK_FLAGS "-Wl,--version-script,\"${CMAKE_CURRENT_SOURCE_DIR}/zlib.map\"") 177 # Creates zlib1.dll when building shared library version
|
/src/lib/libc/time/ |
Makefile | 27 # Version number for the distribution, overridden in the 'tarballs' rule below. 28 VERSION= unknown 166 # and was modified in tzdb 2021b to generate version 4 TZif files. 421 # NIST-PCTS:151-2, Version 1.4, (1993-12-03) is a test suite put 548 if tar $(GNUTARFLAGS) --version >/dev/null 2>&1; then \ 594 NEWS README SECURITY theory.html version 607 TZDATA_ZI_DEPS= ziguard.awk zishrink.awk version $(TDATA) \ 626 # Consult these files when deciding whether to rebuild the 'version' file. 674 # Calculate version number from git, if available. 675 # Otherwise, use $(VERSION) unless it is "unknown" and there is alread 678 version: $(VERSION_DEPS) target [all...] |
/src/lib/libpam/libpam/ |
config.h | 100 /* Define to the full name and version of this package. */ 109 /* Define to the version of this package. */ 137 /* Version number of package */ 138 #define VERSION "20130907" 160 previous line. Perhaps some future version of Sun C++ will work with
|
/src/lib/libipsec/ |
config.h | 46 /* Enable NAT-Traversal RFC version */ 203 /* Define to the full name and version of this package. */ 209 /* Define to the version of this package. */ 227 /* Version number of package */ 228 #define VERSION "0.6.1rc1"
|
/src/sys/external/isc/libsodium/dist/ |
configure.ac | 8 AC_CONFIG_SRCDIR([src/libsodium/sodium/version.c]) 15 AC_SUBST(VERSION) 240 LIBTOOL_EXTRA_FLAGS="$LIBTOOL_EXTRA_FLAGS -version-info $SODIUM_LIBRARY_VERSION" 245 LIBTOOL_EXTRA_FLAGS="$LIBTOOL_OLD_FLAGS -avoid-version" 820 src/libsodium/include/sodium/version.h
|
/src/usr.bin/grep/ |
grep.h | 54 #define VERSION "2.5.1-FreeBSD"
|
/src/usr.bin/rdist/ |
defs.h | 52 * The version number should be changed whenever the protocol changes. 54 #define VERSION 3
|
/src/sys/arch/x68k/stand/loadbsd/ |
loadbsd.c | 12 * -V print version and exit 29 #define VERSION "$Revision: 1.16 $ $Date: 2024/01/07 07:58:34 $" 426 \t-V print version and exit\n\ 477 xprintf("loadbsd %s\n", VERSION);
|
/src/games/larn/ |
data.c | 132 char VERSION = VER; /* this is the present version # of the
|
/src/usr.bin/m4/ |
mdef.h | 237 #define VERSION 20150116
|
/src/usr.bin/units/ |
units.c | 31 #define VERSION "1.0" 855 fprintf(stderr, " -v print version number\n"); 887 fprintf(stderr, "\n units version %s Copyright (c) 1993 by Adrian Mariano\n", 888 VERSION);
|
/src/lib/libc/db/hash/ |
hash.h | 69 int32_t version; /* Version ID */ member in struct:hashhdr 128 * then we'd need to bump the version. 297 #define VERSION hdr.version
|
/src/share/mk/ |
bsd.x11.mk | 17 X11FLAGS.VERSION= -DOSMAJORVERSION=5 -DOSMINORVERSION=99 # XXX 150 version = substr($$1, RSTART, RLENGTH); \ 151 } END { print version }' 234 # the lower case version. 267 # will rebuild the .pc file if the version in configure changes. 307 s,@VERSION@,$${_pkg_version},; \ 421 XORGVERSION= '"X Version 11"' 439 XORG_MAN_PAGE "X Version 11" \
|
/src/sys/external/isc/libsodium/dist/builds/ |
Makefile.in | 126 *) (install-info --version) >/dev/null 2>&1;; \ 234 VERSION = @VERSION@ 319 msvc/version.h \
|
/src/sys/external/isc/libsodium/dist/contrib/ |
Makefile.in | 126 *) (install-info --version) >/dev/null 2>&1;; \ 234 VERSION = @VERSION@
|
/src/sys/external/isc/libsodium/dist/dist-build/ |
Makefile.in | 126 *) (install-info --version) >/dev/null 2>&1;; \ 234 VERSION = @VERSION@
|
/src/sys/external/isc/libsodium/dist/msvc-scripts/ |
Makefile.in | 126 *) (install-info --version) >/dev/null 2>&1;; \ 234 VERSION = @VERSION@
|