Home | History | Annotate | Download | only in util

Lines Matching full:c99

24  * 2008-01-20 Holger Weiss <holger@jhweiss.de> for C99-snprintf 1.1:
29 * 2008-01-06 Holger Weiss <holger@jhweiss.de> for C99-snprintf 1.0:
38 * "t", and "z" length modifiers; support the "#" flag and the (non-C99)
57 * C99 compliant snprintf(3) and vsnprintf(3) functions return the number
356 * We need an unsigned integer type corresponding to ptrdiff_t (cf. C99:
365 * We need a signed integer type corresponding to size_t (cf. C99: 7.19.6.1, 7).
484 * C99 says: "If `n' is zero, nothing is written, and `s' may be a null
525 case '\'': /* SUSv2 flag (not in C99). */
545 * C99 says: "A negative field width argument is
578 * C99 says: "A negative precision argument is
748 * one (cf. C99: 7.19.6.1, 8).
768 * C99 says: "The value of the pointer is
771 * manner." (C99: 7.19.6.1, 8)
813 * C99 says that with the "z" length
925 * C99 says: "The result is converted to an `alternative form'.
959 * C99 says: "If the `0' and `-' flags both appear, the `0' flag is
1025 * AIX' man page says the default is 0, but C99 and at least Solaris'
1148 * C99 says: "Let P equal the precision if nonzero, 6 if the precision
1182 * C99 says: "The exponent always contains at least two digits,
1231 * C99 says: "If the `0' and `-' flags both appear, the `0' flag is
1362 * comparison (cf. C99: 6.3.1.4, 2). It might then equal the LDOUBLE