Searched refs:_PATH_DEVNULL (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/include/ | ||
D | paths.h | 56 #define _PATH_DEVNULL "/dev/null" macro |
/bionic/libc/upstream-openbsd/lib/libc/gen/ | ||
D | daemon.c | 56 if (!noclose && (fd = open(_PATH_DEVNULL, O_RDWR)) != -1) { in daemon() |