Searched refs:snprintfed (Results 1 – 1 of 1) sorted by relevance
109 int snprintfed; in addrtostr6() local185 snprintfed = snprintf (dp, space_left, "%x", words[i]); in addrtostr6()186 if (snprintfed < 0) in addrtostr6()188 if ((size_t) snprintfed >= space_left) { in addrtostr6()192 dp += snprintfed; in addrtostr6()193 space_left -= snprintfed; in addrtostr6()