/illumos-gate/usr/src/lib/libc/inc/ |
H A D | stdiom.h | 70 #define SET_IONOLOCK(iop) ((iop)->_flag |= _IONOLOCK) argument 71 #define CLEAR_IONOLOCK(iop) ((iop)->_flag &= ~_IONOLOCK) argument 72 #define GET_IONOLOCK(iop) ((iop)->_flag & _IONOLOCK) argument 73 #define SET_BYTE_MODE(iop) ((iop)->_flag |= _BYTE_MODE_FLAG) argument 74 #define CLEAR_BYTE_MODE(iop) ((iop)->_flag &= ~_BYTE_MODE_FLAG) argument 75 #define GET_BYTE_MODE(iop) ((iop)->_flag & _BYTE_MODE_FLAG) argument 76 #define SET_WC_MODE(iop) ((iop)->_flag |= _WC_MODE_FLAG) argument 77 #define CLEAR_WC_MODE(iop) ((iop)->_flag &= ~_WC_MODE_FLAG) argument 78 #define GET_WC_MODE(iop) ((iop)->_flag & _WC_MODE_FLAG) argument 79 #define GET_NO_MODE(iop) (!((iop)->_flag & \ argument [all …]
|
H A D | mtlib.h | 81 #define FILELOCKING(iop) (GET_IONOLOCK(iop) == 0) argument 83 #define FLOCKFILE(lk, iop) \ argument 97 #define FLOCKRETURN(iop, ret) \ argument
|
H A D | mse.h | 57 #define _getmbstate(iop) (&(iop)->_state) argument 96 #define _SET_ORIENTATION_BYTE(iop) \ argument
|
/illumos-gate/usr/src/lib/libc/port/stdio/ |
H A D | flush.c | 391 isseekable(FILE *iop) in isseekable() 435 _setbufend(FILE *iop, Uchar *end) /* set the end pointer for this iop */ in _setbufend() 445 _realbufend(FILE *iop) /* get the end pointer for this iop */ in _realbufend() 464 getxfdat(FILE *iop) in getxfdat() 475 _setbufend(FILE *iop, Uchar *end) /* set the end pointer for this iop */ in _setbufend() 495 _realbufend(FILE *iop) /* get the end pointer for this iop */ in _realbufend() 512 _reallock(FILE *iop) in _reallock() 524 _bufsync(FILE *iop, Uchar *bufend) in _bufsync() 538 _xflsbuf(FILE *iop) in _xflsbuf() 575 fflush(FILE *iop) in fflush() [all …]
|
H A D | flockf.c | 53 _flockget(FILE *iop) in _flockget() 63 ftrylockfile(FILE *iop) in ftrylockfile() 73 flockfile(FILE *iop) in flockfile() 82 funlockfile(FILE *iop) in funlockfile() 91 __fsetlocking(FILE *iop, int type) in __fsetlocking()
|
H A D | getc.c | 46 getc(FILE *iop) in getc() 59 getc_unlocked(FILE *iop) in getc_unlocked() 66 _getc_internal(FILE *iop) in _getc_internal()
|
H A D | putc.c | 46 putc(int ch, FILE *iop) in putc() 58 putc_unlocked(int ch, FILE *iop) in putc_unlocked() 69 _putc_internal(int ch, FILE *iop) in _putc_internal()
|
H A D | fmemopen.c | 65 fmemopen_read(FILE *iop, char *buf, size_t nbytes) in fmemopen_read() 81 fmemopen_write(FILE *iop, const char *buf, size_t nbytes) in fmemopen_write() 134 fmemopen_seek(FILE *iop, off_t off, int whence) in fmemopen_seek() 175 fmemopen_close(FILE *iop) in fmemopen_close() 189 FILE *iop; in fmemopen() local
|
H A D | doscan.c | 106 _doscan(FILE *iop, const char *fmt, va_list va_Alist) in _doscan() 125 __wdoscan_u(FILE *iop, const wchar_t *fmt, va_list va_Alist, in __wdoscan_u() 600 FILE *iop, va_list *listp) in number() 827 readchar(FILE *iop, int *chcount) in readchar() 845 char *tab __unused, FILE *iop, va_list *listp) in string() 977 int len, FILE *iop, va_list *listp) in wstring() 1011 wstring(int *chcount, int *flag_eof, int stow, int type, int len, FILE *iop, in wstring() 1048 _wd_getwc(int *chcount, FILE *iop) in _wd_getwc() 1073 _wd_ungetwc(int *chcount, wchar_t wc, FILE *iop) in _wd_ungetwc() 1121 int len, FILE *iop, unsigned char *brstr, va_list *listp) [all …]
|
H A D | fopen.c | 65 FILE *iop; in fopen() local 82 _freopen_null(const char *type, FILE *iop) in _freopen_null() 210 freopen(const char *name, const char *type, FILE *iop) in freopen()
|
H A D | open_wmemstream.c | 55 open_wmemstream_write(FILE *iop, const char *buf, size_t nbytes) in open_wmemstream_write() 125 open_wmemstream_seek(FILE *iop, off_t off, int whence) in open_wmemstream_seek() 157 open_wmemstream_close(FILE *iop) in open_wmemstream_close() 169 FILE *iop; in open_wmemstream() local
|
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 | 43 rewind(FILE *iop) in rewind() 53 _rewind_unlocked(FILE *iop) in _rewind_unlocked()
|
H A D | ftello.c | 59 ftello64(FILE *iop) in ftello64() 67 ftello(FILE *iop) in ftello()
|
H A D | getchar.c | 49 FILE *iop = stdin; in getchar() local 61 FILE *iop = stdin; in getchar_unlocked() local
|
H A D | putchar.c | 48 FILE *iop = stdout; local 63 FILE *iop = stdout; local
|
H A D | setbuffer.c | 41 setbuffer(FILE *iop, char *abuf, size_t asize) in setbuffer() 56 setlinebuf(FILE *iop) in setlinebuf()
|
H A D | ungetc.c | 42 ungetc(int c, FILE *iop) in ungetc() 53 _ungetc_unlocked(int c, FILE *iop) in _ungetc_unlocked()
|
H A D | open_memstream.c | 125 open_memstream_write(FILE *iop, const char *buf, size_t nbytes) in open_memstream_write() 165 open_memstream_seek(FILE *iop, off_t off, int whence) in open_memstream_seek() 196 open_memstream_close(FILE *iop) in open_memstream_close() 207 FILE *iop; in open_memstream() local
|
H A D | ftell.c | 51 ftell_common(FILE *iop) in ftell_common() 98 ftell(FILE *iop) in ftell()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/ucblib/libucb/inc/ |
H A D | stdiom.h | 74 #define _bufend(iop) _realbufend(iop) argument 75 #define setbufend(iop, end) _setbufend(iop, end) argument 100 #define SET_FILE(iop, fd) (iop)->_magic = (fd); (iop)->__extendedfd = 0 argument 115 #define _WRTCHK(iop) ((((iop->_flag & (_IOWRT | _IOEOF)) != _IOWRT) || \ argument
|
/illumos-gate/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()
|
/illumos-gate/usr/src/cmd/bhyve/amd64/ |
H A D | inout.c | 101 struct inout_port iop; in register_default_iohandler() local 153 struct inout_port **iopp, *iop; in init_inout() local 174 register_inout(struct inout_port *iop) in register_inout() 202 unregister_inout(struct inout_port *iop) in unregister_inout()
|
/illumos-gate/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()
|