Searched refs:_PATH_DEVNULL (Results 1 – 5 of 5) sorted by relevance
14 #define _PATH_DEVNULL "/dev/null" macro
465 fd_devnull = open(_PATH_DEVNULL, O_RDWR);467 fatal("Couldn't open %s: %m", _PATH_DEVNULL);
57 #ifndef _PATH_DEVNULL58 # define _PATH_DEVNULL "/dev/null" macro
292 if ((fd = open(_PATH_DEVNULL, O_RDWR, 0)) != -1) { in dhcpcd_daemonise()1600 i = open(_PATH_DEVNULL, O_RDWR); in main()
594 if (stat(_PATH_DEVNULL, &dev_null_stat) == -1) { in ~LogMessage()