Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Dfileext.h47 #define _EXT(fp) ((struct __sfileext *)(void *)((fp)->_ext._base)) macro
48 #define _UB(fp) _EXT(fp)->_ub
50 #define _LOCK(fp) (_EXT(fp)->_lock)
51 #define _LOCKCOND(fp) (_EXT(fp)->_lockcond)
52 #define _LOCKOWNER(fp) (_EXT(fp)->_lockowner)
53 #define _LOCKCOUNT(fp) (_EXT(fp)->_lockcount)
54 #define _LOCKINTERNAL(fp) (_EXT(fp)->_lockinternal)
55 #define _LOCKCANCELSTATE(fp) (_EXT(fp)->_lockcancelstate)
Dwcio.h39 #define WCIO_GET(fp) (&(_EXT(fp)->_wcio))
63 _EXT(fp)->_wcio.wcio_mode = 0;\
69 _EXT(fp)->_wcio.wcio_ungetwc_inbuf = 0;\