Searched refs:app_String (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/cmd/sgs/libelf/misc/ |
H A D | args.c | 94 *sptr = app_String(*sptr,PTR(r->ptr)); in nsetarg() 159 (*sptr) = app_String(*sptr, 275 ar.ptr = app_String(ar.ptr, 278 ar.ptr = app_String(ar.ptr, MSG_ORIG(MSG_STR_OPENBRAK)); 291 ar.ptr = app_String(ar.ptr, 301 ar.ptr = app_String(ar.ptr, MSG_ORIG(MSG_STR_CLOSEPAR)); 350 *sptr = app_String(*sptr,MSG_ORIG(MSG_STR_OPENPAR)); 354 (*sptr) = app_String(*sptr,(*c && *c == 'e') ? 361 *sptr = app_String(trunc_String(*sptr, 1), MSG_ORIG(MSG_STR_CLOSEPAR));
|
H A D | demangle.c | 109 s = app_String(s, MSG_ORIG(MSG_STR_OPENCLOSEPAR)); 192 s = app_String(s, MSG_ORIG(MSG_STR_OPERATOR_1)); 193 s = app_String(s,x); 207 s = app_String(s, MSG_ORIG(MSG_STR_OPERATOR_2));
|
H A D | String.h | 47 extern String *app_String();
|
H A D | elf_dem.h | 45 #define app_String _elf_app_String macro
|
H A D | String.c | 146 app_String(s, c) in app_String() function 218 s = app_String(s, c);
|