Home
last modified time | relevance | path

Searched refs:__DYNAMIC__ (Results 1 – 25 of 25) sorted by relevance

/titanic_44/usr/src/lib/libast/amd64/include/ast/
H A Dast_common.h111 #ifdef __DYNAMIC__
112 # undef __DYNAMIC__
132 # define __DYNAMIC__(v) (_ast_getdll()->_ast_ ## v) macro
H A Derror.h48 #if !defined(errno) && defined(__DYNAMIC__)
49 #define errno __DYNAMIC__(errno)
H A Dast.h366 #if !defined(environ) && defined(__DYNAMIC__)
367 #define environ __DYNAMIC__(environ)
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_common.h90 #ifdef __DYNAMIC__
91 # undef __DYNAMIC__
111 # define __DYNAMIC__(v) (_ast_getdll()->_ast_ ## v) macro
/titanic_44/usr/src/lib/libast/i386/include/ast/
H A Dast_common.h111 #ifdef __DYNAMIC__
112 # undef __DYNAMIC__
132 # define __DYNAMIC__(v) (_ast_getdll()->_ast_ ## v) macro
H A Derror.h48 #if !defined(errno) && defined(__DYNAMIC__)
49 #define errno __DYNAMIC__(errno)
H A Dast.h366 #if !defined(environ) && defined(__DYNAMIC__)
367 #define environ __DYNAMIC__(environ)
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_common.h111 #ifdef __DYNAMIC__
112 # undef __DYNAMIC__
132 # define __DYNAMIC__(v) (_ast_getdll()->_ast_ ## v) macro
H A Derror.h48 #if !defined(errno) && defined(__DYNAMIC__)
49 #define errno __DYNAMIC__(errno)
H A Dast.h366 #if !defined(environ) && defined(__DYNAMIC__)
367 #define environ __DYNAMIC__(environ)
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_common.h90 #ifdef __DYNAMIC__
91 # undef __DYNAMIC__
111 # define __DYNAMIC__(v) (_ast_getdll()->_ast_ ## v) macro
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_common.h90 #ifdef __DYNAMIC__
91 # undef __DYNAMIC__
111 # define __DYNAMIC__(v) (_ast_getdll()->_ast_ ## v) macro
/titanic_44/usr/src/lib/libast/sparc/include/ast/
H A Dast_common.h111 #ifdef __DYNAMIC__
112 # undef __DYNAMIC__
132 # define __DYNAMIC__(v) (_ast_getdll()->_ast_ ## v) macro
H A Derror.h48 #if !defined(errno) && defined(__DYNAMIC__)
49 #define errno __DYNAMIC__(errno)
H A Dast.h366 #if !defined(environ) && defined(__DYNAMIC__)
367 #define environ __DYNAMIC__(environ)
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_common.h90 #ifdef __DYNAMIC__
91 # undef __DYNAMIC__
111 # define __DYNAMIC__(v) (_ast_getdll()->_ast_ ## v) macro
/titanic_44/usr/src/lib/libast/common/include/
H A Derror.h39 #if !defined(errno) && defined(__DYNAMIC__)
40 #define errno __DYNAMIC__(errno)
H A Dast.h347 #if !defined(environ) && defined(__DYNAMIC__)
348 #define environ __DYNAMIC__(environ)
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dcommon90 #ifdef __DYNAMIC__
91 # undef __DYNAMIC__
111 # define __DYNAMIC__(v) (_ast_getdll()->_ast_ ## v)
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dcommon90 #ifdef __DYNAMIC__
91 # undef __DYNAMIC__
111 # define __DYNAMIC__(v) (_ast_getdll()->_ast_ ## v)
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Dcommon90 #ifdef __DYNAMIC__
91 # undef __DYNAMIC__
111 # define __DYNAMIC__(v) (_ast_getdll()->_ast_ ## v)
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dcommon90 #ifdef __DYNAMIC__
91 # undef __DYNAMIC__
111 # define __DYNAMIC__(v) (_ast_getdll()->_ast_ ## v)
/titanic_44/usr/src/lib/libast/common/tm/
H A Dtminit.c37 # if defined(__DYNAMIC__)
38 # define tzname __DYNAMIC__(tzname)
/titanic_44/usr/src/lib/libast/common/features/
H A Dcommon94 #ifdef __DYNAMIC__
95 # undef __DYNAMIC__
115 # define __DYNAMIC__(v) (_ast_getdll()->_ast_ ## v)
/titanic_44/usr/src/lib/libast/common/
H A DRELEASE908 features/common: fix _UWIN __DYNAMIC__() definition
917 01-09-20 features/common: add __DYNAMIC__() for dll externs