Searched refs:iop (Results 1 - 17 of 17) sorted by relevance

/openbsd-current/lib/libc/stdio/
H A Dfsetpos.c40 fsetpos(FILE *iop, const fpos_t *pos) argument
42 return (fseeko(iop, *pos, SEEK_SET));
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20031201-1.c63 io *iop = i; local
64 if (iop->i12.e0 != 8 || iop->i16.e0 != 8)
73 io *iop = i; local
74 if (washere++ || iop->i12.e0 != 32 || iop->i16.e0 != 32)
/openbsd-current/lib/libc/gen/
H A Dpopen.c59 FILE *iop; local
119 iop = fdopen(pdes[target], type);
120 fwide(iop, -1);
124 cur->fp = iop;
138 return (iop);
148 pclose(FILE *iop) argument
157 if (cur->fp == iop)
172 (void)fclose(iop);
/openbsd-current/usr.sbin/cron/
H A Dpopen.c70 FILE *iop; local
124 iop = fdopen(pdes[0], type);
127 iop = fdopen(pdes[1], type);
132 return (iop);
136 cron_pclose(FILE *iop, pid_t pid) argument
142 (void)fclose(iop);
/openbsd-current/libexec/ftpd/
H A Dpopen.c64 FILE *iop; local
98 iop = NULL;
122 iop = fdopen(pdes[0], "r");
130 return (iop);
134 ftpd_pclose(FILE *iop, pid_t pid) argument
140 (void)fclose(iop);
/openbsd-current/bin/ksh/
H A Dtree.c171 struct ioword *iop = *ioact++; local
174 if ((iop->flag & IOTYPE) == IOHERE && iop->heredoc) {
176 shf_puts(iop->heredoc, shf);
178 evalstr(iop->delim, 0));
192 pioact(struct shf *shf, int indent, struct ioword *iop) argument
194 int flag = iop->flag;
200 (type == IODUP && (iop->unit == !(flag & IORDUP))) ? iop->unit :
201 iop
677 struct ioword **iop; local
[all...]
H A Dlex.c733 struct ioword *iop = alloc(sizeof(*iop), ATEMP); local
736 iop->unit = dp[1] - '0';
738 iop->unit = c == '>'; /* 0 for <, 1 for > */
743 iop->flag = c == c2 ?
745 if (iop->flag == IOHERE) {
747 iop->flag |= IOSKIP;
752 iop->flag = IODUP | (c == '<' ? IORDUP : 0);
754 iop->flag = c == '>' ? IOWRITE : IOREAD;
756 iop
871 readhere(struct ioword *iop) argument
[all...]
H A Dlex.h56 struct ioword *iop; member in union:__anon20
H A Dsyn.c150 struct ioword *iop; local
156 iop = yylval.iop;
157 ishere = (iop->flag&IOTYPE) == IOHERE;
160 iop->delim = yylval.cp;
162 iop->flag |= IOEVAL;
165 *herep++ = iop;
167 iop->name = yylval.cp;
168 return iop;
196 struct ioword *iop, **iop local
[all...]
H A Dexec.c1046 iosetup(struct ioword *iop, struct tbl *tp) argument
1049 char *cp = iop->name;
1050 int iotype = iop->flag & IOTYPE;
1059 iotmp = *iop;
1082 if (Flag(FNOCLOBBER) && !(iop->flag & IOCLOB) &&
1094 u = herein(iop->heredoc, iop->flag & IOEVAL);
1107 X_OK | ((iop->flag & IORDUP) ? R_OK : W_OK),
1113 if (u == iop->unit)
1136 if (genv->savefd[iop
[all...]
/openbsd-current/usr.bin/mandoc/
H A Dterm_ascii.c152 ascii_setwidth(struct termp *p, int iop, int width) argument
157 if (iop > 0)
159 else if (iop == 0)
H A Dterm.c927 int iop, width; local
929 iop = 0;
934 iop = 1;
938 iop = -1;
947 iop = 0;
949 (*p->setwidth)(p, iop, width);
H A Dterm_ps.c622 ps_setwidth(struct termp *p, int iop, int width) argument
627 if (iop > 0)
629 else if (iop == 0)
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D920428-2.c57 int setvbuf(struct _iobuf *iop, char *buf, int type, size_t size);
79 int fread(void *ptr, size_t size, size_t count, struct _iobuf *iop);
80 int fwrite(const void *ptr, size_t size, size_t count, struct _iobuf *iop);
/openbsd-current/sys/dev/ic/
H A Dadvlib.h1214 #define ASC_GET_EISA_SLOT(iop) ((iop) & 0xF000)
H A Dmfi.c662 mfi_attach(struct mfi_softc *sc, enum mfi_iop iop) argument
668 switch (iop) {
682 panic("%s: unknown iop %d", DEVNAME(sc), iop);
708 if (iop == MFI_IOP_SKINNY)
/openbsd-current/gnu/usr.bin/perl/
H A Ddoio.c1284 PerlIO *iop = IoIFP(io); local
1300 (void)PerlIO_close(iop);

Completed in 208 milliseconds