gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:__libc_write (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdio/stdio.c - 3.3KB - 92 lines
66:         fp->_flags &= ~__SOFF; /* in case FAPPEND mode is set */
67:         ret = __libc_write(fp->_file, buf, n);
68:         if (ret < 0) { __sseterr(fp, ret); ret = -1; }