Searched refs:napp_String (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/sgs/libelf/misc/ |
H A D | demangle.c | 159 s = napp_String(s,c,i); 239 s = napp_String(s,c,n);
|
H A D | String.h | 48 extern String *napp_String();
|
H A D | elf_dem.h | 51 #define napp_String _elf_napp_String macro
|
H A D | String.c | 150 return (napp_String(s, c, ID_NAME_MAX)); 158 napp_String(String *s, const char *c, int n) in napp_String() function
|
H A D | args.c | 284 ar.ptr = napp_String(ar.ptr,c+i,cnt);
|