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

/illumos-gate/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...]
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast_common.h96 /* Void_t is defined so that Void_t* can address any type */
97 #ifndef Void_t
99 # define Void_t void macro
101 # define Void_t char macro
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_common.h75 /* Void_t is defined so that Void_t* can address any type */
76 #ifndef Void_t
78 # define Void_t void macro
80 # define Void_t char macro
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast_common.h96 /* Void_t is defined so that Void_t* can address any type */
97 #ifndef Void_t
99 # define Void_t void macro
101 # define Void_t char macro
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_common.h75 /* Void_t is defined so that Void_t* can address any type */
76 #ifndef Void_t
78 # define Void_t void macro
80 # define Void_t char macro
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast_common.h96 /* Void_t is defined so that Void_t* can address any type */
97 #ifndef Void_t
99 # define Void_t void macro
101 # define Void_t char macro
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_common.h75 /* Void_t is defined so that Void_t* can address any type */
76 #ifndef Void_t
78 # define Void_t void macro
80 # define Void_t char macro
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_common.h96 /* Void_t is defined so that Void_t* can address any type */
97 #ifndef Void_t
99 # define Void_t void macro
101 # define Void_t char macro
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_common.h75 /* Void_t is defined so that Void_t* can address any type */
76 #ifndef Void_t
78 # define Void_t void macro
80 # define Void_t char macro

Completed in 65 milliseconds