Home
last modified time | relevance | path

Searched refs:nprep_String (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libelf/misc/
H A DString.h43 extern String *nprep_String();
H A DString.c114 return (nprep_String(c, s, ID_NAME_MAX));
122 nprep_String(c, s, n) in nprep_String() function
H A Delf_dem.h50 #define nprep_String _elf_nprep_String macro
H A Dargs.c82 r->ptr = nprep_String(c, r->ptr, n); in nsetarg()
208 ar.ptr = nprep_String(c+i,ar.ptr,cnt); in demangle_doarg()
H A Ddemangle.c99 s = nprep_String(c, s, n); in second()