gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:__libc_open from t2ex/bsd_source/lib/libc/src_bsd/stdio/freopen.c (0.04 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdio/freopen.c - 6.5KB - 172 lines
89:         /* Get a new descriptor to refer to the new file. */
90:         f = __libc_open(file, oflags, DEFFILEMODE);
91:         if (f < 0 && isopen) {
95: isopen = 0; 96: f = __libc_open(file, oflags, DEFFILEMODE); 97: }