Searched refs:nprep_String (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/sgs/libelf/misc/ |
H A D | String.h | 46 extern String *nprep_String();
|
H A D | elf_dem.h | 53 #define nprep_String _elf_nprep_String macro
|
H A D | String.c | 117 return (nprep_String(c, s, ID_NAME_MAX)); 125 nprep_String(c, s, n) in nprep_String() function
|
H A D | args.c | 85 r->ptr = nprep_String(c, r->ptr, n); in nsetarg() 213 ar.ptr = nprep_String(c+i,ar.ptr,cnt);
|
H A D | demangle.c | 100 s = nprep_String(c,s,n);
|