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

1234567891011>>

/netbsd-current/games/warp/
H A Dversion.h1 /* Header: version.h,v 7.0 86/10/08 15:14:43 lwall Exp
3 * Log: version.h,v
9 void version(void);
/netbsd-current/external/gpl3/gdb.old/dist/binutils/testsuite/binutils-all/
H A Dversion.s1 .version "Version 1.0"
/netbsd-current/usr.sbin/traceroute/
H A Dversion.c1 /* $NetBSD: version.c,v 1.2 2001/01/16 02:34:34 cgd Exp $ */
2 char version[] = "1.4a12"; variable
/netbsd-current/external/bsd/less/dist/
H A Dversion.c1 /* $NetBSD: version.c,v 1.4 2023/10/06 05:49:49 simonb Exp $ */
471 v276 1/30/95 Fix OS/2 version.
477 v279 2/22/95 Add GNU options --help, --version.
521 v309 4/9/96 Fix OS-9 version; fix tags bug with "$".
540 v323 8/19/96 Fixes for Windows version (thanks to Simon Munton);
545 v326 8/27/96 Fix DJGPP version.
585 v347 12/13/99 Fixes for DJGPP version (thanks to Eli Zaretskii).
587 Fix color problem in DJGPP version (thanks to Eli Zaretskii).
626 v371 12/26/01 Fix new_file bug; use popen in Windows version;
632 add SGR support to DJGPP version (thank
1000 char version[] = "643"; variable
[all...]
/netbsd-current/external/mpl/bind/dist/bin/tests/system/doth/
H A Dget_openssl_version.py16 version = ssl.OPENSSL_VERSION_INFO variable
17 print(version[0], version[1], version[2])
/netbsd-current/external/bsd/ipf/dist/lib/
H A Dftov.c6 ftov(version)
7 int version;
10 if (version == AF_INET6)
13 if (version == AF_INET)
15 if (version == AF_UNSPEC)
H A Dvtof.c6 vtof(version)
7 int version;
10 if (version == 6)
13 if (version == 4)
15 if (version == 0)
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Dfind-symver.awk1 # Extract the version of a single symbol from the version map.
8 # Software Foundation; either version 3, or (at your option) any later
9 # version.
21 version = $1;
26 print version
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Dfind-symver.awk1 # Extract the version of a single symbol from the version map.
8 # Software Foundation; either version 3, or (at your option) any later
9 # version.
21 version = $1;
26 print version
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/sections/
H A Dpackage.d6 // Software Foundation; either version 3, or (at your option) any later
7 // version.
14 // Under Section 7 of GPL version 3, you are granted additional
15 // permissions described in the GCC Runtime Library Exception, version
25 version (CRuntime_Glibc) version = SectionsElf;
26 version (CRuntime_Musl) version = SectionsElf;
27 version (CRuntime_UClibc) version
[all...]
/netbsd-current/external/gpl3/gdb.old/lib/libgdb/arch/coldfire/
H A Dversion.c5 #include "version.h"
6 const char version[] = "7.12"; variable
/netbsd-current/external/gpl3/gdb/bin/gdbserver/arch/x86_64/
H A Dversion.cc5 #include "gdbsupport/version.h"
6 const char version[] = "11.0.50.20200914-git"; variable
/netbsd-current/external/gpl3/gdb.old/lib/libgdb/arch/sparc/
H A Dversion.c5 #include "gdbsupport/version.h"
6 const char version[] = "11.0.50.20200914-git"; variable
/netbsd-current/external/gpl3/gdb.old/lib/libgdb/arch/sh3el/
H A Dversion.c5 #include "gdbsupport/version.h"
6 const char version[] = "11.0.50.20200914-git"; variable
/netbsd-current/external/gpl3/gdb.old/lib/libgdb/arch/sparc64/
H A Dversion.c5 #include "gdbsupport/version.h"
6 const char version[] = "11.0.50.20200914-git"; variable
/netbsd-current/external/gpl3/gdb.old/lib/libgdb/arch/sh3eb/
H A Dversion.c5 #include "gdbsupport/version.h"
6 const char version[] = "11.0.50.20200914-git"; variable
/netbsd-current/external/gpl3/gdb.old/lib/libgdb/arch/powerpc64/
H A Dversion.c5 #include "gdbsupport/version.h"
6 const char version[] = "11.0.50.20200914-git"; variable
/netbsd-current/external/gpl3/gdb.old/lib/libgdb/arch/powerpc/
H A Dversion.c5 #include "gdbsupport/version.h"
6 const char version[] = "11.0.50.20200914-git"; variable
/netbsd-current/external/gpl3/gdb.old/lib/libgdb/arch/vax/
H A Dversion.c5 #include "gdbsupport/version.h"
6 const char version[] = "11.0.50.20200914-git"; variable
/netbsd-current/external/gpl3/gdb.old/lib/libgdb/arch/x86_64/
H A Dversion.c5 #include "gdbsupport/version.h"
6 const char version[] = "11.0.50.20200914-git"; variable
/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dversion.h8 the Free Software Foundation; either version 3 of the License, or
9 (at your option) any later version.
23 extern const char version[];
/netbsd-current/external/gpl3/gdb.old/bin/gdbserver/arch/x86_64/
H A Dversion.cc5 #include "gdbsupport/version.h"
6 const char version[] = "11.0.50.20200914-git"; variable
/netbsd-current/external/gpl3/gdb.old/lib/libgdb/arch/aarch64/
H A Dversion.c5 #include "gdbsupport/version.h"
6 const char version[] = "11.0.50.20200914-git"; variable
/netbsd-current/external/gpl3/gdb.old/lib/libgdb/arch/i386/
H A Dversion.c5 #include "gdbsupport/version.h"
6 const char version[] = "11.0.50.20200914-git"; variable
/netbsd-current/external/gpl3/gdb.old/lib/libgdb/arch/mipsn64eb/
H A Dversion.c5 #include "gdbsupport/version.h"
6 const char version[] = "11.0.50.20200914-git"; variable

Completed in 490 milliseconds

1234567891011>>