Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dio.h85 extern int sh_iovalidfd(Shell_t*, int);
97 (((fd) >= (shp)->gd->lim.open_max) ? sh_iovalidfd(shp, fd) : 1)
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dio.c406 int sh_iovalidfd(Shell_t *shp, int fd) in sh_iovalidfd() function
449 sh_iovalidfd(shp,16); in sh_ioinit()
2670 if(fd<0 || !sh_iovalidfd(shp,fd)) in sh_iogetiop()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dprint.c241 else if(!sh_iovalidfd(shp,fd)) in b_print()