Home
last modified time | relevance | path

Searched defs:iop (Results 51 – 75 of 113) sorted by relevance

12345

/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dfdopen.c57 FILE *iop; in fdopen() local
H A D_endopen.c56 _endopen(const char *name, const char *type, FILE *iop, int largefile) in _endopen()
H A Dfgets.c44 fgets(char *buf, int size, FILE *iop) in fgets()
H A Dsetbuf.c47 setbuf(FILE *iop, char *abuf) in setbuf()
H A Dsetvbuf.c41 setvbuf(FILE *iop, char *abuf, int type, size_t size) in setvbuf()
H A D_filbuf.c51 _filbuf(FILE *iop) in _filbuf()
H A D_findbuf.c56 _findbuf(FILE *iop) in _findbuf()
H A Dfread.c45 fread(void *ptr, size_t size, size_t count, FILE *iop) in fread()
H A Dfputs.c48 fputs(const char *ptr, FILE *iop) in fputs()
H A Dvscanf.c87 _vfscanf_c89(FILE *iop, const char *fmt, va_list ap) in _vfscanf_c89()
H A Dvwscanf.c69 _vfwscanf_c89(FILE *iop, const wchar_t *fmt, va_list ap) in _vfwscanf_c89()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Ddeparse.c434 static void p_redirect(register const struct ionod *iop) in p_redirect()
586 static void here_body(register const struct ionod *iop) in here_body()
H A Dlex.c186 static void lex_advance(Sfio_t *iop, const char *buff, register int size, void *context) in lex_advance()
1735 register struct ionod *iop; in nested_here() local
1828 static int here_copy(Lex_t *lp,register struct ionod *iop) in here_copy()
2487 static int alias_exceptf(Sfio_t *iop,int type,void *data, Sfdisc_t *handle) in alias_exceptf()
2531 register Sfio_t *iop, *base; in setupalias() local
H A Dtdump.c191 static int p_redirect(register const struct ionod *iop) in p_redirect()
H A Dparse.c332 void *sh_parse(Shell_t *shp, Sfio_t *iop, int flag) in sh_parse()
756 Sfio_t *iop; in funct() local
1677 register struct ionod *iop; in inout() local
1915 Sfio_t *base, *iop = sfopen((Sfio_t*)0," ~(E)","s"); in ere_match() local
H A Dxec.c397 static void out_pattern(Sfio_t *iop, register const char *cp, int n) in out_pattern()
427 static void out_string(Sfio_t *iop, register const char *cp, int c, int quoted) in out_string()
509 Sfio_t *iop = stkstd; in sh_debug() local
571 int sh_eval(register Sfio_t *iop, int mode) in sh_eval()
906 static Sfio_t *openstream(Shell_t *shp, struct ionod *iop, int *save) in openstream()
1781 struct ionod *iop; in sh_exec() local
2389 Sfio_t *iop=0; in sh_exec() local
/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/
H A Dgetpass.c53 Sfio_t *iop; in getpass() local
/illumos-gate/usr/src/lib/libc/port/print/
H A Dvwprintf.c106 _vfwprintf_c89(FILE *iop, const wchar_t *format, va_list ap) in _vfwprintf_c89()
H A Ddoprnt.c267 _dowrite(const char *p, ssize_t n, FILE *iop, unsigned char **ptrptr) in _dowrite()
300 put_wide(FILE *iop, unsigned char **bufptr, in put_wide()
359 pad_wide(FILE *iop, unsigned char **bufptr, in pad_wide()
401 _wdoprnt(const wchar_t *format, va_list in_args, FILE *iop) in _wdoprnt()
407 _doprnt(const char *format, va_list in_args, FILE *iop) in _doprnt()
416 _wndoprnt(const wchar_t *format, va_list in_args, FILE *iop, int prflag) in _wndoprnt()
/illumos-gate/usr/src/cmd/mailx/
H A Dmyfopen.c139 my_fclose(register FILE *iop) in my_fclose()
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dspppcomp.c712 struct iocblk *iop; in spppcomp_inner_ioctl() local
981 struct iocblk *iop; in spppcomp_ioctl() local
1154 struct iocblk *iop; in spppcomp_rput() local
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dwordexp.c67 register Sfio_t *iop; in wordexp() local
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dinput.c89 Elf_Void *iop; in _elf_vm() local
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dhist.c268 Sfio_t *iop = sfnew(NIL(Sfio_t*),buff,IOBSIZE,fdo,SF_READ); in b_hist() local
/illumos-gate/usr/src/ucblib/libucb/port/stdio/
H A Ddoprnt.c141 _dowrite(char *p, ssize_t n, FILE *iop, unsigned char **ptrptr) in _dowrite()
154 _doprnt(char *format, va_list in_args, FILE *iop) in _doprnt()

12345