Searched refs:VERSION (Results 101 - 125 of 373) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/sqlite3/tea/win/
H A Dmakefile.vc171 VERSION = $(DOTVERSION:.=)
181 PRJIMPLIB = $(OUT_DIR)\$(PROJECT)$(VERSION)$(SUFX).lib
185 PRJSTUBLIBNAME = $(STUBPREFIX)$(VERSION).lib
/freebsd-11-stable/contrib/ntp/scripts/lib/NTP/
H A DUtil.pm17 if (version->parse($Socket::VERSION) >= version->parse(1.94)) {
/freebsd-11-stable/crypto/heimdal/appl/test/
H A Dtcp_server.c78 VERSION,
H A Duu_client.c133 VERSION, client, 0, NULL, &ticket);
H A Duu_server.c114 VERSION,
/freebsd-11-stable/contrib/libpcap/msdos/
H A Dmakefile.dj89 version.h: ./VERSION
90 @echo '/* Generated from VERSION. Do not edit */' > $@
91 sed -e 's/.*/static char pcap_version_string[] = "libpcap (&)";/' ./VERSION >> $@
/freebsd-11-stable/usr.bin/grep/
H A Dgrep.h56 #define VERSION "2.6.0-FreeBSD" macro
/freebsd-11-stable/contrib/ncurses/include/
H A DMakefile.in64 VERSION = @cf_cv_rel_version@
/freebsd-11-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm_scan.l140 VERSION { return T_VERSION; }
/freebsd-11-stable/contrib/bmake/
H A DMakefile58 .-include "VERSION"
197 main.o: ${SRCS} ${.CURDIR}/VERSION
200 CONFIGURE_DEPS += ${.CURDIR}/VERSION
/freebsd-11-stable/gnu/usr.bin/groff/
H A DMakefile.inc91 version=`cat $(GROFF_DIST)/VERSION`
121 -e "s;@VERSION@;$(version)$(revision);g" \
136 -e "s|@VERSION@|$(version)$(revision)|" \
/freebsd-11-stable/usr.sbin/tcpdump/tcpdump/
H A DMakefile207 version.c: ${TCPDUMP_DISTDIR}/VERSION
209 sed 's/.*/char version[] = "&";/' ${TCPDUMP_DISTDIR}/VERSION \
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Drcsedit.c1002 case '\\': if (VERSION(5)<=RCSversion) {aputs("\\\\", out); break;}
1041 marker==Log && RCSv<VERSION(5) ? '\t' : ' '
1055 if (marker == Id || RCSv < VERSION(4) ||
1067 RCSv==VERSION(3) && delta->lockedby ? "Locked"
1071 if (VERSION(5) <= RCSv) {
1074 } else if (RCSv == VERSION(4))
1082 || RCSv <= VERSION(4)
1120 if (RCSversion < VERSION(5)) {
1198 if (VERSION(5) <= RCSv) {
1212 if (VERSION(
[all...]
H A Drcsfcmp.c292 ccnt = RCSversion<VERSION(5) ? Comment.size : leaderlen;
/freebsd-11-stable/crypto/openssh/
H A Dbuildpkg.sh.in154 VERSION=`./ssh -V 2>&1 | sed -e 's/,.*//'`
252 VERSION=$VERSION$REV
659 echo | pkgtrans -os ${FAKE_ROOT} ${START}/$PKGNAME-$VERSION$REV-$UNAME_S-$ARCH.pkg
670 echo | pkgtrans -os ${FAKE_ROOT} ${START}/$PKGNAME-$VERSION$REV-$UNAME_S-$ARCH.pkg
/freebsd-11-stable/contrib/mdocml/
H A DMakefile18 VERSION = 1.14.3 macro
554 mkdir -p .dist/mandoc-$(VERSION)/
555 $(INSTALL) -m 0644 $(DISTFILES) .dist/mandoc-$(VERSION)
556 cp -pR regress .dist/mandoc-$(VERSION)
557 find .dist/mandoc-$(VERSION)/regress \
559 chmod 755 .dist/mandoc-$(VERSION)/configure
560 ( cd .dist/ && tar zcf ../$@ mandoc-$(VERSION) )
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dlog.c57 VERSION, enumerator in enum:log_state_e
112 { ITEM, D_, SVN_DAV__VERSION_NAME, VERSION,
334 else if (leaving_state == VERSION)
/freebsd-11-stable/contrib/dma/
H A Ddma.h49 #define VERSION "DragonFly Mail Agent " DMA_VERSION macro
/freebsd-11-stable/lib/libc/db/hash/
H A Dhash.h287 #define VERSION hdr.version macro
/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dautoopts.h229 _TT_(VERSION)
/freebsd-11-stable/usr.sbin/ctm/ctm/
H A Dctm.h28 #define VERSION "2.0" macro
/freebsd-11-stable/secure/caroot/
H A DMAca-bundle.pl41 my $VERSION = '$FreeBSD: stable/11/secure/caroot/MAca-bundle.pl 370508 2021-09-04 07:44:36Z kevans $';
82 ## with $VERSION
99 ## with $VERSION
/freebsd-11-stable/contrib/ldns/drill/
H A DMakefile.in4 VERSION = @PACKAGE_VERSION@
/freebsd-11-stable/contrib/dtc/
H A DMakefile11 VERSION = 1 macro
66 DTC_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlundump.c236 #define VERSION MYINT(LUA_VERSION_MAJOR)*16+MYINT(LUA_VERSION_MINOR) macro
249 *h++=cast_byte(VERSION);

Completed in 139 milliseconds

1234567891011>>