Searched refs:vsprintf (Results 1 - 25 of 67) sorted by relevance

123

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/sun3/prom/
H A Dprintf.c33 i = vsprintf(ppbuf + 1, fmt, args) + 1;
35 i = vsprintf(ppbuf, fmt, args);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/boot/
H A Dstdio.h17 extern int vsprintf(char *buf, const char *fmt, va_list args);
H A Dstdio.c126 int vsprintf(char *buf, const char *fmt, va_list args) function
307 i=vsprintf(buf,fmt,args);
321 n = vsprintf(sprint_buf, fmt, args);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/lib/
H A Dstr.h13 #define vsnprintf(buf, size, format, args) vsprintf(buf, format, args)
H A Dstr.c25 return vsprintf (str, format, args);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dcurlx.h101 # undef vsprintf macro
112 # define vsprintf curlx_mvsprintf macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/include/curl/
H A Dmprintf.h51 # undef vsprintf macro
64 # define vsprintf vsprintf_was_used macro
67 # define vsprintf curl_mvsprintf macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/tmp/include/curl/
H A Dmprintf.h51 # undef vsprintf macro
64 # define vsprintf vsprintf_was_used macro
67 # define vsprintf curl_mvsprintf macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/alpha/lib/
H A Dsrm_printk.c17 len = vsprintf(buf, fmt, args);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/clib/
H A Dsnprintf.c50 len = (size_t)vsprintf(str, fmt, ap);
66 * Bounded version of vsprintf.
86 len = (size_t)vsprintf(str, fmt, ap);
136 * vsprintf, etc. will be the same as sprintf, and check the easy one.
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/xmon/
H A Dsubr_prf.c27 n = vsprintf(xmon_buf, fmt, ap);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dstdio.in.h185 # define vsprintf rpl_vsprintf macro
186 extern int vsprintf (char *str, const char *format, va_list args)
190 # undef vsprintf macro
191 # define vsprintf(b,f,a) \ macro
192 (GL_LINK_WARNING ("vsprintf is not always POSIX compliant - " \
193 "use gnulib module vsprintf-posix for portable " \
195 vsprintf (b, f, a))
H A Dvasprintf.c1 /* Like vsprintf but provides a pointer to malloc'd storage, which must
117 return vsprintf (*result, format, args);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dstdio.in.h185 # define vsprintf rpl_vsprintf macro
186 extern int vsprintf (char *str, const char *format, va_list args)
190 # undef vsprintf macro
191 # define vsprintf(b,f,a) \ macro
192 (GL_LINK_WARNING ("vsprintf is not always POSIX compliant - " \
193 "use gnulib module vsprintf-posix for portable " \
195 vsprintf (b, f, a))
H A Dvasprintf.c1 /* Like vsprintf but provides a pointer to malloc'd storage, which must
117 return vsprintf (*result, format, args);
H A Dglibconfig.in.h172 #define g_vsprintf vsprintf
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dvasprintf.c1 /* Like vsprintf but provides a pointer to malloc'd storage, which must
117 return vsprintf (*result, format, args);
H A Dglibconfig.in.h172 #define g_vsprintf vsprintf
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/lib/
H A Dstdio.in.h206 # define vsprintf rpl_vsprintf
207 extern int vsprintf (char *str, const char *format, va_list args)
211 # undef vsprintf
212 # define vsprintf(b,f,a) \
213 (GL_LINK_WARNING ("vsprintf is not always POSIX compliant - " \
214 "use gnulib module vsprintf-posix for portable " \
216 vsprintf (b, f, a))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/gt64120/wrppmc/
H A Dsetup.c83 i = vsprintf(pbuf, fmt, args);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/include/
H A Dbcmstdlib.h105 extern int BCMROMFN(vsprintf)(char *buf, const char *fmt, va_list ap);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/alpha/boot/
H A Dmain.c22 extern int vsprintf(char *, const char *, va_list);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/shared/
H A DUdpLib.c299 vsprintf(szTraceMsg, strFormat, lpArgv);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/bpalogin/
H A Dunixmain.c111 vsprintf(buf,s,ap);
128 vsprintf(buf,s,ap);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/frv/kernel/
H A Ddebug-stub.c190 n = vsprintf(buf, fmt, va);

Completed in 160 milliseconds

123