Home | History | Annotate | Download | only in inet

Lines Matching defs:SPRINTF

39 # define SPRINTF(x) strlen(sprintf/**/x)
41 # define SPRINTF(x) ((size_t)sprintf x)
121 dst += SPRINTF((dst, "%u", *src++));
138 dst += SPRINTF((dst, "%u", *src & m));
145 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 sprintf(cp, "/%u", bits);