Home
last modified time | relevance | path

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

1234567

/titanic_51/usr/src/lib/libc/inc/
H A Dstdiom.h61 #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) argument
66 GET_BYTE_MODE(iop) global() argument
67 SET_WC_MODE(iop) global() argument
68 CLEAR_WC_MODE(iop) global() argument
69 GET_WC_MODE(iop) global() argument
70 GET_NO_MODE(iop) global() argument
72 SET_SEEKABLE(iop) global() argument
73 CLEAR_SEEKABLE(iop) global() argument
74 GET_SEEKABLE(iop) global() argument
78 SET_IONOLOCK(iop) global() argument
79 CLEAR_IONOLOCK(iop) global() argument
80 GET_IONOLOCK(iop) global() argument
81 SET_BYTE_MODE(iop) global() argument
82 CLEAR_BYTE_MODE(iop) global() argument
83 GET_BYTE_MODE(iop) global() argument
84 SET_WC_MODE(iop) global() argument
85 CLEAR_WC_MODE(iop) global() argument
86 GET_WC_MODE(iop) global() argument
87 GET_NO_MODE(iop) global() argument
89 SET_SEEKABLE(iop) global() argument
90 CLEAR_SEEKABLE(iop) global() argument
91 GET_SEEKABLE(iop) global() argument
94 STDIOP(iop) global() argument
97 IOPIND(iop) global() argument
128 _bufend(iop) global() argument
153 _realbufend(iop) global() argument
183 GET_FD(iop) global() argument
184 SET_FILE(iop,fd) global() argument
186 GET_FD(iop) global() argument
188 SET_FILE(iop,fd) global() argument
247 _WRTCHK(iop) global() argument
254 IOB_LCK(iop) global() argument
256 IOB_LCK(iop) global() argument
[all...]
H A Dmse.h57 #define _getmbstate(iop) (&(iop)->_state) argument
96 #define _SET_ORIENTATION_BYTE(iop) \ argument
[all...]
H A Dmtlib.h83 #define FILELOCKING(iop) (GET_IONOLOCK(iop) == 0) argument
85 #define FLOCKFILE(lk, iop) \ argument
99 #define FLOCKRETURN(iop, ret) \ argument
/titanic_51/usr/src/lib/libbc/libc/stdio/4.2/
H A Dflsbuf.c69 fclose(FILE *iop) in fclose() argument
100 fflush(FILE * iop) fflush() argument
124 _flsbuf(unsigned char c,FILE * iop) _flsbuf() argument
179 _xflsbuf(FILE * iop) _xflsbuf() argument
202 _wrtchk(FILE * iop) _wrtchk() argument
227 _findbuf(FILE * iop) _findbuf() argument
277 _bufsync(FILE * iop) _bufsync() argument
[all...]
H A Dfilbuf.c41 __filbuf(FILE *iop) in __filbuf() argument
47 _filbuf(FILE *iop) in _filbuf() argument
[all...]
/titanic_51/usr/src/lib/libbc/libc/stdio/sys5/
H A Dflsbuf.c67 fclose(FILE *iop) in fclose() argument
98 fflush(FILE * iop) fflush() argument
127 _flsbuf(unsigned char c,FILE * iop) _flsbuf() argument
183 _xflsbuf(FILE * iop) _xflsbuf() argument
207 _wrtchk(FILE * iop) _wrtchk() argument
232 _findbuf(FILE * iop) _findbuf() argument
282 _bufsync(FILE * iop) _bufsync() argument
[all...]
H A Dfilbuf.c41 __filbuf(FILE *iop) in __filbuf() argument
47 _filbuf(FILE *iop) in _filbuf() argument
84 lbfflush(FILE * iop) lbfflush() argument
[all...]
/titanic_51/usr/src/lib/libc/port/stdio/
H A Dflockf.c55 _flockget(FILE *iop) in _flockget() argument
65 ftrylockfile(FILE *iop) in ftrylockfile() argument
75 flockfile(FILE *iop) in flockfile() argument
84 funlockfile(FILE *iop) in funlockfile() argument
93 __fsetlocking(FILE *iop, int type) in __fsetlocking() argument
[all...]
H A Dflush.c387 isseekable(FILE *iop) in isseekable() argument
423 _setbufend(FILE *iop, Uchar *end) /* set the end pointer for this iop */ in _setbufend() argument
433 _realbufend(FILE * iop) _realbufend() argument
452 getxfdat(FILE * iop) getxfdat() argument
463 _setbufend(FILE * iop,Uchar * end) _setbufend() argument
483 _realbufend(FILE * iop) _realbufend() argument
500 _reallock(FILE * iop) _reallock() argument
512 _bufsync(FILE * iop,Uchar * bufend) _bufsync() argument
526 _xflsbuf(FILE * iop) _xflsbuf() argument
564 fflush(FILE * iop) fflush() argument
659 _fflush_u(FILE * iop) _fflush_u() argument
686 fclose(FILE * iop) fclose() argument
774 close_fd(FILE * iop) close_fd() argument
832 _getmbstate(FILE * iop) _getmbstate() argument
854 _file_get(FILE * iop) _file_get() argument
887 _file_set(FILE * iop,int fd,const char * type) _file_set() argument
[all...]
H A Dfopen.c63 FILE *iop; in fopen() local
80 _freopen_null(const char *type, FILE *iop) in _freopen_null() argument
197 freopen(const char * name,const char * type,FILE * iop) freopen() argument
[all...]
H A Drewind.c45 rewind(FILE *iop) in rewind() argument
55 _rewind_unlocked(FILE *iop) in _rewind_unlocked() argument
[all...]
H A Dmse.c57 _getorientation(FILE *iop) in _getorientation() argument
78 _setorientation(FILE *iop, _IOP_orientation_t mode) in _setorientation() argument
[all...]
H A Dsetbuffer.c43 setbuffer(FILE *iop, char *abuf, size_t asize) in setbuffer() argument
58 setlinebuf(FILE *iop) in setlinebuf() argument
H A Dgetchar.c51 FILE *iop = stdin; in getchar() local
63 FILE *iop = stdin; in getchar_unlocked() local
H A Dputchar.c50 FILE *iop = stdout; local
65 FILE *iop = stdout; local
H A Dungetc.c44 ungetc(int c, FILE *iop) in ungetc() argument
55 _ungetc_unlocked(int c, FILE *iop) in _ungetc_unlocked() argument
[all...]
H A Ddoscan.c108 _doscan(FILE * iop,const char * fmt,va_list va_Alist) _doscan() argument
127 __wdoscan_u(FILE * iop,const wchar_t * fmt,va_list va_Alist,int scflag) __wdoscan_u() argument
601 number(int * chcount,int * flag_eof,int stow,int type,int len,int size,FILE * iop,va_list * listp) number() argument
828 readchar(FILE * iop,int * chcount) readchar() argument
846 string(int * chcount,int * flag_eof,int stow,int type,int len,char * tab,FILE * iop,va_list * listp) string() argument
977 wstring(int * chcount,int * flag_eof,int stow,int type,int len,FILE * iop,va_list * listp) wstring() argument
1012 wstring(int * chcount,int * flag_eof,int stow,int type,int len,FILE * iop,va_list * listp) wstring() argument
1049 _wd_getwc(int * chcount,FILE * iop) _wd_getwc() argument
1074 _wd_ungetwc(int * chcount,wchar_t wc,FILE * iop) _wd_ungetwc() argument
1123 wbrstring(int * chcount,int * flag_eof,int stow,int type,int len,FILE * iop,unsigned char * brstr,va_list * listp) global() argument
1187 brstring(int * chcount,int * flag_eof,int stow,int type,int len,FILE * iop,unsigned char * brstr,va_list * listp) global() argument
1245 _bi_getwc(FILE * iop) global() argument
1307 _bi_ungetwc(wint_t wc,FILE * iop) global() argument
[all...]
H A Dgetc.c48 getc(FILE *iop) in getc() argument
64 getc_unlocked(FILE *iop) in getc_unlocked() argument
[all...]
H A Dftello.c61 ftello64(FILE *iop) in ftello64() argument
92 ftello(FILE * iop) ftello() argument
[all...]
H A Dputc.c48 putc(int ch, FILE *iop) in putc() argument
69 putc_unlocked(int ch, FILE *iop) in putc_unlocked() argument
[all...]
/titanic_51/usr/src/ucblib/libucb/port/stdio/
H A Dfopen.c55 _endopen(const char *file, const char *mode, FILE *iop, int largefile) in _endopen() argument
114 FILE *iop; fopen() local
133 FILE *iop; fopen64() local
145 freopen(const char * file,const char * mode,FILE * iop) freopen() argument
153 freopen64(const char * file,const char * mode,FILE * iop) freopen64() argument
[all...]
/titanic_51/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 SET_FILE(iop,fd) global() argument
117 _WRTCHK(iop) global() argument
[all...]
/titanic_51/usr/src/lib/libc/port/locale/
H A Dungetwc.c55 __ungetwc_impl(wint_t wc, FILE *iop, int orient) in __ungetwc_impl() argument
103 __ungetwc_xpg5(wint_t wc,FILE * iop) __ungetwc_xpg5() argument
109 ungetwc(wint_t wc,FILE * iop) ungetwc() argument
[all...]
/titanic_51/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
[all...]
H A Dsetbuffer.c46 setbuffer(FILE *iop, char *buf, int size) in setbuffer() argument
72 setlinebuf(FILE * iop) setlinebuf() argument
[all...]

1234567