Searched refs:_PATH_DEVNULL (Results 1 – 4 of 4) sorted by relevance
45 #define _PATH_DEVNULL "/dev/null" macro
121 if ((fd = open_not_cancel_2(_PATH_DEVNULL, O_RDWR)) != -1 in daemon()
189 int nullfd = open(_PATH_DEVNULL, mode); in __check_one_fd()
778 fd = open(_PATH_DEVNULL, O_WRONLY); in exec_comm_child()
Completed in 7 milliseconds