gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:__sfread (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdio/fread.c - 3.1KB - 86 lines
82:         FLOCKFILE(fp);
83:         cnt = __sfread(buf, size, count, fp);
84:         FUNLOCKFILE(fp);
bsd_source/lib/libc/src_bsd/stdio/vfscanf.c - 43.3KB - 970 lines
404:                         } else {
405:                                 size_t r = __sfread((void *)va_arg(ap, char *), 1,
406:                                     width, fp);