Home
last modified time | relevance | path

Searched defs:__FILE_TAG (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/inc/
H A Dfile64.h82 struct __FILE_TAG { struct
83 unsigned char *_ptr; /* next character from/to here in buffer */
84 unsigned char *_base; /* the buffer */
85 unsigned char *_end; /* the end of the buffer */
86 ssize_t _cnt; /* number of available characters in buffer */
87 int _file; /* UNIX System file descriptor */
88 unsigned int _flag; /* the state of the stream */
89 rmutex_t _lock; /* lock for this structure */
90 mbstate_t _state; /* mbstate_t */
91 stdio_ops_t *_ops; /* Alternate impl ops */
[all …]
/illumos-gate/usr/src/head/
H A Dstdio_impl.h40 struct __FILE_TAG { struct
48 struct __FILE_TAG /* needs to be binary-compatible with old versions */ argument
H A Dstdio_tag.h36 #define __FILE_TAG FILE macro