Home
last modified time | relevance | path

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

/external/dhcpcd/
Dbind.c50 #ifndef _PATH_DEVNULL
51 # define _PATH_DEVNULL "/dev/null" macro
89 if ((fd = open(_PATH_DEVNULL, O_RDWR, 0)) != -1) { in daemonise()
Dcommon.c59 #ifndef _PATH_DEVNULL
60 # define _PATH_DEVNULL "/dev/null" macro
/external/libpcap/Win32/Include/net/
Dpaths.h53 #define _PATH_DEVNULL "/dev/null" macro
/external/ppp/pppd/
Dpathnames.h14 #define _PATH_DEVNULL "/dev/null" macro
Dmain.c468 fd_devnull = open(_PATH_DEVNULL, O_RDWR);
470 fatal("Couldn't open %s: %m", _PATH_DEVNULL);