Searched refs:version (Results 1 - 25 of 1669) sorted by relevance

1234567891011>>

/freebsd-10-stable/contrib/less/
H A Dversion.c469 v276 1/30/95 Fix OS/2 version.
475 v279 2/22/95 Add GNU options --help, --version.
519 v309 4/9/96 Fix OS-9 version; fix tags bug with "$".
538 v323 8/19/96 Fixes for Windows version (thanks to Simon Munton);
543 v326 8/27/96 Fix DJGPP version.
583 v347 12/13/99 Fixes for DJGPP version (thanks to Eli Zaretskii).
585 Fix color problem in DJGPP version (thanks to Eli Zaretskii).
624 v371 12/26/01 Fix new_file bug; use popen in Windows version;
630 add SGR support to DJGPP version (thanks to Eli Zaretskii).
635 v377 9/10/02 Fix bug in Windows version whe
858 char version[] = "530"; variable
[all...]
/freebsd-10-stable/contrib/ipfilter/lib/
H A Dftov.c4 ftov(version)
5 int version;
8 if (version == AF_INET6)
11 if (version == AF_INET)
13 if (version == AF_UNSPEC)
H A Dvtof.c4 vtof(version)
5 int version;
8 if (version == 6)
11 if (version == 4)
13 if (version == 0)
/freebsd-10-stable/contrib/gdb/gdb/
H A Dversion.h8 the Free Software Foundation; either version 2 of the License, or
9 (at your option) any later version.
25 extern const char version[];
/freebsd-10-stable/contrib/top/
H A Dversion.c18 static char version[16]; variable
23 sprintf(version, "%d.%d", VERSION, PATCHLEVEL);
25 strcat(version, BETA);
27 return(version);
/freebsd-10-stable/share/examples/sunrpc/msg/
H A Dmsg.x6 version MESSAGEVERS {
/freebsd-10-stable/usr.bin/mail/
H A Dversion.c32 static char sccsid[] = "@(#)version.c 8.1 (Berkeley) 6/6/93";
39 * Just keep track of the date/sid of this version of Mail.
40 * Load this file first to get a "total" Mail version.
42 const char *version = "8.1 6/6/93"; variable
/freebsd-10-stable/contrib/ofed/management/
H A Dgen_ver.sh3 # This generates a version string which includes recent version as
23 version=`cat $conf_file | sed -ne '/AC_INIT.*'$package'.*/s/^AC_INIT.*'$package', \(.*\),.*$/\1/p'`
25 git diff --quiet $package-$version..HEAD -- $package > /dev/null 2>&1
29 version="${version}_${abbr}"
35 version="${version}_dirty"
38 echo $version
/freebsd-10-stable/bin/freebsd-version/
H A DMakefile3 SCRIPTS = freebsd-version
4 MAN = freebsd-version.1
5 CLEANFILES = freebsd-version freebsd-version.sh
8 freebsd-version.sh: ${.CURDIR}/freebsd-version.sh.in ${NEWVERS}
14 " ${.CURDIR}/freebsd-version.sh.in >${.TARGET} ; then \
/freebsd-10-stable/contrib/ntp/scripts/build/
H A Dgenver3 # possible usage: $0 [-f] [version.m4] [version.def]
15 *version.m4)
16 outputs="m4/version.m4 $outputs"
18 *version.def)
19 outputs="include/version.def $outputs"
21 *version.texi)
22 outputs="include/version.texi $outputs"
31 '') outputs="m4/version.m4 include/version
[all...]
H A Dmkver.in20 if [ ! -f .version ]; then
21 echo 0 > .version
23 RUN="`cat .version`"
25 echo $RUN > .version
31 rm -f version.c
32 cat > version.c << -EoF-
34 * version file for $PROG
/freebsd-10-stable/contrib/gcc/
H A Dunwind-compat.h9 the Free Software Foundation; either version 2, or (at your option)
10 any later version.
14 compiled version of this file into combinations with other programs,
31 #define symver(name, version) \
32 __asm__ (".symver " #name"," #name "@" #version)
/freebsd-10-stable/contrib/ipfilter/ipsd/
H A Dlinux.h14 #include <linux/version.h>
/freebsd-10-stable/contrib/ipfilter/ipsend/
H A Dlinux.h16 #include <linux/version.h>
/freebsd-10-stable/usr.sbin/ntp/scripts/
H A Dmkver26 if [ ! -f .version ]; then
27 echo 0 > .version
29 RUN="`cat .version`"
31 echo $RUN > .version
37 rm -f version.c
38 cat > version.c << -EoF-
40 * version file for $PROG
/freebsd-10-stable/crypto/openssh/regress/
H A Dproto-version.sh1 # $OpenBSD: proto-version.sh,v 1.5 2015/03/03 22:35:19 markus Exp $
4 tid="sshd version with different protocol combinations"
9 version=$1
11 banner=`printf '' | ${SSHD} -o "Protocol=${version}" -i -f ${OBJ}/sshd_proxy`
27 fail "wrong protocol version ${banner} for ${version}"
/freebsd-10-stable/contrib/binutils/
H A Dmkinstalldirs18 Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ...
38 --version)
73 # from a parallel make. We use --version in the probe to restrict
77 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
86 test -d ./--version && rmdir ./--version
90 if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 &&
91 test ! -d ./--version; then
96 for d in ./-m ./-p ./--version "
[all...]
/freebsd-10-stable/contrib/gdb/
H A Dmkinstalldirs18 Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ...
38 --version)
73 # from a parallel make. We use --version in the probe to restrict
77 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
86 test -d ./--version && rmdir ./--version
90 if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 &&
91 test ! -d ./--version; then
96 for d in ./-m ./-p ./--version "
[all...]
/freebsd-10-stable/contrib/groff/
H A Dmkinstalldirs18 Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ...
38 --version)
73 # from a parallel make. We use --version in the probe to restrict
77 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
86 test -d ./--version && rmdir ./--version
90 if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 &&
91 test ! -d ./--version; then
96 for d in ./-m ./-p ./--version "
[all...]
/freebsd-10-stable/sys/compat/svr4/
H A Dsvr4_utsname.h40 char version[257]; member in struct:svr4_utsname
/freebsd-10-stable/sys/dev/cx/
H A Dcronyxfw.h30 char version[8]; /* firmware version number */ member in struct:__anon8138
/freebsd-10-stable/sys/i386/include/xen/
H A Dfeatures.h14 #include <xen/interface/version.h>
/freebsd-10-stable/sys/xen/
H A Dfeatures.h12 #include <xen/interface/version.h>
/freebsd-10-stable/usr.bin/lessecho/
H A DMakefile4 SRCS= lessecho.c version.c
/freebsd-10-stable/usr.bin/lesskey/
H A DMakefile4 SRCS= lesskey.c version.c

Completed in 304 milliseconds

1234567891011>>