| /freebsd-12-stable/lib/libc/nameser/ |
| D | ns_print.c | 52 # define SPRINTF(x) strlen(sprintf/**/x) macro 54 # define SPRINTF(x) ((size_t)sprintf x) macro 155 len = SPRINTF((tmp, " %s %s", p_class(class), p_type(type))); in ns_sprintrrf() 218 len = SPRINTF((tmp, "%lu", t)); in ns_sprintrrf() 275 len = SPRINTF((tmp, "%u ", t)); in ns_sprintrrf() 293 len = SPRINTF((tmp, "%u ", t)); in ns_sprintrrf() 359 len = SPRINTF((t, "%u %u ", order, preference)); in ns_sprintrrf() 401 len = SPRINTF((t, "%u %u %u ", priority, weight, port)); in ns_sprintrrf() 432 len = SPRINTF((tmp, " %u ( ", *rdata)); in ns_sprintrrf() 449 len = SPRINTF((tmp, "%d ", n)); in ns_sprintrrf() [all …]
|
| D | ns_ttl.c | 40 # define SPRINTF(x) strlen(sprintf/**/x) macro 42 # define SPRINTF(x) ((size_t)sprintf x) macro 157 len = SPRINTF((tmp, "%d%c", t, s)); in fmt1()
|
| D | ns_name.c | 43 # define SPRINTF(x) strlen(sprintf/**/x) macro 45 # define SPRINTF(x) ((size_t)sprintf x) macro 997 i = SPRINTF((dn, "\\[x")); in decode_bitstring() 1002 i = SPRINTF((dn, "%02x", *cp & 0xff)); in decode_bitstring() 1009 i = SPRINTF((dn, "%02x", tc & (0xff << (8 - b)))); in decode_bitstring() 1015 i = SPRINTF((dn, "%1x", in decode_bitstring() 1021 i = SPRINTF((dn, "/%d]", blen)); in decode_bitstring()
|
| /freebsd-12-stable/lib/libc/inet/ |
| D | inet_net_ntop.c | 41 # define SPRINTF(x) strlen(sprintf/**/x) macro 43 # define SPRINTF(x) ((size_t)sprintf x) macro 114 dst += SPRINTF((dst, "%u", *src++)); in inet_net_ntop_ipv4() 131 dst += SPRINTF((dst, "%u", *src & m)); in inet_net_ntop_ipv4() 138 dst += SPRINTF((dst, "/%u", bits)); in inet_net_ntop_ipv4() 247 cp += SPRINTF((cp, "%u", *s++)); in inet_net_ntop_ipv6() 251 cp += SPRINTF((cp, "%u", *s++)); in inet_net_ntop_ipv6() 256 cp += SPRINTF((cp, "%x", *s * 256 + s[1])); in inet_net_ntop_ipv6()
|
| D | inet_cidr_ntop.c | 42 # define SPRINTF(x) strlen(sprintf/**/x) macro 44 # define SPRINTF(x) ((size_t)sprintf x) macro 89 dst += SPRINTF((dst, "%u", *src++)); in decoct() 146 dst += SPRINTF((dst, "/%u", bits)); in inet_cidr_ntop_ipv4() 244 tp += SPRINTF((tp, "%x", words[i])); in inet_cidr_ntop_ipv6() 254 tp += SPRINTF((tp, "/%u", bits)); in inet_cidr_ntop_ipv6()
|
| D | inet_neta.c | 40 # define SPRINTF(x) strlen(sprintf/**/x) macro 42 # define SPRINTF(x) ((size_t)sprintf x) macro 70 dst += SPRINTF((dst, "%u", b)); in inet_neta()
|
| D | inet_cidr_pton.c | 44 # define SPRINTF(x) strlen(sprintf/**/x) macro 46 # define SPRINTF(x) ((size_t)sprintf x) macro
|
| D | inet_net_pton.c | 44 # define SPRINTF(x) strlen(sprintf/**/x) macro 46 # define SPRINTF(x) ((size_t)sprintf x) macro
|
| /freebsd-12-stable/contrib/nvi/common/ |
| D | options.c | 344 (void)SPRINTF(b2, SIZE(b2), in opts_init() 356 (void)SPRINTF(b2, SIZE(b2), in opts_init() 364 (void)SPRINTF(b2, SIZE(b2), L("msgcat=%s"), _PATH_MSGCAT); in opts_init() 368 (void)SPRINTF(b2, SIZE(b2), L("path=%s"), ""); in opts_init() 370 (void)SPRINTF(b2, SIZE(b2), L("recdir=%s"), NVI_PATH_PRESERVE); in opts_init() 373 (void)SPRINTF(b2, SIZE(b2), in opts_init() 380 (void)SPRINTF(b2, SIZE(b2), L("tags=%s"), _PATH_TAGS); in opts_init() 390 (void)SPRINTF(b2, SIZE(b2), L("scroll=%ld"), v); in opts_init() 411 (void)SPRINTF(b2, SIZE(b2), L("window=%lu"), v); in opts_init()
|
| D | multibyte.h | 40 #define SPRINTF swprintf macro 74 #define SPRINTF snprintf macro
|
| D | main.c | 245 (void)SPRINTF(path, SIZE(path), L("window=%s"), wsizearg); in editor()
|
| /freebsd-12-stable/contrib/nvi/vi/ |
| D | v_increment.c | 201 nlen = SPRINTF(nbuf, SIZE(nbuf), ntype, lval); in v_increment() 223 nlen = SPRINTF(nbuf, SIZE(nbuf), ntype, wlen, ulval); in v_increment()
|
| /freebsd-12-stable/contrib/nvi/cl/ |
| D | cl_read.c | 320 a.len = SPRINTF(b1, SIZE(b1), L("lines=%lu"), (u_long)lines); in cl_resize() 323 a.len = SPRINTF(b1, SIZE(b1), L("columns=%lu"), (u_long)columns); in cl_resize()
|
| D | cl_term.c | 245 nlen = SPRINTF(keyname, in cl_pfmap()
|
| /freebsd-12-stable/contrib/one-true-awk/ |
| D | maketab.c | 58 { SPRINTF, "awksprintf", "sprintf " },
|
| D | awkgram.y | 59 %token <i> PRINT PRINTF SPRINTF 85 %left PRINT PRINTF RETURN SPLIT SPRINTF STRING SUB SUBSTR 418 | SPRINTF '(' patlist ')' { $$ = op1($1, $3); }
|
| D | lex.c | 87 { "sprintf", SPRINTF, SPRINTF },
|
| /freebsd-12-stable/contrib/nvi/ex/ |
| D | ex_print.c | 109 SPRINTF(buf, SIZE(buf), L("%6u "), from); in ex_print()
|
| /freebsd-12-stable/lib/libc/net/ |
| D | gethostbydns.c | 82 #define SPRINTF(x) ((size_t)sprintf x) macro 610 qp += SPRINTF((qp, "%x.%x.", in _dns_gethostbyaddr()
|
| /freebsd-12-stable/lib/libc/resolv/ |
| D | res_debug.c | 124 # define SPRINTF(x) strlen(sprintf/**/x) macro 126 # define SPRINTF(x) sprintf x macro
|
| /freebsd-12-stable/contrib/tnftp/ |
| D | ChangeLog | 147 * Use snprintf() instead of SPRINTF()
|