Searched defs:iop (Results 1 - 25 of 121) sorted by relevance

12345

/opensolaris-onvv-gate/usr/src/lib/libc/port/stdio/
H A D_wrtchk.c43 _wrtchk(FILE *iop) argument
[all...]
H A Dfeof.c44 feof(FILE *iop) argument
H A Dferror.c44 ferror(FILE *iop) argument
H A Dclearerr.c44 clearerr(FILE *iop) argument
H A Dfgetc.c44 fgetc(FILE *iop) argument
H A Dfileno.c44 fileno(FILE *iop) argument
H A Dfputc.c42 fputc(int ch, FILE *iop) argument
H A Dgetchar.c51 FILE *iop = stdin; local
63 FILE *iop = stdin; local
H A Dputchar.c50 FILE *iop = stdout; local
65 FILE *iop = stdout; local
H A Dungetc.c44 ungetc(int c, FILE *iop) argument
55 _ungetc_unlocked(int c, FILE *iop) argument
[all...]
H A D_flsbuf.c45 _flsbuf(int ch, FILE *iop) /* flush (write) buffer, save ch, */ argument
[all...]
H A Drewind.c45 rewind(FILE *iop) argument
55 _rewind_unlocked(FILE *iop) argument
[all...]
H A Dsetbuffer.c43 setbuffer(FILE *iop, char *abuf, size_t asize) argument
58 setlinebuf(FILE *iop) argument
/opensolaris-onvv-gate/usr/src/lib/libbc/libc/stdio/4.2/
H A Dfilbuf.c41 __filbuf(FILE *iop) argument
47 _filbuf(FILE *iop) argument
[all...]
H A Dfprintf.c39 fprintf(FILE *iop, char *format, ...) argument
[all...]
H A Dvfprintf.c39 vfprintf(FILE *iop, char *format, va_list ap) argument
[all...]
/opensolaris-onvv-gate/usr/src/lib/libbc/libc/stdio/common/
H A Dfdopen.c52 register FILE *iop; local
[all...]
H A Dsetbuffer.c46 setbuffer(FILE *iop, char *buf, int size) argument
72 setlinebuf(FILE *iop) argument
[all...]
/opensolaris-onvv-gate/usr/src/lib/libbc/libc/stdio/sys5/
H A Dfilbuf.c41 __filbuf(FILE *iop) argument
47 _filbuf(FILE *iop) argument
84 lbfflush(FILE *iop) argument
[all...]
H A Dfprintf.c39 fprintf(FILE *iop, char *format, ...) argument
[all...]
H A Dvfprintf.c39 vfprintf(FILE *iop, char *format, va_list ap) argument
[all...]
/opensolaris-onvv-gate/usr/src/ucblib/libucb/port/stdio/
H A Dfprintf.c51 fprintf(FILE *iop, const char *format, ...) argument
H A Dvfprintf.c51 vfprintf(FILE *iop, const char *format, va_list ap) argument
/opensolaris-onvv-gate/usr/src/lib/libc/port/i18n/
H A D__fgetwc_xpg5.c41 __fgetwc_xpg5(FILE *iop) argument
63 __getwc_xpg5(FILE *iop) argument
/opensolaris-onvv-gate/usr/src/lib/libc/port/print/
H A Dvfprintf.c57 _vfprintf_c89(FILE *iop, const char *format, va_list ap) argument
[all...]

Completed in 182 milliseconds

12345