Searched refs:_str (Results 1 - 25 of 27) sorted by relevance

12

/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/lib/libxcurses/src/libc/xcurses/
H A Dtigetstr.c60 value = cur_term->_str[(int)(p - __m_strnames)];
H A Dtgetstr.c66 value = cur_term->_str[(int)(p - __m_strcodes)];
H A Dsetup.c94 for(j = 0; cur_term->_str[i][j]; ++j)
95 if (cur_term->_str[i][j] == proto)
96 cur_term->_str[i][j] = CC;
202 tp->_str[i] = (char *) 0;
204 tp->_str[i] = tp->_str_table + offset;
214 tp->_str[i] = (char *) 0;
H A Dkeypad.c150 len = decode_add(tree, cur_term->_str[**p], (*p)[1]);
H A Dslk.c372 if (cur_term->_str[**k] != (char *) 0) {
376 (long) cur_term->_str[**k],
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dtigetstr.c61 value = cur_term->_str[i];
H A Dtgetstr.c67 value = cur_term->_str[i];
H A Dsetup.c111 for (j = 0; cur_term->_str[i][j]; ++j)
112 if (cur_term->_str[i][j] == proto)
113 cur_term->_str[i][j] = *CC;
243 tp->_str[i] = NULL;
245 tp->_str[i] = tp->_str_table + offset;
253 tp->_str[i] = NULL;
H A Dkeypad.c151 len = decode_add(tree, cur_term->_str[**p], (*p)[1]);
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dstring.h32 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 Dio.h323 char **_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/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dhw_debug.h62 #define SNPRINTF_VAR(_str) sizeof(_str),
65 #define SNPRINTF_VAR(_str) sizeof(_str), //needed due to change of sprintf_s to fix warnings
70 #define SNPRINTF_VAR(_str) sizeof(_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/lib/libxcurses/src/tic/
H A Dtic.h92 #define Strings _str
H A Duntic.c75 #define Strings _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;
/illumos-gate/usr/src/cmd/sgs/pvs/common/
H A Dpvs.c205 * WS_SKIP - Advance _str without passing the NULL termination,
207 * WS_SKIP_LIMIT - Advance _str without passing _limit,
209 * WS_RSKIP_LIMIT - Move _tail back without passing _str,
213 #define WS_SKIP(_str) for (; *(_str) && isspace(*(_str)); (_str)++)
214 #define WS_SKIP_LIMIT(_str, _limit) \
215 while (((_str) < s2) && isspace(*(_str))) \
[all...]
/illumos-gate/usr/src/common/elfcap/
H A Delfcap.c45 #define STRDESC(_str) { _str, sizeof (_str) - 1 }
/illumos-gate/usr/src/cmd/fs.d/
H A Ddf.c1327 static char *var##_str; \
1331 if (! var##_str) {\
1332 var##_str = TRANSLATE(name); \
1333 var##_len = strlen(var##_str); \

Completed in 112 milliseconds

12