Home
last modified time | relevance | path

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

/titanic_50/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()
/titanic_50/usr/src/lib/libc/port/stdio/
H A Dflush.c84 #define xmagic _xdat._magic
477 if (iop->_magic < _NFILE) in _setbufend()
478 _bufendtab[iop->_magic] = end; in _setbufend()
869 return (iop->_magic); in _file_get()
877 if (!iop->__xf_nocheck && bad_fd > -1 && iop->_magic != bad_fd) { in _file_get()
906 iop->_magic = (unsigned char)bad_fd; in _file_set()
/titanic_50/usr/src/head/
H A Dstdio_impl.h61 unsigned char _magic; /* Old home of the file descriptor */
/titanic_50/usr/src/lib/libc/inc/
H A Dfile64.h81 uintptr_t _magic; /* Check: magic number, must be first */ member
H A Dstdiom.h187 (((iop)->__extendedfd) ? _file_get(iop) : (iop)->_magic)
188 #define SET_FILE(iop, fd) (iop)->_magic = (fd); (iop)->__extendedfd = 0
/titanic_50/usr/src/ucblib/libucb/inc/
H A Dstdiom.h102 #define SET_FILE(iop, fd) (iop)->_magic = (fd); (iop)->__extendedfd = 0