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

/osnet-11/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));
286 ret = getiop(fp, NULL, FPSTATE(fp));
800 getiop(FILE *fp, rmutex_t *lk, mbstate_t *mb) function

Completed in 16 milliseconds