Searched refs:_fwalk (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/lib/libc/stdio/
H A Dfcloseall.c40 (void)_fwalk(fclose);
H A Dfwalk.c47 _fwalk(int (*function)(FILE *)) function
H A Dfflush.c60 return (_fwalk(sflush_locked));
95 return (_fwalk(sflush_locked));
H A Drefill.c126 /* Ignore this file in _fwalk to avoid potential deadlock. */
128 (void) _fwalk(lflush);
H A Dlocal.h78 extern int _fwalk(int (*)(FILE *));
H A Dfindfp.c207 /* (void) _fwalk(fclose); */
208 (void) _fwalk(__sflush); /* `cheating' */

Completed in 71 milliseconds