Searched refs:version (Results 51 - 75 of 1548) sorted by relevance

1234567891011>>

/freebsd-9.3-release/kerberos5/tools/slc/
H A DMakefile21 print_version.h: ../make-print-version/make-print-version
22 ../make-print-version/make-print-version ${.TARGET}
24 ../make-print-version/make-print-version: .PHONY
25 cd ${.CURDIR}/../make-print-version && ${MAKE}
/freebsd-9.3-release/contrib/tcsh/
H A Dtc.vers.c42 * Print a reasonable version string, printing all compile time
145 /* if you want your local version to say something */
149 char *version; local
162 version = xasprintf(
168 cleanup_push(version, xfree);
169 setcopy(STRversion, str2short(version), VAR_READWRITE);
170 cleanup_until(version);
171 version = xasprintf("%d.%.2d.%.2d", REV, VERS, PATCHLEVEL);
172 cleanup_push(version, xfree);
173 setcopy(STRtcsh, str2short(version), VAR_READWRIT
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dgdb_indent.sh36 # Check that the indent found is both GNU and a reasonable version.
43 version=`${indent} --version 2>/dev/null < /dev/null`
44 case "${version}" in
48 v1=`echo "${version}" | sed 's/^.* \([0-9]*\)\.\([0-9]*\)\.\([0-9]*\)$/\1/'`
49 v2=`echo "${version}" | sed 's/^.* \([0-9]*\)\.\([0-9]*\)\.\([0-9]*\)$/\2/'`
50 v3=`echo "${version}" | sed 's/^.* \([0-9]*\)\.\([0-9]*\)\.\([0-9]*\)$/\3/'`
54 echo "error: Must be GNU indent version $m1.$m2.$m3 or later" 1>&2
60 echo "warning: GNU indent version $m1.$m2.$m3 recommended" 1>&2
/freebsd-9.3-release/etc/pam.d/
H A Dconvert.pl45 my $version;
60 $version = '$' . 'FreeBSD' . '$';
64 $version = $1;
72 print(FILE "# $version\n");
/freebsd-9.3-release/crypto/openssl/crypto/x509/
H A Dx509rset.c53 * The licence and distribution terms for any publically available version or
66 int X509_REQ_set_version(X509_REQ *x, long version) argument
70 return (ASN1_INTEGER_set(x->req_info->version, version));
/freebsd-9.3-release/contrib/gcc/
H A Dgcov-iov.c1 /* Generate gcov version string from version.c. See gcov-io.h for
2 description of how the version string is generated.
10 Software Foundation; either version 2, or (at your option) any later
11 version.
26 /* Command line arguments are the base GCC version and the development
32 unsigned int version = 0; local
42 fprintf (stderr, "usage: %s 'version' 'phase'\n", argv[0]);
62 version = (version <<
[all...]
/freebsd-9.3-release/contrib/groff/src/include/
H A Dindex.h9 Software Foundation; either version 2, or (at your option) any later
10 version.
26 int version; member in struct:index_header
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-carp.c9 * - print version, type string and packet length
56 int version, type; local
60 version = (bp[0] & 0xf0) >> 4;
66 printf("CARPv%d-%s %d: ", version, type_s, len);
69 if (version != 2 || type != 1)
/freebsd-9.3-release/contrib/wpa/src/eap_common/
H A Deap_peap_common.h6 * it under the terms of the GNU General Public License version 2 as
18 void peap_prfplus(int version, const u8 *key, size_t key_len,
/freebsd-9.3-release/gnu/usr.bin/cc/collect2/
H A DMakefile8 SRCS= collect2.c tlink.c version.c
/freebsd-9.3-release/include/
H A Delf-hints.h37 u_int32_t version; /* File version (1) */ member in struct:elfhints_hdr
/freebsd-9.3-release/sys/amd64/include/
H A Dminidump.h37 uint32_t version; member in struct:minidumphdr
/freebsd-9.3-release/sys/arm/include/
H A Dminidump.h38 uint32_t version; member in struct:minidumphdr
/freebsd-9.3-release/sys/i386/ibcs2/
H A Dibcs2_utsname.h53 char version[9]; member in struct:ibcs2_utsname
/freebsd-9.3-release/sys/i386/include/
H A Dminidump.h37 uint32_t version; member in struct:minidumphdr
/freebsd-9.3-release/sys/mips/include/
H A Dminidump.h37 uint32_t version; member in struct:minidumphdr
/freebsd-9.3-release/sys/sys/
H A Dfirmware.h55 unsigned int version; /* version of the image */ member in struct:firmware
/freebsd-9.3-release/contrib/ntp/lib/isc/win32/
H A Dversion.c18 /* $Id: version.c,v 1.7 2007/06/19 23:47:19 tbox Exp $ */
22 #include <isc/version.h>
/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Dclientinfo.h57 isc_uint16_t version; member in struct:dns_clientinfo
68 isc_uint16_t version; member in struct:dns_clientinfomethods
/freebsd-9.3-release/gnu/usr.bin/cvs/cvsbug/
H A DMakefile15 version=`sed < ${CVSDIR}/configure \ macro
17 sed -e "s,@VERSION@,$${version}-FreeBSD,g" \
/freebsd-9.3-release/contrib/diff/lib/
H A Dversion-etc.c1 /* Utility to help print --version output in a consistent format.
6 the Free Software Foundation; either version 2, or (at your option)
7 any later version.
25 #include "version-etc.h"
47 const char *version, va_list authors)
67 fprintf (stream, "%s (%s) %s\n", command_name, package, version);
69 fprintf (stream, "%s %s\n", package, version);
154 /* Display the --version information the standard way.
170 const char *version, /* const char *author1, ...*/ ...)
174 va_start (authors, version);
45 version_etc_va(FILE *stream, const char *command_name, const char *package, const char *version, va_list authors) argument
168 version_etc(FILE *stream, const char *command_name, const char *package, const char *version, ...) argument
[all...]
/freebsd-9.3-release/contrib/gnu-sort/lib/
H A Dversion-etc.c1 /* Utility to help print --version output in a consistent format.
6 the Free Software Foundation; either version 2, or (at your option)
7 any later version.
27 #include "version-etc.h"
49 const char *version, va_list authors)
72 fprintf (stream, "%s (%s) %s\n", command_name, package, version);
74 fprintf (stream, "%s %s\n", package, version);
159 /* Display the --version information the standard way.
175 const char *version, /* const char *author1, ...*/ ...)
179 va_start (authors, version);
47 version_etc_va(FILE *stream, const char *command_name, const char *package, const char *version, va_list authors) argument
173 version_etc(FILE *stream, const char *command_name, const char *package, const char *version, ...) argument
[all...]
/freebsd-9.3-release/contrib/ofed/management/opensm/
H A Dautogen.sh7 ac_ver=`autoconf --version | head -n 1 | awk '{print $NF}'`
11 echo Min autoconf version is 2.57
14 echo Min autoconf version is 2.57
19 am_ver=`automake --version | head -n 1 | awk '{print $NF}'`
24 echo Min automake version is 1.6.3
27 echo "automake version is too old:$am_maj.$am_min.$am_sub < required 1.6.3"
30 echo "automake version is too old:$am_maj.$am_min.$am_sub < required 1.6.3"
35 lt_ver=`libtool --version | head -n 1 | awk '{print $4}'`
40 echo Min libtool version is 1.4.2
43 echo "libtool version i
[all...]
/freebsd-9.3-release/kerberos5/tools/asn1_compile/
H A DMakefile34 print_version.h: ../make-print-version/make-print-version
35 ../make-print-version/make-print-version ${.TARGET}
37 ../make-print-version/make-print-version: .PHONY
38 cd ${.CURDIR}/../make-print-version && ${MAKE}
/freebsd-9.3-release/contrib/libreadline/support/
H A Dmkdist5 # usage: mkdist [-m manifest] [-s srcdir] [-r rootname] [-v] version
17 # the Free Software Foundation; either version 2, or (at your option)
18 # any later version.
34 echo usage: mkdist [-m manifest] [-s srcdir] [-r rootname] [-v] version 1>&2
66 version=$1
67 newdir=${ROOTNAME}-$version
69 vmsg creating distribution for $ROOTNAME version $version in $newdir
101 # numeric version
102 #version
[all...]

Completed in 262 milliseconds

1234567891011>>