Home
last modified time | relevance | path

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

123456

/titanic_53/usr/src/lib/libc/inc/
H A Dstdiom.h70 #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 …]
/titanic_53/usr/src/lib/libbc/libc/stdio/sys5/
H A Dflsbuf.c67 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 Dfilbuf.c41 __filbuf(FILE *iop) in __filbuf()
47 _filbuf(FILE *iop) in _filbuf()
84 lbfflush(FILE *iop) in lbfflush()
/titanic_53/usr/src/lib/libbc/libc/stdio/4.2/
H A Dflsbuf.c69 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 Dfilbuf.c41 __filbuf(FILE *iop) in __filbuf()
47 _filbuf(FILE *iop) in _filbuf()
/titanic_53/usr/src/lib/libc/port/stdio/
H A Dflush.c391 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 Dflockf.c55 _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 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 Dopen_wmemstream.c47 open_wmemstream_read(FILE *iop, char *buf, size_t nbytes) in open_wmemstream_read()
54 open_wmemstream_write(FILE *iop, const char *buf, size_t nbytes) in open_wmemstream_write()
124 open_wmemstream_seek(FILE *iop, off_t off, int whence) in open_wmemstream_seek()
156 open_wmemstream_close(FILE *iop) in open_wmemstream_close()
169 FILE *iop; in open_wmemstream() local
H A Dopen_memstream.c117 open_memstream_read(FILE *iop, char *buf, size_t nbytes) in open_memstream_read()
124 open_memstream_write(FILE *iop, const char *buf, size_t nbytes) in open_memstream_write()
164 open_memstream_seek(FILE *iop, off_t off, int whence) in open_memstream_seek()
195 open_memstream_close(FILE *iop) in open_memstream_close()
207 FILE *iop; in open_memstream() local
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 Drewind.c43 rewind(FILE *iop) in rewind()
53 _rewind_unlocked(FILE *iop) in _rewind_unlocked()
H A Dmse.c57 _getorientation(FILE *iop) in _getorientation()
78 _setorientation(FILE *iop, _IOP_orientation_t mode) in _setorientation()
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, int scflag) in __wdoscan_u()
599 FILE *iop, va_list *listp) in number()
826 readchar(FILE *iop, int *chcount) in readchar()
844 FILE *iop, va_list *listp) in string()
975 int len, FILE *iop, va_list *listp) in wstring()
1010 wstring(int *chcount, int *flag_eof, int stow, int type, int len, FILE *iop, in wstring()
1047 _wd_getwc(int *chcount, FILE *iop) in _wd_getwc()
1072 _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 Dputchar.c50 FILE *iop = stdout; local
65 FILE *iop = stdout; local
H A Dungetc.c44 ungetc(int c, FILE *iop) in ungetc()
55 _ungetc_unlocked(int c, FILE *iop) in _ungetc_unlocked()
H A Dsetbuffer.c43 setbuffer(FILE *iop, char *abuf, size_t asize) in setbuffer()
58 setlinebuf(FILE *iop) in setlinebuf()
H A Dftello.c59 ftello64(FILE *iop) in ftello64()
67 ftello(FILE *iop) in ftello()
H A Dgetchar.c51 FILE *iop = stdin; in getchar() local
63 FILE *iop = stdin; in getchar_unlocked() local
/titanic_53/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()
/titanic_53/usr/src/ucblib/libucb/inc/
H A Dstdiom.h76 #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_53/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()
/titanic_53/usr/src/lib/libbc/libc/stdio/common/
H A Dstdiom.h33 #define _BUFSYNC(iop) if ((iop->_base + iop->_bufsiz) - iop->_ptr < \ argument
36 #define _WRTCHK(iop) ((((iop->_flag & (_IOWRT | _IOEOF)) != _IOWRT) \ argument

123456