Searched defs:_str (Results 1 – 12 of 12) sorted by relevance
/titanic_50/usr/src/cmd/sgs/libconv/common/ |
H A D | demangle.c | 62 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 D | hw_debug.h | 62 #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 D | common_sparc.c | 137 char *_str = alloca(strlen(str) + 1); in elf_regsyms() local
|
/titanic_50/usr/src/cmd/sgs/librtld_db/demo/common/ |
H A D | dis.c | 104 char *_str; in print_address_ps() local
|
/titanic_50/usr/src/cmd/sgs/crle/common/ |
H A D | depend.c | 209 char *_flt, *_str; in depend() local
|
H A D | config.c | 363 char *_str; in genconfig() local
|
/titanic_50/usr/src/cmd/sgs/rtld/common/ |
H A D | config_elf.c | 66 char *_str, *_cname, *cname; in elf_config_validate() local
|
H A D | analyze.c | 687 const char *_str; in _is_so_matched() local
|
/titanic_50/usr/src/cmd/sgs/pvs/common/ |
H A D | pvs.c | 213 #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 D | util.c | 251 char *_str; in add_string() local
|
H A D | relocate.c | 160 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 D | elfcap.c | 45 #define STRDESC(_str) { _str, sizeof (_str) - 1 } argument
|