Searched refs:Strcmp_context_f (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/string/
H A Dstrsearch.c50 if (!(v = context ? (*(Strcmp_context_f)comparf)(name, *((char**)mid), context) : (*comparf)(name, *((char**)mid))))
/illumos-gate/usr/src/lib/libast/common/include/
H A Dast.h229 typedef int (*Strcmp_context_f)(const char*, const char*, void*); typedef
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast.h246 typedef int (*Strcmp_context_f) __PROTO__((const char*, const char*, __V_*)); typedef
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast.h246 typedef int (*Strcmp_context_f) __PROTO__((const char*, const char*, __V_*)); typedef
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast.h246 typedef int (*Strcmp_context_f) __PROTO__((const char*, const char*, __V_*)); typedef
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast.h246 typedef int (*Strcmp_context_f) __PROTO__((const char*, const char*, __V_*)); typedef

Completed in 51 milliseconds