Searched refs:VERSION (Results 26 - 50 of 337) sorted by relevance

1234567891011>>

/freebsd-current/contrib/openbsm/
H A DMakefile.am23 VERSION
/freebsd-current/sys/modules/rtw89fw/
H A DMakefile.inc12 FIRMWS= ${IMG}:${IMG}:${VERSION}
/freebsd-current/sys/modules/rtw88fw/
H A DMakefile.inc12 FIRMWS= ${IMG}:${IMG}:${VERSION}
/freebsd-current/usr.bin/xohtml/
H A Dxohtml.sh14 VERSION=1.6.0
17 WEB=http://juniper.github.io/libxo/${VERSION}/xohtml
/freebsd-current/contrib/atf/
H A Dconfig.h92 #define VERSION "0.21" macro
/freebsd-current/contrib/elftoolchain/libelf/
H A Delf_version.c44 LIBELF_SET_ERROR(VERSION, 0);
/freebsd-current/contrib/libxo/xohtml/
H A Dxohtml.sh.in13 VERSION=@LIBXO_VERSION@
16 WEB=http://juniper.github.io/libxo/${VERSION}/xohtml
/freebsd-current/contrib/ofed/libibmad/
H A Dconfig.h80 #define VERSION "1.3.13" macro
/freebsd-current/sys/tools/
H A Dacpi_quirks2h.awk38 VERSION = $0;
39 gsub("\^# ", "", VERSION)
40 gsub("\\$", "", VERSION)
47 printf(" * %s\n", VERSION) > OUTPUT;
/freebsd-current/contrib/bsddialog/lib/
H A DMakefile20 -Wl,--warn-shared-textrel -Wl,-soname,${LIBRARY_SO}.${VERSION} \
30 ${LIBRARY_SO}.${VERSION}: ${OBJECTS}
31 ${CC} ${LDFLAGS} ${.ALLSRC} -o ${LIBRARY_SO}.${VERSION}
33 ${LIBRARY_SO}: ${LIBRARY_SO}.${VERSION}
34 ${LN} ${LIBRARY_SO}.${VERSION} ${LIBRARY_SO}
/freebsd-current/contrib/file/doc/
H A DMakefile.am17 -e s@__VERSION__@${VERSION}@g \
24 -e s@__VERSION__@${VERSION}@g \
31 -e s@__VERSION__@${VERSION}@g \
/freebsd-current/contrib/ofed/opensm/
H A Dconfig.h136 #define VERSION "3.3.20" macro
/freebsd-current/contrib/ofed/infiniband-diags/
H A Dconfig.h122 #define VERSION "1.6.7" macro
/freebsd-current/contrib/ofed/libibnetdisc/
H A Dconfig.h122 #define VERSION "1.6.7" macro
/freebsd-current/usr.bin/kyua/
H A Dconfig.h122 #define VERSION "0.13" macro
/freebsd-current/usr.bin/fortune/strfile/
H A Dstrfile.h39 #define VERSION 1 macro
/freebsd-current/share/doc/usd/19.memacros/
H A DMakefile8 version=`cat ${GROFFDIR}/VERSION`
12 sed -e "s;@VERSION@;$(version)$(revision);" ${.ALLSRC} > ${.TARGET}
/freebsd-current/share/doc/usd/20.meref/
H A DMakefile8 version=`cat ${GROFFDIR}/VERSION`
12 sed -e "s;@VERSION@;$(version)$(revision);" ${.ALLSRC} > ${.TARGET}
/freebsd-current/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DDwarf.cpp25 #define HANDLE_DW_TAG(ID, NAME, VERSION, VENDOR, KIND) \
34 #define HANDLE_DW_TAG(ID, NAME, VERSION, VENDOR, KIND) \
44 #define HANDLE_DW_TAG(ID, NAME, VERSION, VENDOR, KIND) \
46 return VERSION;
55 #define HANDLE_DW_TAG(ID, NAME, VERSION, VENDOR, KIND) \
76 #define HANDLE_DW_AT(ID, NAME, VERSION, VENDOR) \
87 #define HANDLE_DW_AT(ID, NAME, VERSION, VENDOR) \
89 return VERSION;
98 #define HANDLE_DW_AT(ID, NAME, VERSION, VENDOR) \
109 #define HANDLE_DW_FORM(ID, NAME, VERSION, VENDO
[all...]
/freebsd-current/contrib/bmake/
H A Dimport.sh69 VERSION=`grep '^_MAKE_VERSION' VERSION | sed 's,.*=[[:space:]]*,,'`
88 echo Import bmake-$VERSION
115 { echo "$GIT tag -a -m \"Tag bmake/$VERSION\" vendor/NetBSD/bmake/$VERSION"
/freebsd-current/sys/dev/videomode/
H A Ddevlist2h.awk38 VERSION = $0
39 gsub("\\$", "", VERSION)
40 gsub(/ $/, "", VERSION)
47 printf(" *\t%s\n", VERSION) > dfile
55 printf(" *\t%s\n", VERSION) > hfile
/freebsd-current/usr.bin/bintrans/
H A Dbintrans.c131 enum { HELP, VERSION }; enumerator in enum:__anon13
138 {"version", no_argument, NULL, VERSION},
153 case VERSION:
/freebsd-current/crypto/openssl/external/perl/Text-Template-1.56/t/
H A Dsafe2.t48 local $TODO = "test fails when tested with TAP/Devel::Cover" if defined $Devel::Cover::VERSION;
71 local $TODO = "test fails when tested with TAP/Devel::Cover" if defined $Devel::Cover::VERSION;
80 local $TODO = "test fails when tested with TAP/Devel::Cover" if defined $Devel::Cover::VERSION;
/freebsd-current/contrib/libpcap/
H A Dpcap-config.in17 VERSION="@PACKAGE_VERSION@"
54 echo "$VERSION"
/freebsd-current/usr.bin/lex/
H A Dconfig.h244 #define VERSION "2.6.4" macro

Completed in 222 milliseconds

1234567891011>>