Home
last modified time | relevance | path

Searched defs:_str (Results 1 – 12 of 12) sorted by relevance

/titanic_50/usr/src/cmd/sgs/libconv/common/
H A Ddemangle.c62 static char _str[SYM_MAX], *str = _str; in conv_demangle_name() local
92 char *_str; in conv_demangle_name() local
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dhw_debug.h62 #define SNPRINTF_VAR(_str) sizeof(_str), argument
65 #define SNPRINTF_VAR(_str) sizeof(_str), //needed due to change of sprintf_s to fix warnings argument
70 #define SNPRINTF_VAR(_str) sizeof(_str), argument
/titanic_50/usr/src/cmd/sgs/rtld/sparc/
H A Dcommon_sparc.c137 char *_str = alloca(strlen(str) + 1); in elf_regsyms() local
/titanic_50/usr/src/cmd/sgs/librtld_db/demo/common/
H A Ddis.c104 char *_str; in print_address_ps() local
/titanic_50/usr/src/cmd/sgs/crle/common/
H A Ddepend.c209 char *_flt, *_str; in depend() local
H A Dconfig.c363 char *_str; in genconfig() local
/titanic_50/usr/src/cmd/sgs/rtld/common/
H A Dconfig_elf.c66 char *_str, *_cname, *cname; in elf_config_validate() local
H A Danalyze.c687 const char *_str; in _is_so_matched() local
/titanic_50/usr/src/cmd/sgs/pvs/common/
H A Dpvs.c213 #define WS_SKIP(_str) for (; *(_str) && isspace(*(_str)); (_str)++) in add_match_record() argument
214 #define WS_SKIP_LIMIT(_str, _limit) \ in add_match_record() argument
217 #define WS_RSKIP_LIMIT(_str, _tail) \ in add_match_record() argument
/titanic_50/usr/src/cmd/sgs/libld/common/
H A Dutil.c251 char *_str; in add_string() local
H A Drelocate.c160 char *_str = alloca(strlen(str) + 1); in is_disp_copied() local
190 char *_str = alloca(strlen(str) + 1); in is_disp_copied() local
/titanic_50/usr/src/common/elfcap/
H A Delfcap.c45 #define STRDESC(_str) { _str, sizeof (_str) - 1 } argument