Home
last modified time | relevance | path

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

/titanic_41/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_41/usr/src/head/
H A Dstdio_impl.h61 unsigned char _magic; /* Old home of the file descriptor */
/titanic_41/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_41/usr/src/ucblib/libucb/inc/
H A Dstdiom.h102 #define SET_FILE(iop, fd) (iop)->_magic = (fd); (iop)->__extendedfd = 0