Searched refs:sh_fcntl (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | shell.h | 198 extern int sh_fcntl(int, int, ...); 239 # define fcntl(a,b,c) sh_fcntl(a,b,c)
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | io.c | 599 fd = sh_fcntl(f2,F_DUPFD,10); in io_preserve() 666 if((f2 = sh_fcntl(f1,F_DUPFD, f2)) < 0) in sh_iorenumber() 942 if((pv[out]=sh_fcntl(fd,F_DUPFD,10)) >=10) in sh_coaccept() 1319 if((fd=sh_fcntl(dupfd,F_DUPFD,3))<0) in sh_redirect() 1507 if((r=sh_fcntl(fd,F_DUPFD,10)) > 0) in sh_redirect() 1718 if((savefd = sh_fcntl(origfd, F_DUPFD, 10)) < 0 && errno!=EBADF) in sh_iosave() 1738 sh_fcntl(savefd,F_SETFD,FD_CLOEXEC); in sh_iosave() 1818 sh_fcntl(savefd, F_DUPFD, origfd); in sh_iorestore() 2598 int sh_fcntl(register int fd, int op, ...) in sh_fcntl() function
|
H A D | subshell.c | 144 sh_fcntl(sp->pipefd,F_SETFD,FD_CLOEXEC); in sh_subtmpfile() 149 if((sh_fcntl(fds[1],F_DUPFD, 1)) != 1) in sh_subtmpfile()
|
H A D | main.c | 385 if(fno < 10 && ((r=sh_fcntl(fno,F_DUPFD,10))>=10)) in exfile()
|
/illumos-gate/usr/src/cmd/ast/libshell/ |
H A D | mapfile-vers | 56 sh_fcntl;
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/ |
H A D | history.c | 389 if((n = sh_fcntl(fd,F_DUPFD, 10)) >= 0) in sh_histinit()
|