Home
last modified time | relevance | path

Searched refs:_PATH_DEVNULL (Results 1 – 5 of 5) sorted by relevance

/external/ppp/pppd/
Dpathnames.h14 #define _PATH_DEVNULL "/dev/null" macro
Dmain.c465 fd_devnull = open(_PATH_DEVNULL, O_RDWR);
467 fatal("Couldn't open %s: %m", _PATH_DEVNULL);
/external/dhcpcd-6.8.2/
Dcommon.c57 #ifndef _PATH_DEVNULL
58 # define _PATH_DEVNULL "/dev/null" macro
Ddhcpcd.c292 if ((fd = open(_PATH_DEVNULL, O_RDWR, 0)) != -1) { in dhcpcd_daemonise()
1600 i = open(_PATH_DEVNULL, O_RDWR); in main()
/external/libchrome/base/
Dlogging.cc594 if (stat(_PATH_DEVNULL, &dev_null_stat) == -1) { in ~LogMessage()