Home
last modified time | relevance | path

Searched refs:plugin_version (Results 1 – 9 of 9) sorted by relevance

/titanic_53/usr/src/contrib/ast/src/lib/libast/include/
H A Dshcmd.h37 #define SHLIB(m) unsigned long plugin_version(void) { return SH_PLUGIN_VERSION; }
39 #define SHLIB(m) unsigned long plugin_version() { return SH_PLUGIN_VERSION; }
H A Dast.h402 extern unsigned long plugin_version(void);
/titanic_53/usr/src/contrib/ast/src/lib/libast/cdt/
H A Dcdtlib.h103 unsigned long plugin_version(void) { return CDT_PLUGIN_VERSION; }
120 unsigned long plugin_version() { return CDT_PLUGIN_VERSION; }
/titanic_53/usr/src/cmd/ast/libcmd/
H A Dmapfile-vers46 plugin_version;
/titanic_53/usr/src/cmd/ast/libshell/
H A Dmapfile-vers45 plugin_version;
/titanic_53/usr/src/contrib/ast/src/lib/libdll/
H A DRELEASE9 10-05-28 dllcheck.c: add dllcheck() to do plugin_version() checks
/titanic_53/usr/src/cmd/fwflash/plugins/transport/common/
H A Dsd.c123 int plugin_version = FWPLUGIN_VERSION_2; variable
/titanic_53/usr/src/contrib/ast/src/cmd/ksh93/
H A DRELEASE44 BUILTIN_LIB to PLUGIN_LIB to prevent new plugin_version() aware
45 -lcmd from causing older non-plugin_version() aware ksh to dump core.
/titanic_53/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE140 10-08-20 include/ast.h: add export plugin_version() prototype