Searched refs:sym_len (Results 1 – 1 of 1) sorted by relevance
1347 size_t sym_len = strlen(in_str) + 1; in exotic() local1360 if (sym_len > buf_size) { in exotic()1363 buff = malloc(sym_len); in exotic()1364 buf_size = sym_len; in exotic()