Searched defs:vfprintf (Results 1 – 8 of 8) sorted by relevance
10 int vfprintf(void) { return 0; } in vfprintf() function
28 vfprintf(iop, fmt, ap) in vfprintf() function
46 # define vfprintf curl_mvfprintf macro
112 # define vfprintf curlx_mvfprintf macro
72 # define vfprintf curl_mvfprintf macro
171 # define vfprintf trio_vfprintf macro
657 int vfprintf(FILE *restrict f, const char *restrict fmt, va_list ap) in vfprintf() function
474 pub fn vfprintf(arg1: *mut FILE, arg2: *const c_char, arg3: __va_list) -> c_int; in vfprintf() function