Home
last modified time | relevance | path

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

/titanic_53/usr/src/head/
H A Dpaths.h48 #define _PATH_DEVNULL "/dev/null" macro
/titanic_53/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dpathnames.h53 #define _PATH_DEVNULL "/dev/null" macro
H A Dmain.c315 if ((i = open(_PATH_DEVNULL, O_RDWR)) >= 0) {
2079 new_fd = open (_PATH_DEVNULL, O_RDWR);
/titanic_53/usr/src/cmd/zlogin/
H A Dzlogin.c2083 if ((nfd = open(_PATH_DEVNULL, O_RDONLY)) < 0) { in main()