/titanic_41/usr/src/lib/libc/inc/ |
H A D | stdiom.h | 61 #define SET_IONOLOCK(iop) ((iop)->_flag |= _IONOLOCK) argument 62 #define CLEAR_IONOLOCK(iop) ((iop)->_flag &= ~_IONOLOCK) argument 63 #define GET_IONOLOCK(iop) ((iop)->_flag & _IONOLOCK) argument 64 #define SET_BYTE_MODE(iop) ((iop)->_flag |= _BYTE_MODE_FLAG) argument 65 #define CLEAR_BYTE_MODE(iop) ((iop)->_flag &= ~_BYTE_MODE_FLAG) argument 66 #define GET_BYTE_MODE(iop) ((iop)->_flag & _BYTE_MODE_FLAG) argument 67 #define SET_WC_MODE(iop) ((iop)->_flag |= _WC_MODE_FLAG) argument 68 #define CLEAR_WC_MODE(iop) ((iop)->_flag &= ~_WC_MODE_FLAG) argument 69 #define GET_WC_MODE(iop) ((iop)->_flag & _WC_MODE_FLAG) argument 70 #define GET_NO_MODE(iop) (!((iop)->_flag & \ argument [all …]
|
H A D | mse.h | 57 #define _getmbstate(iop) (&(iop)->_state) argument 96 #define _SET_ORIENTATION_BYTE(iop) \ argument
|
/titanic_41/usr/src/lib/libbc/libc/stdio/4.2/ |
H A D | flsbuf.c | 69 fclose(FILE *iop) in fclose() 100 fflush(FILE *iop) in fflush() 124 _flsbuf(unsigned char c, FILE *iop) in _flsbuf() 179 _xflsbuf(FILE *iop) in _xflsbuf() 202 _wrtchk(FILE *iop) in _wrtchk() 227 _findbuf(FILE *iop) in _findbuf() 277 _bufsync(FILE *iop) in _bufsync()
|
H A D | filbuf.c | 41 __filbuf(FILE *iop) in __filbuf() 47 _filbuf(FILE *iop) in _filbuf()
|
/titanic_41/usr/src/lib/libbc/libc/stdio/sys5/ |
H A D | flsbuf.c | 67 fclose(FILE *iop) in fclose() 98 fflush(FILE *iop) in fflush() 127 _flsbuf(unsigned char c, FILE *iop) in _flsbuf() 183 _xflsbuf(FILE *iop) in _xflsbuf() 207 _wrtchk(FILE *iop) in _wrtchk() 232 _findbuf(FILE *iop) in _findbuf() 282 _bufsync(FILE *iop) in _bufsync()
|
H A D | filbuf.c | 41 __filbuf(FILE *iop) in __filbuf() 47 _filbuf(FILE *iop) in _filbuf() 84 lbfflush(FILE *iop) in lbfflush()
|
/titanic_41/usr/src/lib/libc/port/stdio/ |
H A D | flockf.c | 55 _flockget(FILE *iop) in _flockget() 65 ftrylockfile(FILE *iop) in ftrylockfile() 75 flockfile(FILE *iop) in flockfile() 84 funlockfile(FILE *iop) in funlockfile() 93 __fsetlocking(FILE *iop, int type) in __fsetlocking()
|
H A D | flush.c | 387 isseekable(FILE *iop) in isseekable() 423 _setbufend(FILE *iop, Uchar *end) /* set the end pointer for this iop */ in _setbufend() 433 _realbufend(FILE *iop) /* get the end pointer for this iop */ in _realbufend() 452 getxfdat(FILE *iop) in getxfdat() 463 _setbufend(FILE *iop, Uchar *end) /* set the end pointer for this iop */ in _setbufend() 483 _realbufend(FILE *iop) /* get the end pointer for this iop */ in _realbufend() 500 _reallock(FILE *iop) in _reallock() 512 _bufsync(FILE *iop, Uchar *bufend) in _bufsync() 526 _xflsbuf(FILE *iop) in _xflsbuf() 564 fflush(FILE *iop) in fflush() [all …]
|
H A D | mse.c | 57 _getorientation(FILE *iop) in _getorientation() 78 _setorientation(FILE *iop, _IOP_orientation_t mode) in _setorientation()
|
H A D | rewind.c | 45 rewind(FILE *iop) in rewind() 55 _rewind_unlocked(FILE *iop) in _rewind_unlocked()
|
H A D | getchar.c | 51 FILE *iop = stdin; in getchar() local 63 FILE *iop = stdin; in getchar_unlocked() local
|
H A D | putchar.c | 50 FILE *iop = stdout; local 65 FILE *iop = stdout; local
|
H A D | setbuffer.c | 43 setbuffer(FILE *iop, char *abuf, size_t asize) in setbuffer() 58 setlinebuf(FILE *iop) in setlinebuf()
|
H A D | ungetc.c | 44 ungetc(int c, FILE *iop) in ungetc() 55 _ungetc_unlocked(int c, FILE *iop) in _ungetc_unlocked()
|
H A D | fopen.c | 63 FILE *iop; in fopen() local 80 _freopen_null(const char *type, FILE *iop) in _freopen_null() 197 freopen(const char *name, const char *type, FILE *iop) in freopen()
|
H A D | getc.c | 48 getc(FILE *iop) in getc() 64 getc_unlocked(FILE *iop) in getc_unlocked()
|
H A D | ftello.c | 61 ftello64(FILE *iop) in ftello64() 92 ftello(FILE *iop) in ftello()
|
H A D | putc.c | 48 putc(int ch, FILE *iop) in putc() 69 putc_unlocked(int ch, FILE *iop) in putc_unlocked()
|
H A D | doscan.c | 108 _doscan(FILE *iop, const char *fmt, va_list va_Alist) in _doscan() 127 __wdoscan_u(FILE *iop, const wchar_t *fmt, va_list va_Alist, int scflag) in __wdoscan_u() 601 FILE *iop, va_list *listp) in number() 828 readchar(FILE *iop, int *chcount) in readchar() 846 FILE *iop, va_list *listp) in string() 977 int len, FILE *iop, va_list *listp) in wstring() 1012 wstring(int *chcount, int *flag_eof, int stow, int type, int len, FILE *iop, in wstring() 1049 _wd_getwc(int *chcount, FILE *iop) in _wd_getwc() 1074 _wd_ungetwc(int *chcount, wchar_t wc, FILE *iop) in _wd_ungetwc() 1123 int len, FILE *iop, unsigned char *brstr, va_list *listp) [all …]
|
/titanic_41/usr/src/ucblib/libucb/port/stdio/ |
H A D | fopen.c | 55 _endopen(const char *file, const char *mode, FILE *iop, int largefile) in _endopen() 114 FILE *iop; in fopen() local 133 FILE *iop; in fopen64() local 145 freopen(const char *file, const char *mode, FILE *iop) in freopen() 153 freopen64(const char *file, const char *mode, FILE *iop) in freopen64()
|
/titanic_41/usr/src/ucblib/libucb/inc/ |
H A D | stdiom.h | 76 #define _bufend(iop) _realbufend(iop) argument 77 #define setbufend(iop, end) _setbufend(iop, end) argument 102 #define SET_FILE(iop, fd) (iop)->_magic = (fd); (iop)->__extendedfd = 0 argument 117 #define _WRTCHK(iop) ((((iop->_flag & (_IOWRT | _IOEOF)) != _IOWRT) || \ argument
|
/titanic_41/usr/src/lib/libc/port/locale/ |
H A D | ungetwc.c | 55 __ungetwc_impl(wint_t wc, FILE *iop, int orient) in __ungetwc_impl() 103 __ungetwc_xpg5(wint_t wc, FILE *iop) in __ungetwc_xpg5() 109 ungetwc(wint_t wc, FILE *iop) in ungetwc()
|
/titanic_41/usr/src/lib/libbc/libc/stdio/common/ |
H A D | stdiom.h | 33 #define _BUFSYNC(iop) if ((iop->_base + iop->_bufsiz) - iop->_ptr < \ argument 36 #define _WRTCHK(iop) ((((iop->_flag & (_IOWRT | _IOEOF)) != _IOWRT) \ argument
|
H A D | setbuffer.c | 46 setbuffer(FILE *iop, char *buf, int size) in setbuffer() 72 setlinebuf(FILE *iop) in setlinebuf()
|
/titanic_41/usr/src/ucblib/libucb/port/gen/ |
H A D | setbuffer.c | 50 setbuffer(FILE *iop, char *abuf, int asize) in setbuffer() 92 setlinebuf(FILE *iop) in setlinebuf()
|