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

1234567891011>>

/freebsd-9.3-release/gnu/usr.bin/patch/
H A Dversion.h3 * $Log: version.h,v $
9 void version(void);
H A Dversion.c3 * $Log: version.c,v $
14 #include "version.h"
18 /* Print out the version number and die. */
21 version(void) function
23 fprintf(stderr, "Patch version %s\n", PATCH_VERSION);
/freebsd-9.3-release/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
767 char version[] = "458"; variable
[all...]
/freebsd-9.3-release/contrib/top/
H A Dversion.c15 static char version[16]; variable
20 sprintf(version, "%d.%d", VERSION, PATCHLEVEL);
22 strcat(version, BETA);
24 return(version);
/freebsd-9.3-release/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-9.3-release/share/examples/sunrpc/msg/
H A Dmsg.x6 version MESSAGEVERS {
/freebsd-9.3-release/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-9.3-release/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-9.3-release/kerberos5/lib/libvers/
H A DMakefile10 print_version.h: ../../tools/make-print-version/make-print-version
11 ../../tools/make-print-version/make-print-version ${.TARGET}
13 ../../tools/make-print-version/make-print-version:
14 cd ${.CURDIR}/../../tools/make-print-version && ${MAKE}
/freebsd-9.3-release/contrib/ntp/sntp/include/
H A DMakefile.am4 autogen-version.def \
9 version.def \
10 version.texi \
15 $(srcdir)/version.def: $(srcdir)/../../packageinfo.sh
16 cd .. && $(MAKE) $(AM_MAKEFLAGS) $(abs_top_srcdir)/include/version.def
18 $(srcdir)/version.texi: $(srcdir)/../../packageinfo.sh
19 cd .. && $(MAKE) $(AM_MAKEFLAGS) $(abs_top_srcdir)/include/version.texi
/freebsd-9.3-release/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-9.3-release/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-9.3-release/contrib/ipfilter/ipsd/
H A Dlinux.h14 #include <linux/version.h>
/freebsd-9.3-release/contrib/ipfilter/ipsend/
H A Dlinux.h16 #include <linux/version.h>
/freebsd-9.3-release/crypto/openssh/regress/
H A Dproto-version.sh1 # $OpenBSD: proto-version.sh,v 1.4 2013/05/17 00:37:40 dtucker 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-9.3-release/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-9.3-release/contrib/bind9/lib/bind9/
H A Dversion.c18 /* $Id: version.c,v 1.8 2007/06/19 23:47:16 tbox Exp $ */
22 #include <bind9/version.h>
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dversion.c18 /* $Id: version.c,v 1.15 2007/06/19 23:47:16 tbox Exp $ */
22 #include <dns/version.h>
/freebsd-9.3-release/contrib/bind9/lib/irs/
H A Dversion.c17 /* $Id: version.c,v 1.3 2009/09/02 23:48:02 tbox Exp $ */
21 #include <irs/version.h>
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dversion.c18 /* $Id: version.c,v 1.15 2007/06/19 23:47:17 tbox Exp $ */
22 #include <isc/version.h>
/freebsd-9.3-release/contrib/bind9/lib/isccc/
H A Dversion.c18 /* $Id: version.c,v 1.7 2007/06/19 23:47:22 tbox Exp $ */
22 #include <isccc/version.h>
/freebsd-9.3-release/contrib/bind9/lib/isccfg/
H A Dversion.c18 /* $Id: version.c,v 1.7 2007/06/19 23:47:22 tbox Exp $ */
22 #include <isccfg/version.h>
/freebsd-9.3-release/contrib/bind9/lib/lwres/
H A Dversion.c18 /* $Id: version.c,v 1.12 2007/06/19 23:47:22 tbox Exp $ */
22 #include <lwres/version.h>
/freebsd-9.3-release/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...]

Completed in 163 milliseconds

1234567891011>>