Home
last modified time | relevance | path

Searched refs:SPRINTF (Results 1 – 25 of 584) sorted by relevance

12345678910>>...24

/dports/databases/gigabase/gigabase/Symbian/Carbide/workspace/GigaBASE/src/
H A Dquery.cpp36 buf += SPRINTF(SPRINTF_BUFFER(buf), _T("{bool}")); in dump()
39 buf += SPRINTF(SPRINTF_BUFFER(buf), _T("{int1}")); in dump()
42 buf += SPRINTF(SPRINTF_BUFFER(buf), _T("{int2}")); in dump()
45 buf += SPRINTF(SPRINTF_BUFFER(buf), _T("{int4}")); in dump()
48 buf += SPRINTF(SPRINTF_BUFFER(buf), _T("{db_int8}")); in dump()
51 buf += SPRINTF(SPRINTF_BUFFER(buf), _T("{real4}")); in dump()
54 buf += SPRINTF(SPRINTF_BUFFER(buf), _T("{real8}")); in dump()
57 buf += SPRINTF(SPRINTF_BUFFER(buf), _T("{char*}")); in dump()
60 buf += SPRINTF(SPRINTF_BUFFER(buf), _T("{char**}")); in dump()
92 buf += SPRINTF(SPRINTF_BUFFER(buf), _T("???")); in dump()
[all …]
/dports/databases/gigabase/gigabase/
H A Dquery.cpp36 buf += SPRINTF(SPRINTF_BUFFER(buf), _T("{bool}")); in dump()
39 buf += SPRINTF(SPRINTF_BUFFER(buf), _T("{int1}")); in dump()
42 buf += SPRINTF(SPRINTF_BUFFER(buf), _T("{int2}")); in dump()
45 buf += SPRINTF(SPRINTF_BUFFER(buf), _T("{int4}")); in dump()
48 buf += SPRINTF(SPRINTF_BUFFER(buf), _T("{db_int8}")); in dump()
51 buf += SPRINTF(SPRINTF_BUFFER(buf), _T("{real4}")); in dump()
54 buf += SPRINTF(SPRINTF_BUFFER(buf), _T("{real8}")); in dump()
57 buf += SPRINTF(SPRINTF_BUFFER(buf), _T("{char*}")); in dump()
60 buf += SPRINTF(SPRINTF_BUFFER(buf), _T("{char**}")); in dump()
92 buf += SPRINTF(SPRINTF_BUFFER(buf), _T("???")); in dump()
[all …]
/dports/devel/stb/stb-f54acd4/tests/
H A Dtest_sprintf.c6 # define SPRINTF stbsp_sprintf macro
10 # define SPRINTF sprintf macro
34 #define CHECK9(str, v1, v2, v3, v4, v5, v6, v7, v8, v9) { int ret = SPRINTF(buf, v1, v2, v3, v4, v5…
35 #define CHECK8(str, v1, v2, v3, v4, v5, v6, v7, v8 ) { int ret = SPRINTF(buf, v1, v2, v3, v4, v5…
36 #define CHECK7(str, v1, v2, v3, v4, v5, v6, v7 ) { int ret = SPRINTF(buf, v1, v2, v3, v4, v5…
37 #define CHECK6(str, v1, v2, v3, v4, v5, v6 ) { int ret = SPRINTF(buf, v1, v2, v3, v4, v5…
38 #define CHECK5(str, v1, v2, v3, v4, v5 ) { int ret = SPRINTF(buf, v1, v2, v3, v4, v5…
39 #define CHECK4(str, v1, v2, v3, v4 ) { int ret = SPRINTF(buf, v1, v2, v3, v4 …
40 #define CHECK3(str, v1, v2, v3 ) { int ret = SPRINTF(buf, v1, v2, v3 …
41 #define CHECK2(str, v1, v2 ) { int ret = SPRINTF(buf, v1, v2 …
[all …]
/dports/security/fwbuilder/fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/
H A Dinet_net_ntop.c29 #define SPRINTF(x) strlen(sprintfx) macro
31 #define SPRINTF(x) ((size_t)sprintf x) macro
138 dst += SPRINTF((dst, "%u", *src++)); in inet_cidr_ntop_ipv4()
157 dst += SPRINTF((dst, "%u", *src & m)); in inet_cidr_ntop_ipv4()
164 dst += SPRINTF((dst, "/%u", bits)); in inet_cidr_ntop_ipv4()
309 (void) SPRINTF((cp, "/%u", bits)); in inet_cidr_ntop_ipv6()
357 dst += SPRINTF((dst, "%u", *src++)); in inet_net_ntop_ipv4()
366 dst += SPRINTF((dst, "/%u", bits)); in inet_net_ntop_ipv4()
388 dst += SPRINTF((dst, "%u", *src++)); in decoct()
496 tp += SPRINTF((tp, "%x", words[i])); in inet_net_ntop_ipv6()
[all …]
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/utils/adt/
H A Dinet_cidr_ntop.c36 #define SPRINTF(x) strlen(sprintf/**/x) macro
38 #define SPRINTF(x) ((size_t)sprintf x) macro
114 dst += SPRINTF((dst, "%u", *src++)); in inet_cidr_ntop_ipv4()
133 dst += SPRINTF((dst, "%u", *src & m)); in inet_cidr_ntop_ipv4()
140 dst += SPRINTF((dst, "/%u", bits)); in inet_cidr_ntop_ipv4()
267 cp += SPRINTF((cp, "%u", *s++)); in inet_cidr_ntop_ipv6()
272 cp += SPRINTF((cp, "%u", *s++)); in inet_cidr_ntop_ipv6()
279 cp += SPRINTF((cp, "%x", *s * 256 + s[1])); in inet_cidr_ntop_ipv6()
285 (void) SPRINTF((cp, "/%u", bits)); in inet_cidr_ntop_ipv6()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/utils/adt/
H A Dinet_cidr_ntop.c36 #define SPRINTF(x) strlen(sprintf/**/x) macro
38 #define SPRINTF(x) ((size_t)sprintf x) macro
114 dst += SPRINTF((dst, "%u", *src++)); in inet_cidr_ntop_ipv4()
133 dst += SPRINTF((dst, "%u", *src & m)); in inet_cidr_ntop_ipv4()
140 dst += SPRINTF((dst, "/%u", bits)); in inet_cidr_ntop_ipv4()
267 cp += SPRINTF((cp, "%u", *s++)); in inet_cidr_ntop_ipv6()
272 cp += SPRINTF((cp, "%u", *s++)); in inet_cidr_ntop_ipv6()
279 cp += SPRINTF((cp, "%x", *s * 256 + s[1])); in inet_cidr_ntop_ipv6()
285 (void) SPRINTF((cp, "/%u", bits)); in inet_cidr_ntop_ipv6()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/utils/adt/
H A Dinet_cidr_ntop.c36 #define SPRINTF(x) strlen(sprintf/**/x) macro
38 #define SPRINTF(x) ((size_t)sprintf x) macro
114 dst += SPRINTF((dst, "%u", *src++)); in inet_cidr_ntop_ipv4()
133 dst += SPRINTF((dst, "%u", *src & m)); in inet_cidr_ntop_ipv4()
140 dst += SPRINTF((dst, "/%u", bits)); in inet_cidr_ntop_ipv4()
267 cp += SPRINTF((cp, "%u", *s++)); in inet_cidr_ntop_ipv6()
272 cp += SPRINTF((cp, "%u", *s++)); in inet_cidr_ntop_ipv6()
279 cp += SPRINTF((cp, "%x", *s * 256 + s[1])); in inet_cidr_ntop_ipv6()
285 (void) SPRINTF((cp, "/%u", bits)); in inet_cidr_ntop_ipv6()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/utils/adt/
H A Dinet_cidr_ntop.c35 #define SPRINTF(x) strlen(sprintf/**/x) macro
37 #define SPRINTF(x) ((size_t)sprintf x) macro
113 dst += SPRINTF((dst, "%u", *src++)); in inet_cidr_ntop_ipv4()
132 dst += SPRINTF((dst, "%u", *src & m)); in inet_cidr_ntop_ipv4()
139 dst += SPRINTF((dst, "/%u", bits)); in inet_cidr_ntop_ipv4()
266 cp += SPRINTF((cp, "%u", *s++)); in inet_cidr_ntop_ipv6()
271 cp += SPRINTF((cp, "%u", *s++)); in inet_cidr_ntop_ipv6()
278 cp += SPRINTF((cp, "%x", *s * 256 + s[1])); in inet_cidr_ntop_ipv6()
284 (void) SPRINTF((cp, "/%u", bits)); in inet_cidr_ntop_ipv6()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/utils/adt/
H A Dinet_cidr_ntop.c35 #define SPRINTF(x) strlen(sprintf/**/x) macro
37 #define SPRINTF(x) ((size_t)sprintf x) macro
113 dst += SPRINTF((dst, "%u", *src++)); in inet_cidr_ntop_ipv4()
132 dst += SPRINTF((dst, "%u", *src & m)); in inet_cidr_ntop_ipv4()
139 dst += SPRINTF((dst, "/%u", bits)); in inet_cidr_ntop_ipv4()
266 cp += SPRINTF((cp, "%u", *s++)); in inet_cidr_ntop_ipv6()
271 cp += SPRINTF((cp, "%u", *s++)); in inet_cidr_ntop_ipv6()
278 cp += SPRINTF((cp, "%x", *s * 256 + s[1])); in inet_cidr_ntop_ipv6()
284 (void) SPRINTF((cp, "/%u", bits)); in inet_cidr_ntop_ipv6()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/utils/adt/
H A Dinet_cidr_ntop.c35 #define SPRINTF(x) strlen(sprintf/**/x) macro
37 #define SPRINTF(x) ((size_t)sprintf x) macro
113 dst += SPRINTF((dst, "%u", *src++)); in inet_cidr_ntop_ipv4()
132 dst += SPRINTF((dst, "%u", *src & m)); in inet_cidr_ntop_ipv4()
139 dst += SPRINTF((dst, "/%u", bits)); in inet_cidr_ntop_ipv4()
266 cp += SPRINTF((cp, "%u", *s++)); in inet_cidr_ntop_ipv6()
271 cp += SPRINTF((cp, "%u", *s++)); in inet_cidr_ntop_ipv6()
278 cp += SPRINTF((cp, "%x", *s * 256 + s[1])); in inet_cidr_ntop_ipv6()
284 (void) SPRINTF((cp, "/%u", bits)); in inet_cidr_ntop_ipv6()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/utils/adt/
H A Dinet_cidr_ntop.c35 #define SPRINTF(x) strlen(sprintf/**/x) macro
37 #define SPRINTF(x) ((size_t)sprintf x) macro
113 dst += SPRINTF((dst, "%u", *src++)); in inet_cidr_ntop_ipv4()
132 dst += SPRINTF((dst, "%u", *src & m)); in inet_cidr_ntop_ipv4()
139 dst += SPRINTF((dst, "/%u", bits)); in inet_cidr_ntop_ipv4()
266 cp += SPRINTF((cp, "%u", *s++)); in inet_cidr_ntop_ipv6()
271 cp += SPRINTF((cp, "%u", *s++)); in inet_cidr_ntop_ipv6()
278 cp += SPRINTF((cp, "%x", *s * 256 + s[1])); in inet_cidr_ntop_ipv6()
284 (void) SPRINTF((cp, "/%u", bits)); in inet_cidr_ntop_ipv6()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/utils/adt/
H A Dinet_cidr_ntop.c35 #define SPRINTF(x) strlen(sprintf/**/x) macro
37 #define SPRINTF(x) ((size_t)sprintf x) macro
113 dst += SPRINTF((dst, "%u", *src++)); in inet_cidr_ntop_ipv4()
132 dst += SPRINTF((dst, "%u", *src & m)); in inet_cidr_ntop_ipv4()
139 dst += SPRINTF((dst, "/%u", bits)); in inet_cidr_ntop_ipv4()
266 cp += SPRINTF((cp, "%u", *s++)); in inet_cidr_ntop_ipv6()
271 cp += SPRINTF((cp, "%u", *s++)); in inet_cidr_ntop_ipv6()
278 cp += SPRINTF((cp, "%x", *s * 256 + s[1])); in inet_cidr_ntop_ipv6()
284 (void) SPRINTF((cp, "/%u", bits)); in inet_cidr_ntop_ipv6()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/utils/adt/
H A Dinet_cidr_ntop.c35 #define SPRINTF(x) strlen(sprintf/**/x) macro
37 #define SPRINTF(x) ((size_t)sprintf x) macro
113 dst += SPRINTF((dst, "%u", *src++)); in inet_cidr_ntop_ipv4()
132 dst += SPRINTF((dst, "%u", *src & m)); in inet_cidr_ntop_ipv4()
139 dst += SPRINTF((dst, "/%u", bits)); in inet_cidr_ntop_ipv4()
266 cp += SPRINTF((cp, "%u", *s++)); in inet_cidr_ntop_ipv6()
271 cp += SPRINTF((cp, "%u", *s++)); in inet_cidr_ntop_ipv6()
278 cp += SPRINTF((cp, "%x", *s * 256 + s[1])); in inet_cidr_ntop_ipv6()
284 (void) SPRINTF((cp, "/%u", bits)); in inet_cidr_ntop_ipv6()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/utils/adt/
H A Dinet_cidr_ntop.c35 #define SPRINTF(x) strlen(sprintf/**/x) macro
37 #define SPRINTF(x) ((size_t)sprintf x) macro
113 dst += SPRINTF((dst, "%u", *src++)); in inet_cidr_ntop_ipv4()
132 dst += SPRINTF((dst, "%u", *src & m)); in inet_cidr_ntop_ipv4()
139 dst += SPRINTF((dst, "/%u", bits)); in inet_cidr_ntop_ipv4()
266 cp += SPRINTF((cp, "%u", *s++)); in inet_cidr_ntop_ipv6()
271 cp += SPRINTF((cp, "%u", *s++)); in inet_cidr_ntop_ipv6()
278 cp += SPRINTF((cp, "%x", *s * 256 + s[1])); in inet_cidr_ntop_ipv6()
284 (void) SPRINTF((cp, "/%u", bits)); in inet_cidr_ntop_ipv6()
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/inet/
H A Dinet_net_ntop.c47 # define SPRINTF(x) strlen(sprintf/**/x) macro
49 # define SPRINTF(x) sprintf x
120 dst += SPRINTF((dst, "%u", *src++)); in inet_net_ntop_ipv4()
137 dst += SPRINTF((dst, "%u", *src & m)); in inet_net_ntop_ipv4()
144 dst += SPRINTF((dst, "/%u", bits)); in inet_net_ntop_ipv4()
254 cp += SPRINTF((cp, "%u", *s++)); in inet_net_ntop_ipv6()
258 cp += SPRINTF((cp, "%u", *s++)); in inet_net_ntop_ipv6()
263 cp += SPRINTF((cp, "%x", *s * 256 + s[1])); in inet_net_ntop_ipv6()
269 (void)SPRINTF((cp, "/%u", bits)); in inet_net_ntop_ipv6()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/utils/adt/
H A Dinet_cidr_ntop.c35 #define SPRINTF(x) strlen(sprintf/**/x) macro
37 #define SPRINTF(x) ((size_t)sprintf x) macro
113 dst += SPRINTF((dst, "%u", *src++)); in inet_cidr_ntop_ipv4()
132 dst += SPRINTF((dst, "%u", *src & m)); in inet_cidr_ntop_ipv4()
139 dst += SPRINTF((dst, "/%u", bits)); in inet_cidr_ntop_ipv4()
266 cp += SPRINTF((cp, "%u", *s++)); in inet_cidr_ntop_ipv6()
271 cp += SPRINTF((cp, "%u", *s++)); in inet_cidr_ntop_ipv6()
278 cp += SPRINTF((cp, "%x", *s * 256 + s[1])); in inet_cidr_ntop_ipv6()
284 (void) SPRINTF((cp, "/%u", bits)); in inet_cidr_ntop_ipv6()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/utils/adt/
H A Dinet_cidr_ntop.c35 #define SPRINTF(x) strlen(sprintf/**/x) macro
37 #define SPRINTF(x) ((size_t)sprintf x) macro
113 dst += SPRINTF((dst, "%u", *src++)); in inet_cidr_ntop_ipv4()
132 dst += SPRINTF((dst, "%u", *src & m)); in inet_cidr_ntop_ipv4()
139 dst += SPRINTF((dst, "/%u", bits)); in inet_cidr_ntop_ipv4()
266 cp += SPRINTF((cp, "%u", *s++)); in inet_cidr_ntop_ipv6()
271 cp += SPRINTF((cp, "%u", *s++)); in inet_cidr_ntop_ipv6()
278 cp += SPRINTF((cp, "%x", *s * 256 + s[1])); in inet_cidr_ntop_ipv6()
284 (void) SPRINTF((cp, "/%u", bits)); in inet_cidr_ntop_ipv6()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/utils/adt/
H A Dinet_cidr_ntop.c35 #define SPRINTF(x) strlen(sprintf/**/x) macro
37 #define SPRINTF(x) ((size_t)sprintf x) macro
113 dst += SPRINTF((dst, "%u", *src++)); in inet_cidr_ntop_ipv4()
132 dst += SPRINTF((dst, "%u", *src & m)); in inet_cidr_ntop_ipv4()
139 dst += SPRINTF((dst, "/%u", bits)); in inet_cidr_ntop_ipv4()
266 cp += SPRINTF((cp, "%u", *s++)); in inet_cidr_ntop_ipv6()
271 cp += SPRINTF((cp, "%u", *s++)); in inet_cidr_ntop_ipv6()
278 cp += SPRINTF((cp, "%x", *s * 256 + s[1])); in inet_cidr_ntop_ipv6()
284 (void) SPRINTF((cp, "/%u", bits)); in inet_cidr_ntop_ipv6()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/utils/adt/
H A Dinet_cidr_ntop.c35 #define SPRINTF(x) strlen(sprintf/**/x)
37 #define SPRINTF(x) ((size_t)sprintf x)
113 dst += SPRINTF((dst, "%u", *src++));
132 dst += SPRINTF((dst, "%u", *src & m));
139 dst += SPRINTF((dst, "/%u", bits));
266 cp += SPRINTF((cp, "%u", *s++));
271 cp += SPRINTF((cp, "%u", *s++));
278 cp += SPRINTF((cp, "%x", *s * 256 + s[1]));
284 (void) SPRINTF((cp, "/%u", bits));
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/utils/adt/
H A Dinet_cidr_ntop.c35 #define SPRINTF(x) strlen(sprintf/**/x) macro
37 #define SPRINTF(x) ((size_t)sprintf x) macro
113 dst += SPRINTF((dst, "%u", *src++)); in inet_cidr_ntop_ipv4()
132 dst += SPRINTF((dst, "%u", *src & m)); in inet_cidr_ntop_ipv4()
139 dst += SPRINTF((dst, "/%u", bits)); in inet_cidr_ntop_ipv4()
266 cp += SPRINTF((cp, "%u", *s++)); in inet_cidr_ntop_ipv6()
271 cp += SPRINTF((cp, "%u", *s++)); in inet_cidr_ntop_ipv6()
278 cp += SPRINTF((cp, "%x", *s * 256 + s[1])); in inet_cidr_ntop_ipv6()
284 (void) SPRINTF((cp, "/%u", bits)); in inet_cidr_ntop_ipv6()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/utils/adt/
H A Dinet_cidr_ntop.c35 #define SPRINTF(x) strlen(sprintf/**/x) macro
37 #define SPRINTF(x) ((size_t)sprintf x) macro
113 dst += SPRINTF((dst, "%u", *src++)); in inet_cidr_ntop_ipv4()
132 dst += SPRINTF((dst, "%u", *src & m)); in inet_cidr_ntop_ipv4()
139 dst += SPRINTF((dst, "/%u", bits)); in inet_cidr_ntop_ipv4()
266 cp += SPRINTF((cp, "%u", *s++)); in inet_cidr_ntop_ipv6()
271 cp += SPRINTF((cp, "%u", *s++)); in inet_cidr_ntop_ipv6()
278 cp += SPRINTF((cp, "%x", *s * 256 + s[1])); in inet_cidr_ntop_ipv6()
284 (void) SPRINTF((cp, "/%u", bits)); in inet_cidr_ntop_ipv6()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/utils/adt/
H A Dinet_cidr_ntop.c35 #define SPRINTF(x) strlen(sprintf/**/x) macro
37 #define SPRINTF(x) ((size_t)sprintf x) macro
113 dst += SPRINTF((dst, "%u", *src++)); in inet_cidr_ntop_ipv4()
132 dst += SPRINTF((dst, "%u", *src & m)); in inet_cidr_ntop_ipv4()
139 dst += SPRINTF((dst, "/%u", bits)); in inet_cidr_ntop_ipv4()
266 cp += SPRINTF((cp, "%u", *s++)); in inet_cidr_ntop_ipv6()
271 cp += SPRINTF((cp, "%u", *s++)); in inet_cidr_ntop_ipv6()
278 cp += SPRINTF((cp, "%x", *s * 256 + s[1])); in inet_cidr_ntop_ipv6()
284 (void) SPRINTF((cp, "/%u", bits)); in inet_cidr_ntop_ipv6()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/utils/adt/
H A Dinet_cidr_ntop.c35 #define SPRINTF(x) strlen(sprintf/**/x) macro
37 #define SPRINTF(x) ((size_t)sprintf x) macro
113 dst += SPRINTF((dst, "%u", *src++)); in inet_cidr_ntop_ipv4()
132 dst += SPRINTF((dst, "%u", *src & m)); in inet_cidr_ntop_ipv4()
139 dst += SPRINTF((dst, "/%u", bits)); in inet_cidr_ntop_ipv4()
266 cp += SPRINTF((cp, "%u", *s++)); in inet_cidr_ntop_ipv6()
271 cp += SPRINTF((cp, "%u", *s++)); in inet_cidr_ntop_ipv6()
278 cp += SPRINTF((cp, "%x", *s * 256 + s[1])); in inet_cidr_ntop_ipv6()
284 (void) SPRINTF((cp, "/%u", bits)); in inet_cidr_ntop_ipv6()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/utils/adt/
H A Dinet_cidr_ntop.c35 #define SPRINTF(x) strlen(sprintf/**/x) macro
37 #define SPRINTF(x) ((size_t)sprintf x) macro
113 dst += SPRINTF((dst, "%u", *src++)); in inet_cidr_ntop_ipv4()
132 dst += SPRINTF((dst, "%u", *src & m)); in inet_cidr_ntop_ipv4()
139 dst += SPRINTF((dst, "/%u", bits)); in inet_cidr_ntop_ipv4()
266 cp += SPRINTF((cp, "%u", *s++)); in inet_cidr_ntop_ipv6()
271 cp += SPRINTF((cp, "%u", *s++)); in inet_cidr_ntop_ipv6()
278 cp += SPRINTF((cp, "%x", *s * 256 + s[1])); in inet_cidr_ntop_ipv6()
284 (void) SPRINTF((cp, "/%u", bits)); in inet_cidr_ntop_ipv6()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/utils/adt/
H A Dinet_cidr_ntop.c36 #define SPRINTF(x) strlen(sprintf/**/x) macro
38 #define SPRINTF(x) ((size_t)sprintf x) macro
114 dst += SPRINTF((dst, "%u", *src++)); in inet_cidr_ntop_ipv4()
133 dst += SPRINTF((dst, "%u", *src & m)); in inet_cidr_ntop_ipv4()
140 dst += SPRINTF((dst, "/%u", bits)); in inet_cidr_ntop_ipv4()
267 cp += SPRINTF((cp, "%u", *s++)); in inet_cidr_ntop_ipv6()
272 cp += SPRINTF((cp, "%u", *s++)); in inet_cidr_ntop_ipv6()
279 cp += SPRINTF((cp, "%x", *s * 256 + s[1])); in inet_cidr_ntop_ipv6()
285 (void) SPRINTF((cp, "/%u", bits)); in inet_cidr_ntop_ipv6()

12345678910>>...24