HomeSort by: relevance | last modified time | path
    Searched defs:portable_vsnprintf (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/groff/dist/src/libs/snprintf/
snprintf.c 229 * (and portable_vsnprintf).
236 * (and portable_vsnprintf) and a macro 'snprintf' (and 'vsnprintf')
265 * wrapper routines around portable_vsnprintf. Defining any of the four
469 /* declare our portable vsnprintf routine under name portable_vsnprintf */
474 #define portable_vsnprintf vsnprintf
481 int portable_vsnprintf(char *str, size_t str_m, const char *fmt, va_list ap);
500 str_l = portable_vsnprintf(NULL, (size_t)0, fmt, ap);
508 str_l2 = portable_vsnprintf(*ptr, str_m, fmt, ap);
524 str_l = portable_vsnprintf(NULL, (size_t)0, fmt, ap2);/*get required size*/
531 const int str_l2 = portable_vsnprintf(*ptr, str_m, fmt, ap)
473 #define portable_vsnprintf macro
    [all...]
snprintf.c 229 * (and portable_vsnprintf).
236 * (and portable_vsnprintf) and a macro 'snprintf' (and 'vsnprintf')
265 * wrapper routines around portable_vsnprintf. Defining any of the four
469 /* declare our portable vsnprintf routine under name portable_vsnprintf */
474 #define portable_vsnprintf vsnprintf
481 int portable_vsnprintf(char *str, size_t str_m, const char *fmt, va_list ap);
500 str_l = portable_vsnprintf(NULL, (size_t)0, fmt, ap);
508 str_l2 = portable_vsnprintf(*ptr, str_m, fmt, ap);
524 str_l = portable_vsnprintf(NULL, (size_t)0, fmt, ap2);/*get required size*/
531 const int str_l2 = portable_vsnprintf(*ptr, str_m, fmt, ap)
473 #define portable_vsnprintf macro
    [all...]

Completed in 44 milliseconds