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

1234567891011>>

/openbsd-current/games/sail/
H A Dversion.c1 /* $OpenBSD: version.c,v 1.5 2009/10/27 23:59:27 deraadt Exp $ */
2 /* $NetBSD: version.c,v 1.3 1995/04/22 10:37:27 cgd Exp $ */
33 char version[] = "Wooden Ships and Iron Men, Version 8.2 (95/04/28)"; variable
/openbsd-current/usr.bin/less/
H A Dversion.c13 * This records the base version, plus our own details.
15 char version[] = "(OpenBSD)"; variable
/openbsd-current/usr.bin/mail/
H A Dversion.c1 /* $OpenBSD: version.c,v 1.7 2009/10/27 23:59:40 deraadt Exp $ */
2 /* $NetBSD: version.c,v 1.4 1996/06/08 19:48:46 christos Exp $ */
34 * Just keep track of the date/sid of this version of Mail.
35 * Load this file first to get a "total" Mail version.
37 const char version[] = "8.1.2 01/15/2001"; variable
/openbsd-current/usr.sbin/tcpdump/
H A Dversion.c1 /* $OpenBSD: version.c,v 1.5 1999/07/28 20:41:37 jakob Exp $ */
2 /* $NetBSD: version.c,v 1.3 1996/05/20 00:41:20 fvdl Exp $ */
4 char version[] = "3.4.0"; variable
/openbsd-current/sys/arch/sparc64/stand/ofwboot/
H A Dvers.c1 const char version[] = "1.28"; variable
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/
H A Dversion.pm2 # This is a modified copy of version.pm 0.9909, bundled exclusively for
4 # version.pm is not available. It should not be used by ordinary modules.
6 # When loaded, it will try to load version.pm. If that fails, it will load
7 # ExtUtils::MakeMaker::version::vpp and alias various *version functions
11 package ExtUtils::MakeMaker::version;
21 $CLASS = 'version';
25 eval "use version";
26 if ( $@ ) { # don't have any version.pm installed
27 eval "use ExtUtils::MakeMaker::version
[all...]
/openbsd-current/gnu/usr.bin/binutils/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[];
/openbsd-current/regress/libexec/ld.so/link-order/lib10/
H A D10.c10 version(void) function
/openbsd-current/regress/libexec/ld.so/link-order/lib11/
H A D11.c10 version(void) function
/openbsd-current/regress/libexec/ld.so/link-order/lib20/
H A D20.c10 version(void) function
/openbsd-current/regress/libexec/ld.so/link-order/libnover/
H A Dnover.c10 version(void) function
/openbsd-current/regress/usr.sbin/rpki-client/openssl11/
H A Dunistd.h11 #define CMS_get_version(cms, version) (*(version) = 3, 1)
12 #define CMS_SignerInfo_get_version(si, version) (*(version) = 3, 1)
/openbsd-current/lib/librpcsvc/
H A Drwall.x42 version WALLVERS {
/openbsd-current/usr.sbin/mopd/mopchk/
H A DMakefile4 SRCS= mopchk.c device.c version.c pf.c loop-bsd.c file.c
6 CLEANFILES= version.c version.h
9 version.c version.h: ${.CURDIR}/../common/VERSION
10 rm -f version.c; \
11 sed 's/.*/char version[] = "&";/' ${.ALLSRC} > version.c
14 echo '#define VERSION_MINOR' $$2 ; } > version.h
/openbsd-current/usr.bin/mg/
H A Dversion.c1 /* $OpenBSD: version.c,v 1.11 2023/03/08 04:43:11 guenther Exp $ */
7 * out by the emacs-version command.
16 const char version[] = "Mg 2a"; variable
19 * Display the version. All this does
20 * is copy the version string onto the echo line.
25 ewprintf("%s", version);
/openbsd-current/regress/libexec/ld.so/link-order/prog/
H A Dprog.c9 void (*version)(void);
13 version = dlsym(handle, "version");
14 if (version == NULL)
15 errx(2, "libtest did not define version()");
16 version();
/openbsd-current/gnu/usr.bin/perl/cpan/version/t/
H A Dcoretests.pm13 is ${"$pkg\::VERSION"}, eval($req), 'Had to manually use version';
28 $version = $CLASS->$method(5.005_03);
29 is ( "$version" , "5.00503" , '5.005_03 eq 5.00503' );
30 $version = $CLASS->$method(1.23);
31 is ( "$version" , "1.23" , '1.23 eq "1.23"' );
34 $version = $CLASS->$method(23);
35 is ( "$version" , 23 , '23 eq "23"' );
38 $version = $CLASS->$method("5.005_03");
39 is ( "$version" , "5.005_03" , '"5.005_03" eq "5.005_03"' );
40 $version
[all...]
H A D06noop.t10 use_ok('version', 0.9929);
13 my $v1 = 'version'->new('1.2');
15 like $@, qr/operation not supported with version object/, 'No math ops with version objects';
17 like $@, qr/operation not supported with version object/, 'No math ops with version objects';
19 like $@, qr/operation not supported with version object/, 'No math ops with version objects';
21 like $@, qr/operation not supported with version object/, 'No math ops with version object
[all...]
/openbsd-current/sys/conf/
H A Dnewvers.sh37 if [ ! -r version -o ! -s version ]
39 echo 0 > version
42 touch version
43 v=`cat version` u=`logname` d=${PWD%/obj} h=`hostname` t=`date`
46 # additional things which need version number upgrades:
58 # change the version in the EXAMPLES section
60 # When adding -beta, create a new www/<version>.html so devs can
86 const char version[512] =
90 expr ${v} + 1 > version
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/version/lib/
H A Dversion.pm2 package version; package
8 warnings::register_categories(qw/version/);
12 our $CLASS = 'version';
16 require version::regex;
17 *version::is_lax = \&version::regex::is_lax;
18 *version::is_strict = \&version::regex::is_strict;
19 *LAX = \$version::regex::LAX;
20 *LAX_DECIMAL_VERSION = \$version
[all...]
/openbsd-current/gnu/gcc/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)
/openbsd-current/usr.sbin/mopd/mopd/
H A DMakefile5 version.c pf.c loop-bsd.c dl.c rc.c file.c
8 CLEANFILES= version.c version.h
11 version.c version.h: ${.CURDIR}/../common/VERSION
12 rm -f version.c; \
13 sed 's/.*/char version[] = "&";/' ${.ALLSRC} > version.c
16 echo '#define VERSION_MINOR' $$2 ; } > version.h
/openbsd-current/usr.sbin/mopd/mopprobe/
H A DMakefile4 SRCS= mopprobe.c device.c get.c cmp.c mopdef.c version.c pf.c loop-bsd.c \
7 CLEANFILES= version.c version.h
10 version.c version.h: ${.CURDIR}/../common/VERSION
11 rm -f version.c; \
12 sed 's/.*/char version[] = "&";/' ${.ALLSRC} > version.c
15 echo '#define VERSION_MINOR' $$2 ; } > version.h
/openbsd-current/usr.sbin/mopd/moptrace/
H A DMakefile4 SRCS= moptrace.c print.c cmp.c get.c mopdef.c nma.c device.c version.c pf.c \
8 CLEANFILES= version.c version.h
11 version.c version.h: ${.CURDIR}/../common/VERSION
12 rm -f version.c; \
13 sed 's/.*/char version[] = "&";/' ${.ALLSRC} > version.c
16 echo '#define VERSION_MINOR' $$2 ; } > version.h
/openbsd-current/gnu/usr.bin/perl/cpan/DB_File/
H A Ddbinfo3 # Name: dbinfo -- identify berkeley DB version used to create
85 my ($magic, $version, $endian, $encrypt) ;
90 $version = $info[1] ;
97 $version = $info1[1] ;
104 $version = $info[4] ;
110 $version = $info1[4] ;
121 if ( defined $type->{Versions}{$version} )
123 $ver_string = $type->{Versions}{$version}[1];
124 if ($type->{Versions}{$version}[0] )
132 File Version ID: $version
[all...]

Completed in 210 milliseconds

1234567891011>>