8947d07b0e18a9358069377a3fa4cce763841c11
[gnulib.git] / doc / posix-functions / vdprintf.texi
1 @node vdprintf
2 @section @code{vdprintf}
3 @findex vdprintf
4
5 POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/vdprintf.html}
6
7 Gnulib module: vdprintf or vdprintf-posix
8
9 Portability problems fixed by either Gnulib module @code{vdprintf} or @code{vdprintf-posix}:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5.
14 @end itemize
15
16 Portability problems fixed by Gnulib module @code{vdprintf-posix}:
17 @itemize
18 @item
19 This function does not support size specifiers as in C99 (@code{hh}, @code{ll},
20 @code{j}, @code{t}, @code{z}) on some platforms:
21 BeOS.
22 @item
23 printf of @samp{long double} numbers is unsupported on some platforms:
24 BeOS.
25 @item
26 This function does not support the @samp{a} and @samp{A} directives on some
27 platforms:
28 glibc-2.3.6, BeOS.
29 @item
30 This function does not support the @samp{F} directive on some platforms:
31 BeOS.
32 @item
33 This function does not support format directives that access arguments in an
34 arbitrary order, such as @code{"%2$s"}, on some platforms:
35 BeOS.
36 @item
37 This function does not support precisions larger than 512 or 1024 in integer,
38 floating-point and pointer output on some platforms:
39 BeOS.
40 @end itemize
41
42 Portability problems not fixed by Gnulib:
43 @itemize
44 @end itemize