Home | History | Annotate | Download | only in libxml2

Lines Matching refs:va_list

81 int trio_vprintf TRIO_PROTO((TRIO_CONST char *format, va_list args));
85 int trio_vfprintf TRIO_PROTO((FILE *file, TRIO_CONST char *format, va_list args));
89 int trio_vdprintf TRIO_PROTO((int fd, TRIO_CONST char *format, va_list args));
95 TRIO_CONST char *format, va_list args));
100 int trio_vsprintf TRIO_PROTO((char *buffer, TRIO_CONST char *format, va_list args));
105 va_list args));
111 va_list args));
114 char *trio_vaprintf TRIO_PROTO((TRIO_CONST char *format, va_list args));
117 int trio_vasprintf TRIO_PROTO((char **ret, TRIO_CONST char *format, va_list args));
123 int trio_vscanf TRIO_PROTO((TRIO_CONST char *format, va_list args));
127 int trio_vfscanf TRIO_PROTO((FILE *file, TRIO_CONST char *format, va_list args));
131 int trio_vdscanf TRIO_PROTO((int fd, TRIO_CONST char *format, va_list args));
137 TRIO_CONST char *format, va_list args));
142 int trio_vsscanf TRIO_PROTO((TRIO_CONST char *buffer, TRIO_CONST char *format, va_list args));