Search | Google it | Results 1 - 1 of 1 for funcall:__vfprintf from t2ex/bsd_source/lib/libc/src_bsd/stdio/vfprintf.c (0.00 seconds) |
140: /* do the work, then copy any error status */ 141: ret = __vfprintf(&fake, fmt, ap); 142: if (ret >= 0 && __sflush(&fake)) 269: FLOCKFILE(fp); 270: ret = __vfprintf(fp, fmt0, ap); 271: FUNLOCKFILE(fp);