Search | Google it | Results 1 - 3 of 3 for funcall:__libc_close (0.00 seconds) |
61: fp->_flags = 0; /* release */ 62: __libc_close(f); 63: /*errno*/f = EMFILE;
137: if (/*dup2(f, wantfd) >= 0*/0) { 138: (void) __libc_close(f); 139: f = wantfd;
90: { 91: int ret = __libc_close(((FILE *)cookie)->_file); if (ret < 0) { __sseterr((FILE *)cookie, ret); return -1; } return 0; 92: }