Home
last modified time | relevance | path

Searched refs:sh_fd2sfio (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/lib/libshell/common/bltins/
H A Dmkservice.c217 special = sh_fd2sfio(fd); in waitnotify()
228 *pstream++ = sh_fd2sfio(file_list[i]); in waitnotify()
/titanic_50/usr/src/lib/libshell/common/include/
H A Dshell.h191 extern Sfio_t *sh_fd2sfio(int);
/titanic_50/usr/src/lib/libshell/i386/include/ast/
H A Dshell.h201 extern __MANGLE__ Sfio_t *sh_fd2sfio __PROTO__((int));
/titanic_50/usr/src/lib/libshell/sparc/include/ast/
H A Dshell.h201 extern __MANGLE__ Sfio_t *sh_fd2sfio __PROTO__((int));
/titanic_50/usr/src/lib/libshell/sparcv9/include/ast/
H A Dshell.h201 extern __MANGLE__ Sfio_t *sh_fd2sfio __PROTO__((int));
/titanic_50/usr/src/lib/libshell/amd64/include/ast/
H A Dshell.h201 extern __MANGLE__ Sfio_t *sh_fd2sfio __PROTO__((int));
/titanic_50/usr/src/lib/libshell/common/sh/
H A Dio.c2380 Sfio_t *sh_fd2sfio(int fd) in sh_fd2sfio() function