Lines Matching full:args
81 int trio_vprintf TRIO_PROTO((TRIO_CONST char *format, va_list args));
82 int trio_printfv TRIO_PROTO((TRIO_CONST char *format, void **args));
85 int trio_vfprintf TRIO_PROTO((FILE *file, TRIO_CONST char *format, va_list args));
86 int trio_fprintfv TRIO_PROTO((FILE *file, TRIO_CONST char *format, void **args));
89 int trio_vdprintf TRIO_PROTO((int fd, TRIO_CONST char *format, va_list args));
90 int trio_dprintfv TRIO_PROTO((int fd, TRIO_CONST char *format, void **args));
95 TRIO_CONST char *format, va_list args));
97 TRIO_CONST char *format, void **args));
100 int trio_vsprintf TRIO_PROTO((char *buffer, TRIO_CONST char *format, va_list args));
101 int trio_sprintfv TRIO_PROTO((char *buffer, TRIO_CONST char *format, void **args));
105 va_list args));
107 void **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));
124 int trio_scanfv TRIO_PROTO((TRIO_CONST char *format, void **args));
127 int trio_vfscanf TRIO_PROTO((FILE *file, TRIO_CONST char *format, va_list args));
128 int trio_fscanfv TRIO_PROTO((FILE *file, TRIO_CONST char *format, void **args));
131 int trio_vdscanf TRIO_PROTO((int fd, TRIO_CONST char *format, va_list args));
132 int trio_dscanfv TRIO_PROTO((int fd, TRIO_CONST char *format, void **args));
137 TRIO_CONST char *format, va_list args));
139 TRIO_CONST char *format, void **args));
142 int trio_vsscanf TRIO_PROTO((TRIO_CONST char *buffer, TRIO_CONST char *format, va_list args));
143 int trio_sscanfv TRIO_PROTO((TRIO_CONST char *buffer, TRIO_CONST char *format, void **args));