Searched refs:sh_iovalidfd (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libshell/common/include/
H A Dio.h81 extern int sh_iovalidfd(Shell_t*, int);
93 (((fd) >= (shp)->gd->lim.open_max) ? sh_iovalidfd(shp, fd) : 1)
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dprint.c198 else if(!sh_iovalidfd(shp,fd))
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dio.c400 int sh_iovalidfd(Shell_t *shp, int fd) function
443 sh_iovalidfd(shp,16);
2602 if(fd<0 || !sh_iovalidfd(shp,fd))

Completed in 29 milliseconds