Home
last modified time | relevance | path

Searched refs:sh_dup (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshell.h195 extern int sh_dup(int);
244 # define dup sh_dup
/illumos-gate/usr/src/cmd/ast/libshell/
H A Dmapfile-vers52 sh_dup;
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dshiocmd_solaris.c694 fd = sh_dup(ffd); in b_tmpfile()
770 fd = sh_dup(ffd); in b_dup()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dxec.c3734 fd = sh_dup(sffileno(sp)); in run_subshell()
3853 sh_iorenumber(shp,sh_dup(shp->outpipe[1]),1); in sh_ntfork()
H A Dio.c2579 int sh_dup(register int old) in sh_dup() function