Home
last modified time | relevance | path

Searched refs:getiop (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/lib/libc/port/stdio/
H A Dflush.c143 static FILE *getiop(FILE *, rmutex_t *, mbstate_t *);
279 ret = getiop(fp, FPLOCK(fp), FPSTATE(fp)); in _findiop()
286 ret = getiop(fp, NULL, FPSTATE(fp)); in _findiop()
800 getiop(FILE *fp, rmutex_t *lk, mbstate_t *mb) in getiop() function