Home
last modified time | relevance | path

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

/titanic_41/usr/src/tools/ctf/stabs/common/
H A Dctfstabs.c84 #define WORD_LEN 256 macro
163 char fullname[WORD_LEN]; in find_type()
169 (void) snprintf(fullname, WORD_LEN, "struct %s", name); in find_type()
173 (void) snprintf(fullname, WORD_LEN, "union %s", name); in find_type()
177 (void) snprintf(fullname, WORD_LEN, "enum %s", name); in find_type()