Searched refs:sh_fcntl (Results 1 - 9 of 9) sorted by relevance

/osnet-11/usr/src/lib/libshell/common/include/
H A Dshell.h193 extern int sh_fcntl(int, int, ...);
236 # define fcntl(a,b,c) sh_fcntl(a,b,c)
/osnet-11/usr/src/lib/libshell/amd64/include/ast/
H A Dshell.h203 extern __MANGLE__ int sh_fcntl __PROTO__((int, int, ...));
247 # define fcntl(a,b,c) sh_fcntl(a,b,c)
/osnet-11/usr/src/lib/libshell/i386/include/ast/
H A Dshell.h203 extern __MANGLE__ int sh_fcntl __PROTO__((int, int, ...));
247 # define fcntl(a,b,c) sh_fcntl(a,b,c)
/osnet-11/usr/src/lib/libshell/sparc/include/ast/
H A Dshell.h203 extern __MANGLE__ int sh_fcntl __PROTO__((int, int, ...));
247 # define fcntl(a,b,c) sh_fcntl(a,b,c)
/osnet-11/usr/src/lib/libshell/sparcv9/include/ast/
H A Dshell.h203 extern __MANGLE__ int sh_fcntl __PROTO__((int, int, ...));
247 # define fcntl(a,b,c) sh_fcntl(a,b,c)
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dio.c593 fd = sh_fcntl(f2,F_DUPFD,10);
660 if((f2 = sh_fcntl(f1,F_DUPFD, f2)) < 0)
917 if((pv[out]=sh_fcntl(fd,F_DUPFD,10)) >=10)
1286 if((fd=sh_fcntl(dupfd,F_DUPFD,3))<0)
1473 if((r=sh_fcntl(fd,F_DUPFD,10)) > 0)
1653 if((savefd = sh_fcntl(origfd, F_DUPFD, 10)) < 0 && errno!=EBADF)
1673 sh_fcntl(savefd,F_SETFD,FD_CLOEXEC);
1753 sh_fcntl(savefd, F_DUPFD, origfd);
2530 int sh_fcntl(register int fd, int op, ...) function
H A Dsubshell.c137 sh_fcntl(sp->pipefd,F_SETFD,FD_CLOEXEC);
142 if((sh_fcntl(fds[1],F_DUPFD, 1)) != 1)
H A Dmain.c405 if(fno < 10 && ((r=sh_fcntl(fno,F_DUPFD,10))>=10))
/osnet-11/usr/src/lib/libshell/common/edit/
H A Dhistory.c388 if((n = sh_fcntl(fd,F_DUPFD, 10)) >= 0)

Completed in 40 milliseconds