Search | Google it | Results 1 - 2 of 2 for funcall:__libc_open (0.00 seconds) |
53: { f = EMFILE; goto e1; } 54: if ((f = __libc_open(file, oflags, DEFFILEMODE)) < 0) { 55: fp->_flags = 0; /* release */
89: /* Get a new descriptor to refer to the new file. */ 90: f = __libc_open(file, oflags, DEFFILEMODE); 91: if (f < 0 && isopen) {