Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/iconv_modules/ko/common/
H A Dunihan_to_UCS_main.c38 int _magic; member
54 h->_magic = MAGIC_NUMBER; in _icv_open()
68 if (!cd || ((_icv_state_t *)cd)->_magic != MAGIC_NUMBER) in _icv_close()
84 if (!cd || ((_icv_state_t *)cd)->_magic != MAGIC_NUMBER) in _icv_iconv()
H A Ducs_to_unihan.c48 int _magic; member
68 cd->_magic = MAGIC_NUMBER; in _icv_open()
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dflush.c87 #define xmagic _xdat._magic
489 if (iop->_magic < _NFILE) in _setbufend()
490 _bufendtab[iop->_magic] = end; in _setbufend()
881 return (iop->_magic); in _file_get()
889 if (!iop->__xf_nocheck && bad_fd > -1 && iop->_magic != bad_fd) { in _file_get()
918 iop->_magic = (unsigned char)bad_fd; in _file_set()
1127 return (iop->_magic); in _get_fd()
H A DREADME.design272 The '_magic' member in the 32-bit 'struct __FILE_TAG' contains what used
274 _magic member still does contain the file descriptor. However, when
275 extendedFILE is enabled, then the _magic member contains a sentinel
276 value and the actual value is stored in the 'struct xFILEdata' _magic
/illumos-gate/usr/src/head/
H A Dstdio_impl.h59 unsigned char _magic; /* Old home of the file descriptor */
/illumos-gate/usr/src/lib/libc/inc/
H A Dfile64.h101 uintptr_t _magic; /* Check: magic number, must be first */ member
H A Dstdiom.h194 #define SET_FILE(iop, fd) (iop)->_magic = (fd); (iop)->__extendedfd = 0
/illumos-gate/usr/src/ucblib/libucb/inc/
H A Dstdiom.h100 #define SET_FILE(iop, fd) (iop)->_magic = (fd); (iop)->__extendedfd = 0