OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:plugin2
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.shared/
host.c
26
void*
plugin2
= dlopen(name, RTLD_LAZY);
local
31
int (*plugin2_init)() = dlsym(
plugin2
, "plugin_init");
32
int (*plugin2_term)() = dlsym(
plugin2
, "plugin_term");
33
int (*runTests2)() = dlsym(
plugin2
, "runTests");
53
assert(dlclose(
plugin2
) == 0);
/src/crypto/external/bsd/heimdal/dist/lib/krb5/
plugin.c
208
struct
plugin2
{
struct
217
struct
plugin2
*p = ptr;
330
struct
plugin2
*p;
458
struct
plugin2
*p = value;
Completed in 24 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026