Home
last modified time | relevance | path

Searched defs:iop (Results 1 – 25 of 113) sorted by relevance

12345

/illumos-gate/usr/src/lib/libc/inc/
H A Dstdiom.h79 #define GET_NO_MODE(iop) (!((iop)->_flag & \ argument
87 #define SET_IONOLOCK(iop) ((iop)->__ionolock = 1) argument
88 #define CLEAR_IONOLOCK(iop) ((iop)->__ionolock = 0) argument
89 #define GET_IONOLOCK(iop) ((iop)->__ionolock) argument
98 #define SET_SEEKABLE(iop) ((iop)->__seekable = 1) argument
100 #define GET_SEEKABLE(iop) ((iop)->__seekable) argument
106 #define IOPIND(iop) ((iop) - &_iob[0]) argument
137 #define _bufend(iop) _realbufend(iop) argument
162 #define _realbufend(iop) ((iop)->_end) argument
192 #define SET_FILE(iop, fd) ((iop)->_file = (fd)) argument
[all …]
H A Dmtlib.h81 #define FILELOCKING(iop) (GET_IONOLOCK(iop) == 0) argument
83 #define FLOCKFILE(lk, iop) \ argument
97 #define FLOCKRETURN(iop, ret) \ argument
H A Dmse.h57 #define _getmbstate(iop) (&(iop)->_state) argument
96 #define _SET_ORIENTATION_BYTE(iop) \ argument
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dflush.c464 getxfdat(FILE *iop) in getxfdat()
512 _reallock(FILE *iop) in _reallock()
538 _xflsbuf(FILE *iop) in _xflsbuf()
575 fflush(FILE *iop) in fflush()
670 _fflush_u(FILE *iop) in _fflush_u()
697 fclose(FILE *iop) in fclose()
785 close_fd(FILE *iop) in close_fd()
866 _file_get(FILE *iop) in _file_get()
1054 _xclose(FILE *iop) in _xclose()
1065 _xdata(FILE *iop) in _xdata()
[all …]
H A Dflockf.c53 _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 Dgetc.c46 getc(FILE *iop) in getc()
59 getc_unlocked(FILE *iop) in getc_unlocked()
66 _getc_internal(FILE *iop) in _getc_internal()
H A Dputc.c46 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 Dfmemopen.c65 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 Ddoscan.c106 _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()
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)
1243 _bi_getwc(FILE *iop)
[all …]
H A Dfopen.c65 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 Dopen_wmemstream.c55 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 Dmse.c57 _getorientation(FILE *iop) in _getorientation()
78 _setorientation(FILE *iop, _IOP_orientation_t mode) in _setorientation()
H A Drewind.c43 rewind(FILE *iop) in rewind()
53 _rewind_unlocked(FILE *iop) in _rewind_unlocked()
H A Dftello.c59 ftello64(FILE *iop) in ftello64()
67 ftello(FILE *iop) in ftello()
H A Dsetbuffer.c41 setbuffer(FILE *iop, char *abuf, size_t asize) in setbuffer()
56 setlinebuf(FILE *iop) in setlinebuf()
H A Dgetchar.c49 FILE *iop = stdin; in getchar() local
61 FILE *iop = stdin; in getchar_unlocked() local
H A Dputchar.c48 FILE *iop = stdout; local
63 FILE *iop = stdout; local
H A Dungetc.c42 ungetc(int c, FILE *iop) in ungetc()
53 _ungetc_unlocked(int c, FILE *iop) in _ungetc_unlocked()
H A Dopen_memstream.c125 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 Dftell.c51 ftell_common(FILE *iop) in ftell_common()
98 ftell(FILE *iop) in ftell()
/illumos-gate/usr/src/ucblib/libucb/port/stdio/
H A Dfopen.c55 _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 Dstdiom.h74 #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 Dungetwc.c55 __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/
H A Dinout.c102 struct inout_port iop; in register_default_iohandler() local
154 struct inout_port **iopp, *iop; in init_inout() local
175 register_inout(struct inout_port *iop) in register_inout()
203 unregister_inout(struct inout_port *iop) in unregister_inout()
/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dsetbuffer.c50 setbuffer(FILE *iop, char *abuf, int asize) in setbuffer()
92 setlinebuf(FILE *iop) in setlinebuf()

12345