Home
last modified time | relevance | path

Searched refs:_ccmap (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/lib/libast/common/include/
H A Dccode.h55 extern unsigned char* _ccmap(int, int);
72 #define CCMAP(i,o) ((i)==(o)?(unsigned char*)0:_ccmap(i,o))
/titanic_41/usr/src/lib/libast/amd64/include/ast/
H A Dccode.h65 extern __MANGLE__ unsigned char* _ccmap __PROTO__((int, int));
83 #define CCMAP(i,o) ((i)==(o)?(unsigned char*)0:_ccmap(i,o))
/titanic_41/usr/src/lib/libast/sparc/include/ast/
H A Dccode.h65 extern __MANGLE__ unsigned char* _ccmap __PROTO__((int, int));
83 #define CCMAP(i,o) ((i)==(o)?(unsigned char*)0:_ccmap(i,o))
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/
H A Dccode.h65 extern __MANGLE__ unsigned char* _ccmap __PROTO__((int, int));
83 #define CCMAP(i,o) ((i)==(o)?(unsigned char*)0:_ccmap(i,o))
/titanic_41/usr/src/lib/libast/i386/include/ast/
H A Dccode.h65 extern __MANGLE__ unsigned char* _ccmap __PROTO__((int, int));
83 #define CCMAP(i,o) ((i)==(o)?(unsigned char*)0:_ccmap(i,o))
/titanic_41/usr/src/lib/libast/common/string/
H A Dccmap.c627 _ccmap(int i, int o) in _ccmap() function
/titanic_41/usr/src/lib/libast/
H A Dmapfile-vers737 _ccmap;