Searched refs:_PATH_DEVNULL (Results 1 – 5 of 5) sorted by relevance
50 #ifndef _PATH_DEVNULL51 # define _PATH_DEVNULL "/dev/null" macro89 if ((fd = open(_PATH_DEVNULL, O_RDWR, 0)) != -1) { in daemonise()
59 #ifndef _PATH_DEVNULL60 # define _PATH_DEVNULL "/dev/null" macro
53 #define _PATH_DEVNULL "/dev/null" macro
14 #define _PATH_DEVNULL "/dev/null" macro
468 fd_devnull = open(_PATH_DEVNULL, O_RDWR);470 fatal("Couldn't open %s: %m", _PATH_DEVNULL);