Searched refs:e_devnull (Results 1 – 5 of 5) sorted by relevance
107 extern const char e_devnull[];
170 const char e_devnull[] = "/dev/null"; variable
1356 return(sh_open(e_devnull,O_RDONLY)); in io_heredoc()1823 if(null_ino==0 && stat(e_devnull,&statb) >=0) in sh_iocheckfd()
1311 sh_chkopen(e_devnull); in sh_exec()3037 sh_iorenumber(shp,sh_chkopen(e_devnull),0); in sh_ntfork()
1985 fd = sh_chkopen(e_devnull); in comsubst()