Home
last modified time | relevance | path

Searched defs:DEV_NULL (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/libarchive/cat/test/
H A Dtest_stdin.c10 #define DEV_NULL "/dev/null" macro
12 #define DEV_NULL "NUL" macro
H A Dtest_0.c14 #define DEV_NULL "/dev/null" macro
16 #define DEV_NULL "NUL" macro
/freebsd/contrib/libarchive/tar/test/
H A Dtest_0.c14 #define DEV_NULL "/dev/null" macro
16 #define DEV_NULL "NUL" macro
/freebsd/contrib/libarchive/unzip/test/
H A Dtest_0.c14 #define DEV_NULL "/dev/null" macro
16 #define DEV_NULL "NUL" macro
/freebsd/contrib/libarchive/cpio/test/
H A Dtest_0.c14 #define DEV_NULL "/dev/null" macro
16 #define DEV_NULL "NUL" macro
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DFileSystemPosix.cpp34 const char *FileSystem::DEV_NULL = "/dev/null"; member in FileSystem