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

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

Completed in 334 milliseconds