Home
last modified time | relevance | path

Searched refs:secstr (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/c2/
H A Daudit_token.c1159 char secstr[1024]; in au_to_secflags() local
1175 secflags_to_str(set, secstr, sizeof (secstr)); in au_to_secflags()
1176 sz = strlen(secstr) + 1; in au_to_secflags()
1180 (void) au_append_buf(secstr, sz, m); in au_to_secflags()
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c273 Word relndx, Sym *syms, char *secstr, size_t secsz, const char *file) in relsymname() argument
295 (void) snprintf(secstr, secsz, MSG_INTL(MSG_STR_SECTION), in relsymname()
297 return ((const char *)secstr); in relsymname()