Searched refs:sh_fcntl (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/lib/libshell/common/include/ |
H A D | shell.h | 190 extern int sh_fcntl(int, int, ...); 233 # define fcntl(a,b,c) sh_fcntl(a,b,c)
|
/titanic_44/usr/src/lib/libshell/amd64/include/ast/ |
H A D | shell.h | 200 extern __MANGLE__ int sh_fcntl __PROTO__((int, int, ...)); 244 # define fcntl(a,b,c) sh_fcntl(a,b,c)
|
/titanic_44/usr/src/lib/libshell/i386/include/ast/ |
H A D | shell.h | 200 extern __MANGLE__ int sh_fcntl __PROTO__((int, int, ...)); 244 # define fcntl(a,b,c) sh_fcntl(a,b,c)
|
/titanic_44/usr/src/lib/libshell/sparc/include/ast/ |
H A D | shell.h | 200 extern __MANGLE__ int sh_fcntl __PROTO__((int, int, ...)); 244 # define fcntl(a,b,c) sh_fcntl(a,b,c)
|
/titanic_44/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | shell.h | 200 extern __MANGLE__ int sh_fcntl __PROTO__((int, int, ...)); 244 # define fcntl(a,b,c) sh_fcntl(a,b,c)
|
/titanic_44/usr/src/lib/libshell/common/sh/ |
H A D | io.c | 546 fd = sh_fcntl(f2,F_DUPFD,10); in io_preserve() 604 if((f2 = sh_fcntl(f1,F_DUPFD, f2)) < 0) in sh_iorenumber() 1102 if((fd=sh_fcntl(dupfd,F_DUPFD,3))<0) in sh_redirect() 1284 if((r=sh_fcntl(fd,F_DUPFD,10)) > 0) in sh_redirect() 1466 if((savefd = sh_fcntl(origfd, F_DUPFD, 10)) < 0 && errno!=EBADF) in sh_iosave() 1481 sh_fcntl(savefd,F_SETFD,FD_CLOEXEC); in sh_iosave() 1548 sh_fcntl(savefd, F_DUPFD, origfd); in sh_iorestore() 2285 int sh_fcntl(register int fd, int op, ...) in sh_fcntl() function
|
H A D | subshell.c | 149 sh_fcntl(sp->pipefd,F_SETFD,FD_CLOEXEC); in sh_subtmpfile() 159 if((sh_fcntl(fds[1],F_DUPFD, 1)) != 1) in sh_subtmpfile()
|
H A D | main.c | 398 if(fno < 10 && ((r=sh_fcntl(fno,F_DUPFD,10))>=10)) in exfile()
|
/titanic_44/usr/src/lib/libshell/ |
H A D | mapfile-vers | 66 sh_fcntl;
|
/titanic_44/usr/src/lib/libshell/common/edit/ |
H A D | history.c | 389 if((n = sh_fcntl(fd,F_DUPFD, 10)) >= 0) in sh_histinit()
|