Searched refs:VERSION (Results 276 - 300 of 326) sorted by relevance

<<11121314

/freebsd-13-stable/contrib/ee/
H A Dee.c505 char *VERSION; variable
1774 else if (compare(cmd_str, VERSION, FALSE))
5211 VERSION = catgetlocal( 125, "VERSION");
5288 commands[8] = VERSION;
/freebsd-13-stable/contrib/expat/tests/
H A DMakefile.in568 VERSION = @VERSION@
/freebsd-13-stable/contrib/openpam/lib/libpam/
H A DMakefile.in343 VERSION = @VERSION@
/freebsd-13-stable/contrib/ntp/libparse/
H A DMakefile.in457 VERSION = @VERSION@
/freebsd-13-stable/contrib/ntp/ntpdc/
H A DMakefile.in474 VERSION = @VERSION@
/freebsd-13-stable/contrib/ntp/ntpq/
H A DMakefile.in482 VERSION = @VERSION@
/freebsd-13-stable/contrib/ntp/ntpsnmpd/
H A DMakefile.in468 VERSION = @VERSION@
/freebsd-13-stable/contrib/ntp/scripts/
H A DMakefile.in466 VERSION = @VERSION@
/freebsd-13-stable/contrib/ntp/sntp/unity/
H A DMakefile.in382 VERSION = @VERSION@
/freebsd-13-stable/contrib/ntp/util/
H A DMakefile.in546 VERSION = @VERSION@
/freebsd-13-stable/crypto/heimdal/lib/ntlm/
H A DMakefile.in315 VERSION = @VERSION@
/freebsd-13-stable/crypto/heimdal/lib/sl/
H A DMakefile.in332 VERSION = @VERSION@
/freebsd-13-stable/crypto/heimdal/lib/wind/
H A DMakefile.in359 VERSION = @VERSION@
/freebsd-13-stable/usr.bin/sort/
H A Dsort.c1171 printf("%s\n", VERSION);
/freebsd-13-stable/
H A DMakefile.inc1542 # Set VERSION for CTFMERGE to use via the default CTFFLAGS=-L VERSION.
554 .if !defined(VERSION)
555 VERSION= FreeBSD ${_REVISION}-${_BRANCH:C/-p[0-9]+$//} ${TARGET_ARCH} ${SRCRELDATE}
556 .export VERSION
2016 sed -e "s/%VERSION%/${PKG_VERSION}/" \
2052 sed -e "s/%VERSION%/${PKG_VERSION}/" \
/freebsd-13-stable/crypto/openssl/
H A DConfigure271 qr/OPENSSL.VERSION.TEXT.*OpenSSL (\S+) / => sub { $config{version} = $1; },
272 qr/OPENSSL.VERSION.NUMBER.*(0x\S+)/ => sub { $config{version_num}=$1 },
/freebsd-13-stable/crypto/heimdal/kdc/
H A DMakefile.in376 VERSION = @VERSION@
/freebsd-13-stable/crypto/heimdal/lib/asn1/
H A DMakefile.in390 VERSION = @VERSION@
/freebsd-13-stable/contrib/lib9p/
H A Dutils.c96 X(VERSION, "version"),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp750 OS.emitInt8(BTF::VERSION);
/freebsd-13-stable/contrib/openbsm/bin/auditdistd/
H A DMakefile.in306 VERSION = @VERSION@
/freebsd-13-stable/contrib/ntp/sntp/tests/
H A DMakefile.in672 VERSION = @VERSION@
/freebsd-13-stable/contrib/ncurses/
H A Dconfigure1193 if test -f $srcdir/VERSION ; then
1198 cf_field1=`sed -e '2,$d' $srcdir/VERSION|cut -f1`
1199 cf_field2=`sed -e '2,$d' $srcdir/VERSION|cut -f2`
1200 cf_field3=`sed -e '2,$d' $srcdir/VERSION|cut -f3`
1202 # this is how CF_BUNDLED_INTL uses $VERSION:
1203 VERSION="$cf_field1"
1238 { { echo "$as_me:1238: error: did not find $srcdir/VERSION" >&5
1239 echo "$as_me: error: did not find $srcdir/VERSION" >&2;}
1244 test -n "$verbose" && echo " ABI VERSION $VERSION"
[all...]
/freebsd-13-stable/contrib/dialog/
H A Dconfigure5917 if test -f $srcdir/VERSION ; then
5922 cf_field1=`sed -e '2,$d' $srcdir/VERSION|cut -f1`
5923 cf_field2=`sed -e '2,$d' $srcdir/VERSION|cut -f2`
5924 cf_field3=`sed -e '2,$d' $srcdir/VERSION|cut -f3`
5926 # this is how CF_BUNDLED_INTL uses $VERSION:
5927 VERSION="$cf_field1"
5962 { { echo "$as_me:5962: error: did not find $srcdir/VERSION" >&5
5963 echo "$as_me: error: did not find $srcdir/VERSION" >&2;}
5968 test -n "$verbose" && echo " ABI VERSION $VERSION"
[all...]
/freebsd-13-stable/contrib/libevent/
H A DMakefile.in776 distdir = $(PACKAGE)-$(VERSION)
865 VERSION = @VERSION@

Completed in 209 milliseconds

<<11121314