Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libc/port/stdio/
H A Dflush.c63 #define FPSTATE(fp) &fp->_state macro
75 #define FPSTATE(fp) x##fp ? \ macro
279 ret = getiop(fp, FPLOCK(fp), FPSTATE(fp)); in _findiop()
286 ret = getiop(fp, NULL, FPSTATE(fp)); in _findiop()