gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:__libc_open (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdio/fopen.c - 3.4KB - 87 lines
53:                 { f = EMFILE; goto e1; }
54:         if ((f = __libc_open(file, oflags, DEFFILEMODE)) < 0) {
55:                 fp->_flags = 0;                       /* release */
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) {
More results from freopen.c