Lines Matching refs:SNPRINTF
19 /* Tell glibc's <stdio.h> to provide a prototype for snprintf().
40 #include <stdio.h> /* snprintf(), sprintf() */
88 # define SNPRINTF _snwprintf
91 # define SNPRINTF swprintf
102 # define SNPRINTF _snprintf
105 # define SNPRINTF snprintf
146 sprintf or snprintf. */
501 /* Construct the format string for calling snprintf or
565 /* Construct the arguments for calling snprintf or sprintf. */
581 /* Prepare checking whether snprintf returns the count
602 retcount = SNPRINTF (result + length, maxlen, buf, \
606 retcount = SNPRINTF (result + length, maxlen, buf, \
610 retcount = SNPRINTF (result + length, maxlen, buf, \
753 /* Portability: Not all implementations of snprintf()
755 bytes that snprintf() has produced or would have
759 /* Verify that snprintf() has NUL-terminated its
769 /* snprintf() doesn't understand the '%n'
774 at the snprintf() return value. */
780 /* Look at the snprintf() return value. */
783 /* HP-UX 10.20 snprintf() is doubly deficient:
822 snprintf() reports a too small count. */
833 /* The snprintf() result did fit. */
878 #undef SNPRINTF