Searched refs:snprintfed (Results 1 – 1 of 1) sorted by relevance
111 int snprintfed; in addrtostr6() local194 snprintfed = snprintf (dp, space_left, "%x", words[i]); in addrtostr6()195 if (snprintfed < 0) in addrtostr6()197 if ((size_t) snprintfed >= space_left) in addrtostr6()202 dp += snprintfed; in addrtostr6()203 space_left -= snprintfed; in addrtostr6()