HomeSort by: relevance | last modified time | path
    Searched refs:PPP_DEVNULL (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ppp/dist/pppd/
pathnames.h 56 #define PPP_DEVNULL _PATH_DEVNULL
main.c 495 fd_devnull = open(PPP_DEVNULL, O_RDWR);
497 fatal("Couldn't open %s: %m", PPP_DEVNULL);

Completed in 27 milliseconds