/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 85 str = _str; in conv_demangle_name() 92 char *_str; in conv_demangle_name() local 101 ((_str = malloc(_size)) == 0)) { in conv_demangle_name() 108 str = _str; in conv_demangle_name()
|
/titanic_50/usr/src/cmd/sendmail/include/sm/ |
H A D | string.h | 32 sm_match __P((const char *_str, const char *_pattern)); 38 sm_strndup_x __P((const char *_str, size_t _len)); 43 sm_strdup_x __P((const char *_str)); 47 sm_pstrdup_x __P((const char *_str));
|
H A D | io.h | 323 char **_str,
|
/titanic_50/usr/src/cmd/sgs/crle/common/ |
H A D | depend.c | 209 char *_flt, *_str; in depend() local 215 _str = strchr(str, ':'); in depend() 216 *_str++ = '\0'; str = _str++; in depend() 219 if ((error = filter(crle, _flt, _str, in depend()
|
H A D | config.c | 363 char *_str; in genconfig() local 415 _str = obj->o_alter; in genconfig() 418 (void) strcpy(_strtbl, _str); in genconfig() 419 _strtbl += strlen(_str) + 1; in genconfig()
|
/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 138 (void) strcpy(_str, str); in elf_regsyms() 139 sym1 = (const char *)_str; in elf_regsyms()
|
/titanic_50/usr/src/cmd/sgs/librtld_db/demo/common/ |
H A D | dis.c | 104 char *_str; in print_address_ps() local 107 &_sym, &_str) == RET_OK) { in print_address_ps() 110 buf, address, _str); in print_address_ps()
|
/titanic_50/usr/src/cmd/sgs/libld/common/ |
H A D | util.c | 251 char *_str; in add_string() local 258 if ((_str = strstr(old, str)) != NULL) { in add_string() 259 if (((_str == old) || in add_string() 260 (*(_str - 1) == *(MSG_ORIG(MSG_STR_COLON)))) && in add_string() 261 (_str += strlen(str)) && in add_string() 262 ((*_str == '\0') || in add_string() 263 (*_str == *(MSG_ORIG(MSG_STR_COLON))))) in add_string()
|
H A D | relocate.c | 160 char *_str = alloca(strlen(str) + 1); in is_disp_copied() local 161 (void) strcpy(_str, str); in is_disp_copied() 162 str = (const char *)_str; in is_disp_copied() 190 char *_str = alloca(strlen(str) + 1); in is_disp_copied() local 191 (void) strcpy(_str, str); in is_disp_copied() 192 str = (const char *)_str; in is_disp_copied()
|
/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | setup.c | 111 for (j = 0; cur_term->_str[i][j]; ++j) in do_prototype() 112 if (cur_term->_str[i][j] == proto) in do_prototype() 113 cur_term->_str[i][j] = *CC; in do_prototype() 243 tp->_str[i] = NULL; in __m_read_terminfo() 245 tp->_str[i] = tp->_str_table + offset; in __m_read_terminfo() 253 tp->_str[i] = NULL; in __m_read_terminfo()
|
H A D | tigetstr.c | 61 value = cur_term->_str[i]; in tigetstr()
|
H A D | tgetstr.c | 67 value = cur_term->_str[i]; in tgetstr()
|
H A D | keypad.c | 151 len = decode_add(tree, cur_term->_str[**p], (*p)[1]); in __m_decode_init()
|
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | setup.c | 94 for(j = 0; cur_term->_str[i][j]; ++j) in do_prototype() 95 if (cur_term->_str[i][j] == proto) in do_prototype() 96 cur_term->_str[i][j] = CC; in do_prototype() 202 tp->_str[i] = (char *) 0; 204 tp->_str[i] = tp->_str_table + offset; 214 tp->_str[i] = (char *) 0;
|
H A D | tigetstr.c | 60 value = cur_term->_str[(int)(p - __m_strnames)];
|
H A D | tgetstr.c | 66 value = cur_term->_str[(int)(p - __m_strcodes)];
|
H A D | slk.c | 372 if (cur_term->_str[**k] != (char *) 0) { in slk_wset() 376 (long) cur_term->_str[**k], in slk_wset()
|
H A D | keypad.c | 150 len = decode_add(tree, cur_term->_str[**p], (*p)[1]);
|
/titanic_50/usr/src/cmd/sgs/rtld/common/ |
H A D | config_elf.c | 66 char *_str, *_cname, *cname; in elf_config_validate() local 72 if ((_str = strrchr(aname, '/')) != NULL) in elf_config_validate() 73 aname = ++_str; in elf_config_validate() 74 if ((_str = strrchr(cname, '/')) != NULL) in elf_config_validate() 75 cname = ++_str; in elf_config_validate()
|
/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 215 while (((_str) < s2) && isspace(*(_str))) \ in add_match_record() 216 (_str)++ in add_match_record() 217 #define WS_RSKIP_LIMIT(_str, _tail) \ in add_match_record() argument 218 while (((_tail) > (_str)) && isspace(*((_tail) - 1))) \ in add_match_record()
|
/titanic_50/usr/src/common/elfcap/ |
H A D | elfcap.c | 45 #define STRDESC(_str) { _str, sizeof (_str) - 1 } argument
|
/titanic_50/usr/src/lib/libxcurses/src/tic/ |
H A D | tic.h | 92 #define Strings _str
|
H A D | untic.c | 75 #define Strings _str
|
/titanic_50/usr/src/cmd/fs.d/ |
H A D | df.c | 1263 static char *var##_str; \ in g_output() 1267 if (! var##_str) {\ in g_output() 1268 var##_str = TRANSLATE(name); \ in g_output() 1269 var##_len = strlen(var##_str); \ in g_output()
|