Searched refs:vdprintf (Results 1 - 12 of 12) sorted by relevance

/external/syslinux/com32/lib/
H A Ddprintf.c10 void vdprintf(const char *, va_list);
17 vdprintf(format, ap);
H A Dvdprintf.c2 * vdprintf.c
44 void vdprintf(const char *format, va_list ap) function
/external/syslinux/com32/include/
H A Ddprintf.h20 # define vdprintf vprintf macro
24 void vdprintf(const char *, va_list);
33 #define vdprintf(fmt, ap) \ macro
43 # define vdprintf2 vdprintf
/external/dhcpcd-6.8.2/compat/
H A Ddprintf.c36 vdprintf(int fd, const char * __restrict fmt, va_list va) function
61 e = vdprintf(fd, fmt, va);
H A Ddprintf.h41 __printflike(2, 0) int vdprintf(int, const char * __restrict, va_list);
/external/bison/darwin-lib/
H A Dstdio.h1464 # define vdprintf rpl_vdprintf
1466 _GL_FUNCDECL_RPL (vdprintf, int, (int fd, const char *format, va_list args)
1469 _GL_CXXALIAS_RPL (vdprintf, int, (int fd, const char *format, va_list args));
1472 _GL_FUNCDECL_SYS (vdprintf, int, (int fd, const char *format, va_list args)
1478 _GL_CXXALIAS_SYS_CAST (vdprintf, int,
1481 _GL_CXXALIASWARN (vdprintf);
1483 # undef vdprintf macro
1485 _GL_WARN_ON_USE (vdprintf, "vdprintf is unportable - "
1486 "use gnulib module vdprintf fo
[all...]
/external/bison/linux-lib/
H A Dstdio.h1464 # define vdprintf rpl_vdprintf
1466 _GL_FUNCDECL_RPL (vdprintf, int, (int fd, const char *format, va_list args)
1469 _GL_CXXALIAS_RPL (vdprintf, int, (int fd, const char *format, va_list args));
1472 _GL_FUNCDECL_SYS (vdprintf, int, (int fd, const char *format, va_list args)
1478 _GL_CXXALIAS_SYS_CAST (vdprintf, int,
1481 _GL_CXXALIASWARN (vdprintf);
1483 # undef vdprintf macro
1485 _GL_WARN_ON_USE (vdprintf, "vdprintf is unportable - "
1486 "use gnulib module vdprintf fo
[all...]
/external/bison/lib/
H A Dstdio.in.h1152 # define vdprintf rpl_vdprintf
1154 _GL_FUNCDECL_RPL (vdprintf, int, (int fd, const char *format, va_list args)
1157 _GL_CXXALIAS_RPL (vdprintf, int, (int fd, const char *format, va_list args));
1160 _GL_FUNCDECL_SYS (vdprintf, int, (int fd, const char *format, va_list args)
1166 _GL_CXXALIAS_SYS_CAST (vdprintf, int,
1169 _GL_CXXALIASWARN (vdprintf);
1171 # undef vdprintf
1173 _GL_WARN_ON_USE (vdprintf, "vdprintf is unportable - "
1174 "use gnulib module vdprintf fo
[all...]
/external/dhcpcd-6.8.2/
H A Dcommon.c259 vdprintf(ctx->log_fd, fmt, va);
/external/libxml2/
H A Dtrio.h215 #define vdprintf trio_vdprintf macro
/external/syslinux/mk/
H A Dlib.mk122 dprintf.o vdprintf.o \
/external/bison/
H A Dconfigure30450 for gl_func in dprintf fpurge fseeko ftello getdelim getline gets pclose popen renameat snprintf tmpfile vdprintf vsnprintf; do

Completed in 251 milliseconds