| /src/crypto/external/apache2/openssl/dist/Configurations/ |
| platform.pm | 1 package platform; package 13 require "platform/$module_path.pm"; 14 @ISA = ("platform::$module");
|
| /src/crypto/external/bsd/openssl/dist/Configurations/ |
| platform.pm | 1 package platform; package 13 require "platform/$module_path.pm"; 14 @ISA = ("platform::$module");
|
| /src/sys/arch/mvmeppc/mvmeppc/ |
| platform.c | 1 /* $NetBSD: platform.c,v 1.6 2024/01/19 03:57:04 thorpej Exp $ */ 33 __KERNEL_RCSID(0, "$NetBSD: platform.c,v 1.6 2024/01/19 03:57:04 thorpej Exp $"); 42 #include <machine/platform.h> 44 struct platform *platform; variable in typeref:struct:platform 47 extern struct platform platform_160x; 50 struct platform * const all_platforms[] = { 60 struct platform * const *p; 66 platform = *p;
|
| /src/crypto/external/apache2/openssl/dist/Configurations/platform/ |
| Cygwin.pm | 1 package platform::Cygwin; 9 require platform::mingw; 10 @ISA = qw(platform::mingw); 17 my $lib = platform::mingw->sharedname(@_);
|
| AIX.pm | 1 package platform::AIX; 9 require platform::Unix; 10 @ISA = qw(platform::Unix); 24 return platform::Unix->staticname($_[1]) if $target{shared_target} eq "aix-solib"; 28 my $in_libname = platform::BASE->staticname($_[1]); 32 return platform::BASE->staticname($_[1]) . ($disabled{shared} ? '' : '_a'); 39 return platform::Unix->sharedlib_simple($_[1], $_[0]->shlibextsimple()); 45 return platform::Unix->sharedlib_simple($_[1]) if $target{shared_target} eq "aix-solib";
|
| mingw.pm | 1 package platform::mingw; 9 require platform::Unix; 10 @ISA = qw(platform::Unix); 21 # Other extra that aren't defined in platform::BASE 33 return platform::BASE::__concat(platform::BASE->sharedname($_[1]), 47 return platform::BASE::__concat(platform::BASE->sharedname($_[1]),
|
| /src/crypto/external/bsd/openssl/dist/Configurations/platform/ |
| Cygwin.pm | 1 package platform::Cygwin; 9 require platform::mingw; 10 @ISA = qw(platform::mingw); 17 my $lib = platform::mingw->sharedname(@_);
|
| AIX.pm | 1 package platform::AIX; 9 require platform::Unix; 10 @ISA = qw(platform::Unix); 24 my $in_libname = platform::BASE->staticname($_[1]); 28 return platform::BASE->staticname($_[1]) . ($disabled{shared} ? '' : '_a');
|
| mingw.pm | 1 package platform::mingw; 9 require platform::Unix; 10 @ISA = qw(platform::Unix); 21 # Other extra that aren't defined in platform::BASE 33 return platform::BASE::__concat(platform::BASE->sharedname($_[1]), 47 return platform::BASE::__concat(platform::BASE->sharedname($_[1]),
|
| /src/crypto/external/apache2/openssl/dist/Configurations/platform/Windows/ |
| cppbuilder.pm | 1 package platform::Windows::cppbuilder; 5 require platform::Windows::MSVC; 6 @ISA = qw(platform::Windows::MSVC);
|
| MSVC.pm | 1 package platform::Windows::MSVC; 9 require platform::Windows; 10 @ISA = qw(platform::Windows); 21 return platform::BASE::__concat(platform::BASE->sharedname($_[1]), 29 return platform::BASE::__concat($_[0]->staticname($_[1]), $_[0]->pdbext()); 33 return platform::BASE::__concat($_[0]->sharedname($_[1]), $_[0]->pdbext()); 37 return platform::BASE::__concat($_[0]->dsoname($_[1]), $_[0]->pdbext()); 41 return platform::BASE::__concat($_[0]->binname($_[1]), $_[0]->pdbext());
|
| /src/crypto/external/bsd/openssl/dist/Configurations/platform/Windows/ |
| cppbuilder.pm | 1 package platform::Windows::cppbuilder; 5 require platform::Windows::MSVC; 6 @ISA = qw(platform::Windows::MSVC);
|
| MSVC.pm | 1 package platform::Windows::MSVC; 9 require platform::Windows; 10 @ISA = qw(platform::Windows); 21 return platform::BASE::__concat(platform::BASE->sharedname($_[1]), 29 return platform::BASE::__concat($_[0]->staticname($_[1]), $_[0]->pdbext()); 33 return platform::BASE::__concat($_[0]->sharedname($_[1]), $_[0]->pdbext()); 37 return platform::BASE::__concat($_[0]->dsoname($_[1]), $_[0]->pdbext()); 41 return platform::BASE::__concat($_[0]->binname($_[1]), $_[0]->pdbext());
|
| /src/external/mpl/bind/dist/bin/tests/system/nsupdate/ |
| tests_sh_nsupdate.py | 12 import platform namespace 78 MAX_RUNS = 2 if platform.system() == "FreeBSD" else 1 # GL#3846
|
| /src/sys/arch/arc/arc/ |
| platform.c | 1 /* $NetBSD: platform.c,v 1.7 2022/05/24 06:28:00 andvar Exp $ */ 33 __KERNEL_RCSID(0, "$NetBSD: platform.c,v 1.7 2022/05/24 06:28:00 andvar Exp $"); 39 #include <machine/platform.h> 42 struct platform *platform = NULL; variable in typeref:struct:platform 44 static void print_platform(struct platform *); 47 print_platform(struct platform *p) 72 printf("ambiguous platform detection between "); 91 platform = plattab[matched]; 96 platform_generic_match(struct platform *p [all...] |
| /src/sys/arch/mipsco/include/ |
| sysconf.h | 39 * Platform Specific Information and Function Hooks. 44 struct platform { struct 48 * Platform Specific Function Hooks 63 extern struct platform platform;
|
| /src/sys/arch/mvmeppc/include/ |
| platform.h | 1 /* $NetBSD: platform.h,v 1.4 2011/06/18 08:08:29 matt Exp $ */ 38 struct platform { struct 41 int (*match)(struct platform *); 48 extern struct platform *platform;
|
| /src/sys/arch/arc/include/ |
| platform.h | 1 /* $NetBSD: platform.h,v 1.8 2005/12/11 12:16:39 christos Exp $ */ 34 struct platform { struct 36 * Platform Information. 48 * Platform Specific Function Hooks 50 int (*match)(struct platform *); 59 int platform_generic_match(struct platform *); 62 extern struct platform *platform; 64 extern struct platform *const plattab[]; 70 extern struct platform platform_acer_pica_61 [all...] |
| /src/sys/arch/emips/include/ |
| sysconf.h | 50 * Platform Specific Information and Function Hooks. 53 struct platform { struct 57 * Platform Specific Function Hooks 73 * An array of functions to initialize the platform structure. 83 extern struct platform platform;
|
| /src/sys/arch/hpcmips/include/ |
| sysconf.h | 50 * Platform(VR/TX) Specific Information and Function Hooks. 55 extern struct platform { struct 72 } platform;
|
| /src/sys/arch/pmax/include/ |
| sysconf.h | 50 * Platform Specific Information and Function Hooks. 52 * The tag iobus describes the primary iobus for the platform, primarily 56 struct platform { struct 60 * Platform Specific Function Hooks 78 * An array of functions to initialize the platform structure. 88 extern struct platform platform;
|
| /src/sys/arch/sgimips/include/ |
| sysconf.h | 50 * Platform Specific Information and Function Hooks. 52 * The tag iobus describes the primary iobus for the platform, primarily 56 struct platform { struct 58 * Platform Specific Function Hooks 86 extern struct platform platform;
|
| /src/sys/arch/x86/x86/ |
| x86_ipmi.c | 96 const char *platform; local 144 platform = pmf_get_platform("system-product"); 145 if (platform != NULL && 146 strcmp(platform, "ProLiant MicroServer") == 0 &&
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| Disasm.h | 62 Platform_t platform; member in class:Disasm
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| Disasm.h | 62 Platform_t platform; member in class:Disasm
|