Searched refs:SNPRINTF (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dvasnprintf.c100 # define SNPRINTF _snwprintf macro
103 # define SNPRINTF swprintf macro
114 # define SNPRINTF _snprintf macro
117 # define SNPRINTF snprintf macro
605 count = SNPRINTF (result + length, maxlen, buf, \
609 count = SNPRINTF (result + length, maxlen, buf, \
613 count = SNPRINTF (result + length, maxlen, buf, \
861 #undef SNPRINTF macro
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/intl/
H A Dvasnprintf.c86 # define SNPRINTF _snwprintf macro
89 # define SNPRINTF swprintf macro
100 # define SNPRINTF _snprintf macro
103 # define SNPRINTF snprintf macro
601 retcount = SNPRINTF (result + length, maxlen, buf, \
605 retcount = SNPRINTF (result + length, maxlen, buf, \
609 retcount = SNPRINTF (result + length, maxlen, buf, \
884 #undef SNPRINTF macro
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/libasprintf/
H A Dvasnprintf.c86 # define SNPRINTF _snwprintf macro
89 # define SNPRINTF swprintf macro
100 # define SNPRINTF _snprintf macro
103 # define SNPRINTF snprintf macro
601 retcount = SNPRINTF (result + length, maxlen, buf, \
605 retcount = SNPRINTF (result + length, maxlen, buf, \
609 retcount = SNPRINTF (result + length, maxlen, buf, \
884 #undef SNPRINTF macro
/netbsd-current/external/gpl2/texinfo/dist/intl/
H A Dvasnprintf.c90 # define SNPRINTF _snwprintf macro
93 # define SNPRINTF swprintf macro
104 # define SNPRINTF _snprintf macro
107 # define SNPRINTF snprintf macro
604 retcount = SNPRINTF (result + length, maxlen, buf, \
608 retcount = SNPRINTF (result + length, maxlen, buf, \
612 retcount = SNPRINTF (result + length, maxlen, buf, \
883 #undef SNPRINTF macro
/netbsd-current/external/bsd/ipf/dist/
H A Dip_irc_pxy.c319 #if defined(SNPRINTF) && defined(KERNEL)
320 SNPRINTF(newbuf, sizeof(newbuf) - i, "%u %u\001\r\n", a1, a5);
H A Dip_rpcb_pxy.c792 #if defined(SNPRINTF) && defined(_KERNEL)
793 SNPRINTF(uaddr, sizeof(uaddr),
1329 #if defined(SNPRINTF) && defined(_KERNEL)
1330 SNPRINTF(uaddr, sizeof(uaddr),
1409 #if defined(SNPRINTF) && defined(_KERNEL)
1410 SNPRINTF(uaddr, sizeof(uaddr),
H A Dip_pool.c993 #if defined(SNPRINTF) && defined(_KERNEL)
994 SNPRINTF(name, sizeof(name), "%x", poolnum);
1003 #if defined(SNPRINTF) && defined(_KERNEL)
1004 SNPRINTF(name, sizeof(name), "%x", poolnum);
H A Dip_lookup.c855 #if defined(SNPRINTF) && defined(_KERNEL)
856 SNPRINTF(name, sizeof(name), "%u", number);
H A Dip_htable.c332 #if defined(SNPRINTF) && defined(_KERNEL)
333 SNPRINTF(name, sizeof(name), "%u", i);
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Drefclock_mx4200.c1626 n = SNPRINTF((cp, (size_t)(ep - cp), "*%02X\r\n", ck));

Completed in 201 milliseconds