Searched defs:Void_t (Results 1 - 9 of 9) sorted by relevance

/osnet-11/usr/src/lib/libast/common/comp/
H A Dtsearch.c61 Void_t* key;
66 int(* comparf)_ARG_((const Void_t*, const Void_t*));
84 return (*((Treedisc_t*)disc)->comparf)((Void_t*)one,(Void_t*)two);
101 Void_t* tsearch(const Void_t* key, Void_t** rootp, argument
102 int(*comparf)(const Void_t*,const Void_t*) )
137 tfind(const Void_t* key, Void_t*const* rootp, int(*comparf)(const Void_t*, const Void_t*) ) argument
163 tdelete(const Void_t* key, Void_t** rootp, int(*comparf)(const Void_t*, const Void_t*) ) argument
199 _twalk(Tree_t* obj, void(*action)(const Void_t*,VISIT,int), int level) argument
225 twalk(const Void_t* root, void(*action)(const Void_t*,VISIT,int) ) argument
[all...]
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dast_common.h98 /* Void_t is defined so that Void_t* can address any type */
99 #ifndef Void_t
101 # define Void_t void macro
103 # define Void_t char macro
/osnet-11/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_common.h77 /* Void_t is defined so that Void_t* can address any type */
78 #ifndef Void_t
80 # define Void_t void macro
82 # define Void_t char macro
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dast_common.h98 /* Void_t is defined so that Void_t* can address any type */
99 #ifndef Void_t
101 # define Void_t void macro
103 # define Void_t char macro
/osnet-11/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_common.h77 /* Void_t is defined so that Void_t* can address any type */
78 #ifndef Void_t
80 # define Void_t void macro
82 # define Void_t char macro
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dast_common.h98 /* Void_t is defined so that Void_t* can address any type */
99 #ifndef Void_t
101 # define Void_t void macro
103 # define Void_t char macro
/osnet-11/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_common.h77 /* Void_t is defined so that Void_t* can address any type */
78 #ifndef Void_t
80 # define Void_t void macro
82 # define Void_t char macro
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_common.h98 /* Void_t is defined so that Void_t* can address any type */
99 #ifndef Void_t
101 # define Void_t void macro
103 # define Void_t char macro
/osnet-11/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_common.h77 /* Void_t is defined so that Void_t* can address any type */
78 #ifndef Void_t
80 # define Void_t void macro
82 # define Void_t char macro

Completed in 34 milliseconds