gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:__vfprintf from t2ex/bsd_source/lib/libc/src_bsd/stdio/vfprintf.c (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdio/vfprintf.c - 58.5KB - 1,551 lines
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);