Searched defs:stdio (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libmail/common/
H A Dpopenvp.c33 * These routines are based on the standard UNIX stdio popen/pclose
48 #include <stdio.h>
76 int stdio; local
82 stdio = tst(0, 1);
84 (void) close(stdio);
85 (void) fcntl(yourside, F_DUPFD, stdio);
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfmode.c214 int _sfpopen(reg Sfio_t* f, int fd, int pid, int stdio) argument
216 int _sfpopen(f, fd, pid, stdio)
220 int stdio; /* stdio popen() does not reset SIGPIPE handler */
235 p->sigp = (!stdio && pid >= 0 && (f->flags&SF_WRITE)) ? 1 : 0;
417 if(f->mode&SF_STDIO) /* synchronizing with stdio pointers */
/osnet-11/usr/src/lib/libc/port/stdio/
H A Dpopen.c36 #include <stdio.h>
80 extern void *reapchild(void *); /* see port/stdio/system.c */
101 int stdio; local
158 stdio = tst(0, 1);
174 if (yourside != stdio) {
177 yourside, stdio);
183 * See the comments in port/stdio/system.c for why these
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperlio.c396 PerlIO_importFILE(FILE *stdio, const char *mode) argument
398 int fd = fileno(stdio);
1613 * PERLIO_FLUSH_ALL = (PerlIO*)-1;)? Yes, stdio does similar
2585 * stdio as a layer
2598 FILE *stdio; /* The stream */ member in struct:__anon96
2605 if (PerlIOValid(f) && (s = PerlIOSelf(f, PerlIOStdio)->stdio)) {
2635 /* Top is already stdio - pop self (duplicate) and use original */
2641 FILE *stdio; local
2642 if (fd >= 0 && (stdio = PerlSIO_fdopen(fd,
2644 PerlIOSelf(f, PerlIOStdio)->stdio
2658 PerlIO_importFILE(FILE *stdio, const char *mode) argument
2704 FILE *stdio; local
2722 FILE *stdio; local
2751 FILE *stdio = NULL; local
2798 FILE *stdio = PerlIOSelf(o, PerlIOStdio)->stdio; local
2890 FILE *stdio = PerlIOSelf(f, PerlIOStdio)->stdio; local
3066 FILE *stdio = PerlIOSelf(f, PerlIOStdio)->stdio; local
3073 FILE *stdio = PerlIOSelf(f, PerlIOStdio)->stdio; local
3080 FILE *stdio = PerlIOSelf(f, PerlIOStdio)->stdio; local
3135 FILE *stdio = PerlIOSelf(f, PerlIOStdio)->stdio; local
3142 FILE *stdio = PerlIOSelf(f, PerlIOStdio)->stdio; local
3151 FILE *stdio = PerlIOSelf(f, PerlIOStdio)->stdio; local
3158 FILE *stdio = PerlIOSelf(f, PerlIOStdio)->stdio; local
3165 FILE *stdio = PerlIOSelf(f, PerlIOStdio)->stdio; local
3206 FILE *stdio = PerlIOSelf(f, PerlIOStdio)->stdio; local
3318 FILE *stdio = NULL; local
4693 FILE *stdio = PerlIOSelf(f, PerlIOStdio)->stdio; local
4868 FILE *stdio = PerlSIO_tmpfile(); local
[all...]

Completed in 29 milliseconds