Searched refs:VALIDATE_FD (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | io.c | 609 VALIDATE_FD(shp, fd); in io_preserve() 610 VALIDATE_FD(shp, f2); in io_preserve() 639 VALIDATE_FD(shp, f1); in sh_iorenumber() 640 VALIDATE_FD(shp, f2); in sh_iorenumber() 682 VALIDATE_FD(shp, f2); in sh_iorenumber() 697 VALIDATE_FD(shp, fd); in sh_close() 856 VALIDATE_FD(shp, fd); in sh_open() 880 VALIDATE_FD(shp, fdold); in sh_iomovefd() 884 VALIDATE_FD(shp, fdold); in sh_iomovefd() 885 VALIDATE_FD(shp, fdnew); in sh_iomovefd() [all …]
|
H A D | subshell.c | 128 VALIDATE_FD(shp, fd); in sh_subtmpfile() 155 VALIDATE_FD(shp, fd); in sh_subtmpfile() 688 VALIDATE_FD(shp, fd); in sh_subshell()
|
H A D | xec.c | 120 VALIDATE_FD(shp, subpipe[1]); in iousepipe() 121 VALIDATE_FD(shp, subpipe[2]); in iousepipe() 146 VALIDATE_FD(shp, subpipe[2]); in iounpipe() 895 VALIDATE_FD(shp, shp->coutpipe); in sh_coexec() 1659 VALIDATE_FD(shp, shp->cpipe[0]); in sh_exec() 3646 VALIDATE_FD(shp, outfd); in coproc_init() 3647 VALIDATE_FD(shp, fd); in coproc_init() 3656 VALIDATE_FD(shp, shp->cpipe[0]); in coproc_init() 3657 VALIDATE_FD(shp, shp->cpipe[1]); in coproc_init() 3669 VALIDATE_FD(shp, shp->coutpipe); in coproc_init() [all …]
|
H A D | main.c | 384 VALIDATE_FD(shp, fno); in exfile() 387 VALIDATE_FD(shp, r); in exfile()
|
H A D | path.c | 540 VALIDATE_FD(shp, fd); in path_opentype() 1281 VALIDATE_FD(shp, shp->infd); in exscript()
|
H A D | lex.c | 2163 VALIDATE_FD(shp, shp->infd); in sh_syntax()
|
H A D | macro.c | 2135 VALIDATE_FD(mp->shp, fd); in comsubst()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | io.h | 94 extern int VALIDATE_FD(Shell_t *, int); 96 #define VALIDATE_FD(shp, fd) \ macro
|