| /src/games/warp/ |
| version.h | 1 /* Header: version.h,v 7.0 86/10/08 15:14:43 lwall Exp 3 * Log: version.h,v 9 void version(void);
|
| /src/usr.sbin/traceroute/ |
| version.c | 1 /* $NetBSD: version.c,v 1.3 2011/09/11 01:06:26 christos Exp $ */ 2 char version[] = "1.4a12"; variable
|
| /src/external/bsd/less/dist/ |
| version.c | 1 /* $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 (thanks to Eli Zaretskii) 1000 char version[] = "643"; variable [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/doth/ |
| get_openssl_version.py | 16 version = ssl.OPENSSL_VERSION_INFO variable 17 print(version[0], version[1], version[2])
|
| /src/external/bsd/ipf/dist/lib/ |
| ftov.c | 6 ftov(version) 7 int version; 10 if (version == AF_INET6) 13 if (version == AF_INET) 15 if (version == AF_UNSPEC)
|
| vtof.c | 6 vtof(version) 7 int version; 10 if (version == 6) 13 if (version == 4) 15 if (version == 0)
|
| /src/external/gpl3/gcc/dist/libgcc/ |
| find-symver.awk | 1 # 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
|
| /src/external/gpl3/gcc.old/dist/libgcc/ |
| find-symver.awk | 1 # 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
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/sections/ |
| package.d | 6 // 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 = SectionsElf [all...] |
| /src/external/gpl3/gdb/bin/gdbserver/arch/x86_64/ |
| version.cc | 5 #include "gdbsupport/version.h" 6 const char version[] = "11.0.50.20200914-git"; variable
|
| /src/external/gpl3/gdb.old/bin/gdbserver/arch/x86_64/ |
| version.cc | 5 #include "gdbsupport/version.h" 6 const char version[] = "11.0.50.20200914-git"; variable
|
| /src/external/gpl3/gdb.old/dist/sim/common/ |
| version.h | 0 /* Version information for GDB. 8 the Free Software Foundation; either version 3 of the License, or 9 (at your option) any later version. 22 /* Version number of GDB, as a string. */ 23 extern const char version[];
|
| /src/external/gpl3/gdb.old/lib/libgdb/arch/aarch64/ |
| version.c | 5 #include "gdbsupport/version.h" 6 const char version[] = "16.3"; variable
|
| /src/external/gpl3/gdb.old/lib/libgdb/arch/aarch64eb/ |
| version.c | 5 #include "gdbsupport/version.h" 6 const char version[] = "16.3"; variable
|
| /src/external/gpl3/gdb.old/lib/libgdb/arch/alpha/ |
| version.c | 5 #include "gdbsupport/version.h" 6 const char version[] = "16.3"; variable
|
| /src/external/gpl3/gdb.old/lib/libgdb/arch/arm/ |
| version.c | 5 #include "gdbsupport/version.h" 6 const char version[] = "16.3"; variable
|
| /src/external/gpl3/gdb.old/lib/libgdb/arch/armeb/ |
| version.c | 5 #include "gdbsupport/version.h" 6 const char version[] = "16.3"; variable
|
| /src/external/gpl3/gdb.old/lib/libgdb/arch/hppa/ |
| version.c | 5 #include "gdbsupport/version.h" 6 const char version[] = "16.3"; variable
|
| /src/external/gpl3/gdb.old/lib/libgdb/arch/i386/ |
| version.c | 5 #include "gdbsupport/version.h" 6 const char version[] = "16.3"; variable
|
| /src/external/gpl3/gdb.old/lib/libgdb/arch/ia64/ |
| version.c | 5 #include "gdbsupport/version.h" 6 const char version[] = "16.3"; variable
|
| /src/external/gpl3/gdb.old/lib/libgdb/arch/m68000/ |
| version.c | 5 #include "gdbsupport/version.h" 6 const char version[] = "16.3"; variable
|
| /src/external/gpl3/gdb.old/lib/libgdb/arch/m68k/ |
| version.c | 5 #include "gdbsupport/version.h" 6 const char version[] = "16.3"; variable
|
| /src/external/gpl3/gdb.old/lib/libgdb/arch/mips64eb/ |
| version.c | 5 #include "gdbsupport/version.h" 6 const char version[] = "16.3"; variable
|
| /src/external/gpl3/gdb.old/lib/libgdb/arch/mips64el/ |
| version.c | 5 #include "gdbsupport/version.h" 6 const char version[] = "16.3"; variable
|
| /src/external/gpl3/gdb.old/lib/libgdb/arch/mipseb/ |
| version.c | 5 #include "gdbsupport/version.h" 6 const char version[] = "16.3"; variable
|