Home
last modified time | relevance | path

Searched defs:iop (Results 26 – 50 of 113) sorted by relevance

12345

/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dfseeko.c55 fseeko64(FILE *iop, off64_t offset, int ptrname) in fseeko64()
91 fseeko(FILE *iop, off_t offset, int ptrname) in fseeko()
H A Dgetline.c43 int delimiter, FILE *_RESTRICT_KYWD iop) in getdelim()
103 FILE *_RESTRICT_KYWD iop) in getline()
H A Dfwrite.c47 fwrite(const void *ptr, size_t size, size_t count, FILE *iop) in fwrite()
63 _fwrite_unlocked(const void *ptr, size_t size, size_t count, FILE *iop) in _fwrite_unlocked()
H A Dscanf.c59 fscanf(FILE *iop, const char *fmt, ...) in fscanf()
112 _fscanf_c89(FILE *iop, const char *fmt, ...) in _fscanf_c89()
H A Dwscanf.c57 fwscanf(FILE *iop, const wchar_t *fmt, ...) in fwscanf()
110 _fwscanf_c89(FILE *iop, const wchar_t *fmt, ...) in _fwscanf_c89()
H A D_wrtchk.c41 _wrtchk(FILE *iop) in _wrtchk()
H A Dfeof.c42 feof(FILE *iop) in feof()
H A Dferror.c42 ferror(FILE *iop) in ferror()
H A Dfgetc.c42 fgetc(FILE *iop) in fgetc()
H A Dfileno.c42 fileno(FILE *iop) in fileno()
H A Dclearerr.c42 clearerr(FILE *iop) in clearerr()
H A Dfputc.c40 fputc(int ch, FILE *iop) in fputc()
H A D_flsbuf.c47 _flsbuf(int ch, FILE *iop) in _flsbuf()
H A Dfseek.c48 fseek(FILE *iop, long offset, int ptrname) in fseek()
/illumos-gate/usr/src/lib/libc/port/print/
H A Dfprintf.c50 fprintf(FILE *iop, const char *format, ...) in fprintf()
106 _fprintf_c89(FILE *iop, const char *format, ...) in _fprintf_c89()
H A Dwprintf.c102 fwprintf(FILE *iop, const wchar_t *format, ...) in fwprintf()
190 _fwprintf_c89(FILE *iop, const wchar_t *format, ...) in _fwprintf_c89()
H A Dvfprintf.c55 _vfprintf_c89(FILE *iop, const char *format, va_list ap) in _vfprintf_c89()
/illumos-gate/usr/src/lib/libc/port/fp/
H A Dfile_decim.c41 #define mygetc(iop) ((iop->_flag & _IOWRT) ? \ argument
45 #define myungetc(x, iop) ((iop->_flag & _IOWRT) ? *(--iop->_ptr) : \ argument
/illumos-gate/usr/src/contrib/ast/src/lib/libast/disc/
H A Dsfdcdos.c109 static ssize_t dos_read(Sfio_t *iop, void *buff, size_t size, Sfdisc_t* disc) in dos_read()
230 static Sfoff_t cur_offset(Dosdisc_t *dp, Sfoff_t offset,Sfio_t *iop,register int whence) in cur_offset()
276 static Sfoff_t dos_seek(Sfio_t *iop, Sfoff_t offset, register int whence, Sfdisc_t* disc) in dos_seek()
367 static int dos_except(Sfio_t *iop, int type, void *arg, Sfdisc_t *disc) in dos_except()
/illumos-gate/usr/src/uts/common/io/ppp/sppp/
H A Dsppp.c470 struct iocblk *iop; in sppp_ioctl() local
707 struct iocblk *iop; in sppp_uwput() local
863 struct iocblk *iop; in sppp_uwsrv() local
981 struct iocblk *iop; in sppp_inner_ioctl() local
1313 struct iocblk *iop; in sppp_outer_ioctl() local
1864 struct iocblk *iop; in sppp_recv_nondata() local
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dmain.c97 int sh_source(Shell_t *shp, Sfio_t *iop, const char *file) in sh_source()
128 register Sfio_t *iop; in sh_main() local
369 static void exfile(register Shell_t *shp, register Sfio_t *iop,register int fno) in exfile()
H A Dio.c472 static int outexcept(register Sfio_t *iop,int type,void *data,Sfdisc_t *handle) in outexcept()
519 register Sfio_t *iop; in sh_iostream() local
1156 int sh_redirect(Shell_t *shp,struct ionod *iop, int flag) in sh_redirect()
1663 static ssize_t tee_write(Sfio_t *iop,const void *buff,size_t n,Sfdisc_t *unused) in tee_write()
1878 static int slowexcept(register Sfio_t *iop,int type,void *data,Sfdisc_t *handle) in slowexcept()
1962 static ssize_t piperead(Sfio_t *iop,void *buff,register size_t size,Sfdisc_t *handle) in piperead()
2152 static int io_prompt(Shell_t *shp,Sfio_t *iop,register int flag) in io_prompt()
2225 static int pipeexcept(Sfio_t* iop, int mode, void *data, Sfdisc_t* handle) in pipeexcept()
2341 register Sfio_t *iop; in sh_sfeval() local
2366 static int eval_exceptf(Sfio_t *iop,int type, void *data, Sfdisc_t *handle) in eval_exceptf()
[all …]
/illumos-gate/usr/src/cmd/sh/
H A Dfunc.c145 freeio(struct ionod *iop) in freeio()
420 prio(struct ionod *iop) in prio()
/illumos-gate/usr/src/ucblib/libucb/port/stdio/
H A Dvfprintf.c49 vfprintf(FILE *iop, const char *format, va_list ap) in vfprintf()
H A Dfprintf.c49 fprintf(FILE *iop, const char *format, ...) in fprintf()

12345