Searched defs:ofd (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/lib/libnsl/rpc/ |
H A D | svc_generic.c | 228 svc_tli_create_common(const int ofd, const struct netconfig *nconf, argument 237 int fd = ofd;
|
/osnet-11/usr/src/lib/libpkg/common/ |
H A D | runcmd.c | 119 esystem(char *cmd, int ifd, int ofd) argument 166 if (ofd >= 0 && ofd != STDOUT_FILENO) { 167 (void) dup2(ofd, STDOUT_FILENO);
|
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | setup.c | 296 __m_setupterm(char *termname, int ifd, int ofd, int *err_return) argument 317 if (isatty(cur_term->_ofd = ofd)) 338 (void) restartterm(termname, ofd, &err_code);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | doio.c | 653 int ofd = PerlIO_fileno(fp); local 654 int dupfd = PerlLIO_dup(ofd); 657 int coe = fcntl(ofd,F_GETFD); 660 PerlLIO_dup2(dupfd,ofd); 662 /* The dup trick has lost close-on-exec on ofd */ 663 fcntl(ofd,F_SETFD, coe);
|
Completed in 36 milliseconds