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

1234567891011>>

/freebsd-11-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
925 char version[] = "581.2"; variable
[all...]
/freebsd-11-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-11-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-11-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-11-stable/sys/contrib/ck/include/
H A Dck_sequence.h52 unsigned int version; local
55 version = ck_pr_load_uint(&sq->sequence);
61 if (CK_CC_LIKELY((version & 1) == 0))
73 return version;
77 ck_sequence_read_retry(const struct ck_sequence *sq, unsigned int version) argument
85 return ck_pr_load_uint(&sq->sequence) != version;
88 #define CK_SEQUENCE_READ(seqlock, version) \
89 for (*(version) = 1; \
90 (*(version) != 0) && (*(version)
[all...]
/freebsd-11-stable/contrib/dma/
H A Dget-version.sh8 version=${gitver}
9 : ${version:=$filever}
11 echo "$version"
/freebsd-11-stable/share/examples/sunrpc/msg/
H A Dmsg.x6 version MESSAGEVERS {
/freebsd-11-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-11-stable/bin/freebsd-version/
H A DMakefile1 # $FreeBSD: stable/11/bin/freebsd-version/Makefile 319184 2017-05-30 04:15:40Z ngie $
4 SCRIPTS = freebsd-version
5 MAN = freebsd-version.1
6 CLEANFILES = freebsd-version freebsd-version.sh
9 freebsd-version.sh: ${.CURDIR}/freebsd-version.sh.in ${NEWVERS}
15 " ${.CURDIR}/freebsd-version.sh.in >${.TARGET} ; then \
/freebsd-11-stable/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-11-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.in25 if [ ! -f .version ]; then
26 echo 0 > .version
28 RUN="`cat .version`"
30 echo $RUN > .version
36 rm -f version.c
37 cat > version.c << -EoF-
39 * version file for $PROG
/freebsd-11-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-11-stable/usr.sbin/ntp/scripts/
H A Dmkver28 if [ ! -f .version ]; then
29 echo 0 > .version
31 RUN="`cat .version`"
33 echo $RUN > .version
39 rm -f version.c
40 cat > version.c << -EoF-
42 * version file for $PROG
/freebsd-11-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-11-stable/contrib/ntp/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-11-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-11-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-11-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-11-stable/sys/dev/cx/
H A Dcronyxfw.h30 char version[8]; /* firmware version number */ member in struct:__anon9546
/freebsd-11-stable/sys/xen/
H A Dfeatures.h12 #include <xen/interface/version.h>
/freebsd-11-stable/usr.bin/patch/
H A Dbackupfile.h39 enum backup_type get_version(const char *version);
/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_utsname.h40 char version[257]; member in struct:svr4_utsname
/freebsd-11-stable/contrib/ntp/
H A Dpackageinfo.sh2 # packageinfo.sh - set shell variables with version components
18 # To move from dev -RC to new -stable and -dev major/minor version, set
19 # minor and/or major to the new version, repotype to match the new
20 # minor version, empty prerelease, and set point=NEW. UpdatePoint
51 # version=Major.Minor
53 # version=Protocol.Major.Minor
62 version=${proto}.${major}.${minor}
64 *) version=${major}.${minor}

Completed in 191 milliseconds

1234567891011>>