/illumos-gate/usr/src/cmd/sendmail/include/sm/ |
H A D | string.h | 30 sm_match __P((const char *_str, const char *_pattern)); 36 sm_strndup_x __P((const char *_str, size_t _len)); 41 sm_strdup_x __P((const char *_str)); 45 sm_pstrdup_x __P((const char *_str));
|
H A D | io.h | 321 char **_str,
|
/illumos-gate/usr/src/cmd/sgs/crle/common/ |
H A D | depend.c | 210 char *_flt, *_str; in depend() local 216 _str = strchr(str, ':'); in depend() 217 *_str++ = '\0'; str = _str++; in depend() 220 if ((error = filter(crle, _flt, _str, in depend()
|
H A D | config.c | 361 char *_str; in genconfig() local 413 _str = obj->o_alter; in genconfig() 416 (void) strcpy(_strtbl, _str); in genconfig() 417 _strtbl += strlen(_str) + 1; in genconfig()
|
/illumos-gate/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
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | util.c | 118 char *_str; in add_string() local 125 if ((_str = strstr(old, str)) != NULL) { in add_string() 126 if (((_str == old) || in add_string() 127 (*(_str - 1) == *(MSG_ORIG(MSG_STR_COLON)))) && in add_string() 128 (_str += strlen(str)) && in add_string() 129 ((*_str == '\0') || in add_string() 130 (*_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()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/cmd/sgs/demo_rdb/common/ |
H A D | dis.c | 105 char *_str; in print_address_ps() local 108 &_sym, &_str) == RET_OK) { in print_address_ps() 113 address, _str); in print_address_ps()
|
/illumos-gate/usr/src/test/util-tests/tests/libcustr/ |
H A D | custr_trunc.c | 39 #define EXPECT(_cu, _str) expect(#_cu, _cu, _str, __FILE__, __LINE__) argument
|
H A D | custr_remove.c | 38 #define EXPECT(_cu, _str) expect(#_cu, _cu, _str, __FILE__, __LINE__) argument
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | setup.c | 92 for(j = 0; cur_term->_str[i][j]; ++j) in do_prototype() 93 if (cur_term->_str[i][j] == proto) in do_prototype() 94 cur_term->_str[i][j] = CC; in do_prototype() 200 tp->_str[i] = (char *) 0; 202 tp->_str[i] = tp->_str_table + offset; 212 tp->_str[i] = (char *) 0;
|
H A D | tigetstr.c | 58 value = cur_term->_str[(int)(p - __m_strnames)];
|
H A D | tgetstr.c | 64 value = cur_term->_str[(int)(p - __m_strcodes)];
|
H A D | slk.c | 364 if (cur_term->_str[**k] != NULL) { in slk_wset() 368 (long) cur_term->_str[**k], in slk_wset()
|
H A D | keypad.c | 148 len = decode_add(tree, cur_term->_str[**p], (*p)[1]);
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | setup.c | 109 for (j = 0; cur_term->_str[i][j]; ++j) in do_prototype() 110 if (cur_term->_str[i][j] == proto) in do_prototype() 111 cur_term->_str[i][j] = *CC; in do_prototype() 241 tp->_str[i] = NULL; in __m_read_terminfo() 243 tp->_str[i] = tp->_str_table + offset; in __m_read_terminfo() 251 tp->_str[i] = NULL; in __m_read_terminfo()
|
H A D | tigetstr.c | 59 value = cur_term->_str[i]; in tigetstr()
|
H A D | tgetstr.c | 65 value = cur_term->_str[i]; in tgetstr()
|
H A D | keypad.c | 149 len = decode_add(tree, cur_term->_str[**p], (*p)[1]); in __m_decode_init()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/cmd/sgs/pvs/common/ |
H A D | pvs.c | 214 #define WS_SKIP(_str) for (; *(_str) && isspace(*(_str)); (_str)++) in add_match_record() argument 215 #define WS_SKIP_LIMIT(_str, _limit) \ in add_match_record() argument 216 while (((_str) < s2) && isspace(*(_str))) \ in add_match_record() 217 (_str)++ in add_match_record() 218 #define WS_RSKIP_LIMIT(_str, _tail) \ in add_match_record() argument 219 while (((_tail) > (_str)) && isspace(*((_tail) - 1))) \ in add_match_record()
|
/illumos-gate/usr/src/common/elfcap/ |
H A D | elfcap.c | 46 #define STRDESC(_str) { _str, sizeof (_str) - 1 } argument
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | smatch_constraints.c | 230 static int save_constraint_str(void *_str, int argc, char **argv, char **azColName) in save_constraint_str() argument 232 char **str = _str; in save_constraint_str()
|
/illumos-gate/usr/src/cmd/fs.d/ |
H A D | df.c | 1272 static char *var##_str; \ in g_output() 1276 if (! var##_str) {\ in g_output() 1277 var##_str = TRANSLATE(name); \ in g_output() 1278 var##_len = strlen(var##_str); \ in g_output()
|