/glibc-2.36/resolv/ |
D | ns_print.c | 34 #define SPRINTF(x) ((size_t)sprintf x) macro 133 len = SPRINTF((tmp, " %s %s", p_class(class), p_type(type))); in libresolv_hidden_def() 196 len = SPRINTF((tmp, "%lu", t)); in libresolv_hidden_def() 252 len = SPRINTF((tmp, "%u ", t)); in libresolv_hidden_def() 270 len = SPRINTF((tmp, "%u ", t)); in libresolv_hidden_def() 335 len = SPRINTF((t, "%u %u ", order, preference)); in libresolv_hidden_def() 377 len = SPRINTF((t, "%u %u %u ", priority, weight, port)); in libresolv_hidden_def() 408 len = SPRINTF((tmp, " %u ( ", *rdata)); in libresolv_hidden_def() 425 len = SPRINTF((tmp, "%d ", n)); in libresolv_hidden_def() 448 len = SPRINTF((tmp, "%d %d %d ", c_type, key_tag, alg)); in libresolv_hidden_def() [all …]
|
D | inet_net_ntop.c | 29 # define SPRINTF(x) strlen(sprintf/**/x) macro 31 # define SPRINTF(x) ((size_t)sprintf x) macro 97 dst += SPRINTF((dst, "%u", *src++)); in inet_net_ntop_ipv4() 114 dst += SPRINTF((dst, "%u", *src & m)); in inet_net_ntop_ipv4() 121 dst += SPRINTF((dst, "/%u", bits)); in inet_net_ntop_ipv4()
|
D | inet_neta.c | 28 # define SPRINTF(x) strlen(sprintf/**/x) macro 30 # define SPRINTF(x) ((size_t)sprintf x) macro 58 dst += SPRINTF((dst, "%u", b)); in inet_neta()
|
D | inet_ntop.c | 31 # define SPRINTF(x) strlen(sprintf/**/x) macro 33 # define SPRINTF(x) ((size_t)sprintf x) macro 85 if (SPRINTF((tmp, fmt, src[0], src[1], src[2], src[3])) >= size) { in libc_hidden_def() 169 tp += SPRINTF((tp, "%x", words[i])); in inet_ntop6()
|
D | ns_ttl.c | 29 # define SPRINTF(x) strlen(sprintf/**/x) macro 31 # define SPRINTF(x) ((size_t)sprintf x) macro 153 len = SPRINTF((tmp, "%d%c", t, s)); in fmt1()
|
D | inet_net_pton.c | 31 # define SPRINTF(x) strlen(sprintf/**/x) macro 33 # define SPRINTF(x) ((size_t)sprintf x) macro
|
D | ns_name.c | 30 # define SPRINTF(x) ((size_t)sprintf x) macro
|
D | ns_date.c | 28 #define SPRINTF(x) ((size_t)sprintf x) macro
|
D | res_debug.c | 113 # define SPRINTF(x) strlen(sprintf/**/x) macro 115 # define SPRINTF(x) sprintf x macro
|
/glibc-2.36/misc/ |
D | efgcvt-template.c | 26 #ifndef SPRINTF 27 # define SPRINTF sprintf macro 73 SPRINTF (buf, "%.*" FLOAT_FMT_FLAG "g", MIN (ndigit, NDIGIT_MAX), value); in __GCVT()
|
/glibc-2.36/sysdeps/ieee754/ldbl-128ibm-compat/ |
D | ieee128-qefgcvt.c | 22 #define SPRINTF ___ieee128_sprintf macro
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.20 | 1601 [! SPRINTF](SPRINTF): New.
|
D | ChangeLog.6 | 7793 * resolv/gethnamaddr.c [! SPRINTF_CHAR] (SPRINTF): Cast return
|
D | ChangeLog.18 | 22599 (SPRINTF): Remove, adjust caller.
|