Searched refs:sh_iocheckfd (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/libshell/common/include/ |
H A D | io.h | 68 extern int sh_iocheckfd(Shell_t*,int);
|
/titanic_41/usr/src/lib/libshell/common/sh/ |
H A D | io.c | 471 register int status = sh_iocheckfd(shp,fd); in sh_iostream() 737 if((mode=sh_iocheckfd(shp,fd))==IOCLOSE) in sh_open() 1104 sh_iocheckfd(shp,dupfd); in sh_redirect() 1219 r = sh_iocheckfd(shp,fn); in sh_redirect() 1324 sh_iocheckfd(shp,fd); in sh_redirect() 1593 if((flags=sh_iocheckfd(shp,fd))!=IOCLOSE) in sh_ioaccess() 1794 int sh_iocheckfd(Shell_t *shp, register int fd) in sh_iocheckfd() function 2360 n = sh_iocheckfd(shp,fd); in sh_iogetiop() 2385 if(!sp && (status = sh_iocheckfd(shp,fd))!=IOCLOSE) in sh_fd2sfio()
|
/titanic_41/usr/src/lib/libshell/common/bltins/ |
H A D | read.c | 145 r = sh_iocheckfd(shp,fd); in b_read()
|
H A D | print.c | 259 n = sh_iocheckfd(shp,fd); in b_print()
|