Searched refs:sh_close (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/include/
H A Dshell.h187 extern int sh_close(int);
231 # define close(a) sh_close(a)
/illumos-gate/usr/src/lib/libshell/amd64/include/ast/
H A Dshell.h197 extern __MANGLE__ int sh_close __PROTO__((int));
242 # define close(a) sh_close(a)
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dhist.c227 sh_close(fdo);
272 sh_close(fdo);
H A Dshiocmd_solaris.c630 n = sh_close(fd);
/illumos-gate/usr/src/lib/libshell/i386/include/ast/
H A Dshell.h197 extern __MANGLE__ int sh_close __PROTO__((int));
242 # define close(a) sh_close(a)
/illumos-gate/usr/src/lib/libshell/sparc/include/ast/
H A Dshell.h197 extern __MANGLE__ int sh_close __PROTO__((int));
242 # define close(a) sh_close(a)
/illumos-gate/usr/src/lib/libshell/sparcv9/include/ast/
H A Dshell.h197 extern __MANGLE__ int sh_close __PROTO__((int));
242 # define close(a) sh_close(a)
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dio.c592 sh_close(f2);
611 sh_close(f1);
619 int sh_close(register int fd) function
905 sh_close(pv[0]);
907 sh_close(pv[1]);
1052 sh_close(fd);
1114 sh_close(toclose);
1287 sh_close(fn);
1302 sh_close(fn);
1317 sh_close(f
[all...]
H A Dsubshell.c161 sh_close(fds[1]);
168 sh_close(fd);
453 sh_close(sp->coutpipe);
454 sh_close(sp->cpipe);
640 sh_close(sp->tmpfd);
713 sh_close(shp->coutpipe);
714 sh_close(shp->cpipe[1]);
H A Dpath.c564 sh_close(fd);
733 sh_close(fno);
932 sh_close(fd);
1236 sh_close(*shp->outpipe);
1242 sh_close(shp->infd);
1259 sh_close(n);
1273 sh_close(10);
1275 sh_close(n);
H A Dmain.c401 sh_close(fno);
623 sh_close(fno);
H A Djobs.c348 sh_close(sh.coutpipe);
349 sh_close(sh.cpipe[1]);
1346 sh_close(sh.coutpipe);
1347 sh_close(sh.cpipe[1]);
H A Dxec.c1005 sh_close(fd);
1247 sh_close(shp->inpipe[0]);
1310 if(sh_close(0)>=0)
1324 sh_close(shp->inpipe[1]);
1524 sh_close(pvn[1]);
2493 sh_close(shp->coutpipe);
3117 sh_close(shp->coutpipe);
3118 sh_close(shp->cpipe[1]);
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dhistory.c391 sh_close(fd);

Completed in 97 milliseconds