Searched refs:ioc_conv (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/mpstat/
H A Dioconf.c81 * ioc_conv - Turn a number into a string in radix <radix> using symbol
90 static char *ioc_conv(int radix, int nozero, const char *syms, function
121 return (ioc_conv(10, 0, "0123456789", n));
126 return (ioc_conv(26, 1, "zabcdefghijklmnopqrstuvwxy", n));

Completed in 40 milliseconds