Search | Google it | Results 1 - 3 of 3 for funcall:_fwalk (0.00 seconds) |
44: if (fp == NULL) 45: return (_fwalk(__sflush_locked)); 46: FLOCKFILE(fp);
211: /* (void) _fwalk(fclose); */ 212: (void) _fwalk(__sflush); /* `cheating' */ 213: }
107: fp->_flags |= __SIGN; 108: (void) _fwalk(lflush); 109: fp->_flags &= ~__SIGN;