Searched defs:stdio (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | popen.c | 15 #include <stdio.h> 53 int stdio; local 60 stdio = tst(0, 1); 62 if (hisside != stdio) { 63 (void) dup2(hisside, stdio);
|
/illumos-gate/usr/src/lib/libmail/common/ |
H A D | popenvp.c | 33 * 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);
|
/illumos-gate/usr/src/cmd/mailx/ |
H A D | popen.c | 48 #include <stdio.h> 93 int stdio; local 95 stdio = tst(0, 1); 97 (void) close(stdio); 98 (void) fcntl(yourside, 0, stdio);
|
/illumos-gate/usr/src/tools/cscope-fast/ |
H A D | mypopen.c | 38 #include <stdio.h> 65 int stdio; local 72 stdio = tst(0, 1); 74 (void) close(stdio); 75 (void) fcntl(yourside, F_DUPFD, stdio);
|
/illumos-gate/usr/src/lib/libast/common/sfio/ |
H A D | sfmode.c | 213 int _sfpopen(reg Sfio_t* f, int fd, int pid, int stdio) argument 215 int _sfpopen(f, fd, pid, stdio) 219 int stdio; /* stdio popen() does not reset SIGPIPE handler */ 234 p->sigp = (!stdio && pid >= 0 && (f->flags&SF_WRITE)) ? 1 : 0; 416 if(f->mode&SF_STDIO) /* synchronizing with stdio pointers */
|
/illumos-gate/usr/src/lib/libc/port/threads/ |
H A D | spawn.c | 901 int myside, yourside, stdio; local 915 * 'stdio' is the fd in the child process that should be 920 stdio = STDIN_FILENO; 924 stdio = STDOUT_FILENO; 928 if (yourside != stdio) { 931 yourside, stdio);
|
/illumos-gate/usr/src/man/man3head/ |
H A D | Makefile | 82 stdio.h.3head \ 171 stdio.3head \ 260 stdio.3head := LINKSRC = stdio.h.3head
|
Completed in 69 milliseconds