Searched defs:_str (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Ddemangle.c62 static char _str[SYM_MAX], *str = _str; local
85 str = _str;
92 char *_str; local
101 ((_str = malloc(_size)) == 0)) {
108 str = _str;
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dcommon_sparc.c137 char *_str = alloca(strlen(str) + 1); local
138 (void) strcpy(_str, str);
139 sym1 = (const char *)_str;
/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Ddepend.c209 char *_flt, *_str; local
215 _str = strchr(str, ':');
216 *_str++ = '\0'; str = _str++;
219 if ((error = filter(crle, _flt, _str,
H A Dconfig.c363 char *_str; local
415 _str = obj->o_alter;
418 (void) strcpy(_strtbl, _str);
419 _strtbl += strlen(_str) + 1;
/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/common/
H A Ddis.c104 char *_str; local
107 &_sym, &_str) == RET_OK) {
110 buf, address, _str);
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dutil.c251 char *_str; local
258 if ((_str = strstr(old, str)) != NULL) {
259 if (((_str == old) ||
260 (*(_str - 1) == *(MSG_ORIG(MSG_STR_COLON)))) &&
261 (_str += strlen(str)) &&
262 ((*_str == '\0') ||
263 (*_str == *(MSG_ORIG(MSG_STR_COLON)))))
H A Drelocate.c160 char *_str = alloca(strlen(str) + 1); local
161 (void) strcpy(_str, str);
162 str = (const char *)_str;
190 char *_str = alloca(strlen(str) + 1); local
191 (void) strcpy(_str, str);
192 str = (const char *)_str;
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dconfig_elf.c66 char *_str, *_cname, *cname; local
72 if ((_str = strrchr(aname, '/')) != NULL)
73 aname = ++_str;
74 if ((_str = strrchr(cname, '/')) != NULL)
75 cname = ++_str;
H A Danalyze.c687 const char *_str; local
689 if ((path == 0) && ((_str = strrchr(str, '/')) != NULL))
690 _str++;
692 _str = str;
694 return (strcmp(name, _str));

Completed in 80 milliseconds