Home
last modified time | relevance | path

Searched defs:DEV_NULL (Results 76 – 100 of 148) sorted by relevance

123456

/dports/www/p5-Apache-ConfigParser/Apache-ConfigParser-1.02/lib/Apache/ConfigParser/
H A DDirective.pm24 use constant DEV_NULL => File::Spec->devnull; constant
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Host/windows/
H A DFileSystem.cpp25 const char *FileSystem::DEV_NULL = "nul"; member in FileSystem
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Host/windows/
H A DFileSystem.cpp25 const char *FileSystem::DEV_NULL = "nul"; member in FileSystem
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Host/windows/
H A DFileSystem.cpp25 const char *FileSystem::DEV_NULL = "nul"; member in FileSystem
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Host/windows/
H A DFileSystem.cpp25 const char *FileSystem::DEV_NULL = "nul"; member in FileSystem
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Host/windows/
H A DFileSystem.cpp25 const char *FileSystem::DEV_NULL = "nul"; member in FileSystem
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Host/windows/
H A DFileSystem.cpp25 const char *FileSystem::DEV_NULL = "nul"; member in FileSystem
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Host/windows/
H A DFileSystem.cpp25 const char *FileSystem::DEV_NULL = "nul"; member in FileSystem
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Host/windows/
H A DFileSystem.cpp25 const char *FileSystem::DEV_NULL = "nul"; member in FileSystem
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Host/windows/
H A DFileSystem.cpp25 const char *FileSystem::DEV_NULL = "nul"; member in FileSystem
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Host/windows/
H A DFileSystem.cpp25 const char *FileSystem::DEV_NULL = "nul"; member in FileSystem
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/connect/test/
H A Dtest_ncbi_conn_stream.cpp46 # define DEV_NULL "/dev/null" macro
48 # define DEV_NULL "NUL" macro
/dports/www/aria2/aria2-1.36.0/src/
H A Da2io.h109 # define DEV_NULL "nul" macro
111 # define DEV_NULL "/dev/null" macro
/dports/lang/rust/rustc-1.58.1-src/library/std/src/sys/unix/process/
H A Dprocess_common.rs27 const DEV_NULL: &str = "null:\0"; const
29 const DEV_NULL: &str = "/null\0"; const
31 const DEV_NULL: &str = "/dev/null\0"; const
/dports/print/typetools/lcdf-typetools-2.108/otftotfm/
H A Dautomatic.cc53 # define DEV_NULL "NUL" macro
55 # define DEV_NULL "/dev/null" macro
/dports/print/texlive-base/texlive-20150521-source/texk/lcdf-typetools/lcdf-typetools-2.104/otftotfm/
H A Dautomatic.cc57 # define DEV_NULL "NUL" macro
59 # define DEV_NULL "/dev/null" macro
/dports/print/tex-dvipsk/texlive-20150521-source/texk/lcdf-typetools/lcdf-typetools-2.104/otftotfm/
H A Dautomatic.cc57 # define DEV_NULL "NUL" macro
59 # define DEV_NULL "/dev/null" macro
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/blast/unit_tests/seqdb_reader/
H A Dseqdb_lmdb_unit_test.cpp42 # define DEV_NULL "nul:" macro
44 # define DEV_NULL "/dev/null" macro
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/algo/blast/unit_tests/seqdb_reader/
H A Dseqdb_lmdb_unit_test.cpp42 # define DEV_NULL "nul:" macro
44 # define DEV_NULL "/dev/null" macro
/dports/net/chrony/chrony-4.2/
H A Dmain.c309 #define DEV_NULL "/dev/null" macro
/dports/net/chrony-lite/chrony-4.2/
H A Dmain.c309 #define DEV_NULL "/dev/null" macro
/dports/devel/pecl-swoole/swoole-4.8.5/tests/include/
H A Dconfig.php20 define('DEV_NULL', '/dev/null'); define
/dports/security/py-fail2ban/fail2ban-0.11.2/fail2ban/tests/
H A Dfail2banregextestcase.py45 DEV_NULL = None variable
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/src/aws/
H A Dflb_aws_credentials_process.c34 #define DEV_NULL "/dev/null" macro
/dports/devel/folly/folly-2021.12.27.00/folly/
H A DSubprocess.h260 static const int DEV_NULL = -5; variable

123456