Searched refs:e_devnull (Results 1 – 6 of 6) sorted by relevance
121 extern const char e_devnull[];
186 const char e_devnull[] = "/dev/null"; variable
1585 return(sh_open(e_devnull,O_RDONLY)); in io_heredoc()2104 if(null_ino==0 && stat(e_devnull,&statb) >=0) in sh_iocheckfd()
915 open(e_devnull,O_RDONLY); in openstream()1797 sh_chkopen(e_devnull); in sh_exec()3834 sh_iorenumber(shp,sh_chkopen(e_devnull),0); in sh_ntfork()
1585 nv_putval(tp,e_devnull,0); in nv_mkstat()
2131 fd = sh_chkopen(e_devnull); in comsubst()