Lines Matching defs:SPRINTF
47 # define SPRINTF(x) strlen(sprintf/**/x)
49 # define SPRINTF(x) sprintf x
120 dst += SPRINTF((dst, "%u", *src++));
137 dst += SPRINTF((dst, "%u", *src & m));
144 dst += SPRINTF((dst, "/%u", bits));
254 cp += SPRINTF((cp, "%u", *s++));
258 cp += SPRINTF((cp, "%u", *s++));
263 cp += SPRINTF((cp, "%x", *s * 256 + s[1]));
269 (void)SPRINTF((cp, "/%u", bits));