Searched refs:_PATH_DEVNULL (Results 1 – 2 of 2) sorted by relevance
56 #define _PATH_DEVNULL "/dev/null" macro
56 if (!noclose && (fd = open(_PATH_DEVNULL, O_RDWR, 0)) != -1) { in daemon()