Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libshell/common/include/
H A Dio.h107 extern const char e_devnull[];
/titanic_50/usr/src/lib/libshell/common/data/
H A Dmsg.c170 const char e_devnull[] = "/dev/null"; variable
/titanic_50/usr/src/lib/libshell/common/sh/
H A Dio.c1356 return(sh_open(e_devnull,O_RDONLY)); in io_heredoc()
1823 if(null_ino==0 && stat(e_devnull,&statb) >=0) in sh_iocheckfd()
H A Dxec.c1311 sh_chkopen(e_devnull); in sh_exec()
3037 sh_iorenumber(shp,sh_chkopen(e_devnull),0); in sh_ntfork()
H A Dmacro.c1985 fd = sh_chkopen(e_devnull); in comsubst()