Home
last modified time | relevance | path

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

/third_party/curl/tests/libtest/
Dlib537.c46 #define DEV_NULL "NUL" macro
48 #define DEV_NULL "/dev/null" macro
Dlib518.c46 #define DEV_NULL "NUL" macro
48 #define DEV_NULL "/dev/null" macro
/third_party/rust/rust/library/std/src/sys/unix/process/
Dprocess_common.rs27 const DEV_NULL: &str = "null:\0"; constant
29 const DEV_NULL: &str = "/null\0"; constant
31 const DEV_NULL: &str = "/dev/null\0"; constant