Home
last modified time | relevance | path

Searched refs:vstr (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/cmd/sgs/elfdump/common/
H A Dcorenote.c461 const char *vstr = NULL; in dump_auxv() local
504 vstr = conv_ehdr_flags(state->ns_mach, w, in dump_auxv()
510 vstr = conv_cap_val_hw1(w, state->ns_mach, in dump_auxv()
523 while ((*vstr != '\0') && (*vstr != '[')) in dump_auxv()
524 vstr++; in dump_auxv()
525 if (*vstr != '[') in dump_auxv()
526 vstr = NULL; in dump_auxv()
531 vstr = conv_cap_val_hw2(w, state->ns_mach, in dump_auxv()
544 while ((*vstr != '\0') && (*vstr != '[')) in dump_auxv()
545 vstr++; in dump_auxv()
[all …]
/titanic_44/usr/src/lib/libdtrace/common/
H A Ddt_subr.c118 char *vstr = alloca(vlen); in dtrace_xstr2desc() local
121 (void) strncpy(vstr, v + 1, vlen - 1); in dtrace_xstr2desc()
122 vstr[vlen - 1] = '\0'; in dtrace_xstr2desc()
123 idp = dt_idhash_lookup(dtp->dt_macros, vstr); in dtrace_xstr2desc()
/titanic_44/usr/src/lib/libscf/common/
H A Dscf_tmpl.c5697 char *vstr; in _value_in_constraint() local
5786 vstr = malloc(sz); in _value_in_constraint()
5787 if (vstr == NULL) { in _value_in_constraint()
5797 free(vstr); in _value_in_constraint()
5802 r = scf_value_get_as_string_typed(value, type, vstr, sz); in _value_in_constraint()
5812 if (strcmp(constraints[n], vstr) == 0) { in _value_in_constraint()
5815 free(vstr); in _value_in_constraint()
5822 free(vstr); in _value_in_constraint()
/titanic_44/usr/src/lib/libnisdb/
H A Ddb_dictionary.cc88 static char vstr[128]; in db_version_str() local
92 sprintf(vstr, "SunSoft, SSM, Version %d.%d", d_major, d_minor); in db_version_str()
93 return (vstr); in db_version_str()