Searched refs:Strcmp_context_f (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/lib/libast/common/string/ |
H A D | strsearch.c | 50 …if (!(v = context ? (*(Strcmp_context_f)comparf)(name, *((char**)mid), context) : (*comparf)(name,… in strsearch()
|
/titanic_44/usr/src/lib/libast/common/include/ |
H A D | ast.h | 229 typedef int (*Strcmp_context_f)(const char*, const char*, void*); typedef
|
/titanic_44/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast.h | 246 typedef int (*Strcmp_context_f) __PROTO__((const char*, const char*, __V_*));
|
/titanic_44/usr/src/lib/libast/i386/include/ast/ |
H A D | ast.h | 246 typedef int (*Strcmp_context_f) __PROTO__((const char*, const char*, __V_*));
|
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast.h | 246 typedef int (*Strcmp_context_f) __PROTO__((const char*, const char*, __V_*));
|
/titanic_44/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast.h | 246 typedef int (*Strcmp_context_f) __PROTO__((const char*, const char*, __V_*));
|