Home | History | Annotate | Download | only in stdio

Lines Matching defs:_EXT

49 #define _EXT(fp) ((struct __sfileext *)(void *)((fp)->_ext._base))
50 #define _UB(fp) _EXT(fp)->_ub
52 #define _LOCK(fp) (_EXT(fp)->_lock)
53 #define _LOCKCOND(fp) (_EXT(fp)->_lockcond)
54 #define _LOCKOWNER(fp) (_EXT(fp)->_lockowner)
55 #define _LOCKCOUNT(fp) (_EXT(fp)->_lockcount)
56 #define _LOCKINTERNAL(fp) (_EXT(fp)->_lockinternal)
57 #define _LOCKCANCELSTATE(fp) (_EXT(fp)->_lockcancelstate)
59 /* LINTED */(f)->_ext._base = (unsigned char *)(fext); \
70 /* LINTED */(f)->_ext._base = (unsigned char *)(fext); \