Lines Matching defs:fp
170 #define _EXT(fp) __BIONIC_CAST(reinterpret_cast, struct __sfileext*, (fp)->_ext._base) argument
172 #define _UB(fp) _EXT(fp)->_ub argument
173 #define _FLOCK(fp) _EXT(fp)->_lock argument
175 #define _FILEEXT_SETUP(fp, fext) \ argument
219 #define cantwrite(fp) ((((fp)->_flags & __SWR) == 0 || (fp)->_bf._base == NULL) && __swsetup(fp)) argument
225 #define HASUB(fp) (_UB(fp)._base != NULL) argument
226 #define FREEUB(fp) \ argument
232 #define FLOCKFILE(fp) \ argument
234 #define FUNLOCKFILE(fp) \ argument
264 #define CHECK_FP(fp) \ argument
292 #define WCIO_GET(fp) (_EXT(fp) ? &(_EXT(fp)->_wcio) : (struct wchar_io_data*)0) argument
294 #define _SET_ORIENTATION(fp, mode) \ argument
300 #define WCIO_FREE(fp) \ argument