Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sgs/nm/common/
H A Dnm.c1347 size_t sym_len = strlen(in_str) + 1; in exotic() local
1360 if (sym_len > buf_size) { in exotic()
1363 buff = malloc(sym_len); in exotic()
1364 buf_size = sym_len; in exotic()