Searched defs:sprintf (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/lib/lwres/
H A Dprint_p.h78 #ifdef sprintf
79 #undef sprintf macro
81 #define sprintf lwres__print_sprintf macro
/bind-9.11.3/lib/isc/include/isc/
H A Dprint.h36 #undef sprintf macro
84 #undef sprintf macro
85 #define sprintf isc_print_sprintf macro
/bind-9.11.3/lib/isc/
H A Dprint.c14 #include <stdio.h> /* for sprintf() */
28 * We use the system's sprintf so we undef it here.
30 #undef sprintf macro
353 sprintf(buf, "%lu",
364 sprintf(buf, "%lu", hi);
365 sprintf(buf + strlen(buf),
368 sprintf(buf, "%lu", mid);
369 sprintf(buf + strlen(buf), "%09lu",
383 sprintf(buf, alt ? "%#lo" : "%lo",
394 sprintf(bu
[all...]

Completed in 11 milliseconds