Searched defs:DEV_NULL (Results 1 – 9 of 9) sorted by relevance
18 const DEV_NULL: &str = "/dev/null"; constant
44 #define DEV_NULL "NUL" macro46 #define DEV_NULL "/dev/null" macro
46 #define DEV_NULL "NUL" macro48 #define DEV_NULL "/dev/null" macro
124 DEV_NULL = os.devnull variable130 DEV_NULL = 'NUL' variable133 DEV_NULL = '/dev/null' variable
27 const DEV_NULL: &CStr = c"null:"; constant29 const DEV_NULL: &CStr = c"/null"; constant31 const DEV_NULL: &CStr = c"/dev/null"; constant