Home
last modified time | relevance | path

Searched refs:DEV_NULL (Results 1 – 4 of 4) sorted by relevance

/external/curl/tests/libtest/
Dlib518.c44 #define DEV_NULL "NUL" macro
46 #define DEV_NULL "/dev/null" macro
85 fpa[i] = fopen(DEV_NULL, FOPEN_READTEXT); in fopen_works()
324 fd[0] = open(DEV_NULL, O_RDONLY); in rlimit()
326 msnprintf(strbuff, sizeof(strbuff), "opening of %s failed", DEV_NULL); in rlimit()
Dlib537.c45 #define DEV_NULL "NUL" macro
47 #define DEV_NULL "/dev/null" macro
86 fpa[i] = fopen(DEV_NULL, FOPEN_READTEXT); in fopen_works()
318 fd[0] = open(DEV_NULL, O_RDONLY);
320 msnprintf(strbuff, sizeof(strbuff), "opening of %s failed", DEV_NULL);
/external/python/cpython3/Lib/
Dplatform.py124 DEV_NULL = os.devnull variable
130 DEV_NULL = 'NUL' variable
133 DEV_NULL = '/dev/null' variable
788 f = os.popen('uname %s 2> %s' % (option, DEV_NULL))
/external/python/cpython2/Lib/
Dplatform.py124 DEV_NULL = os.devnull variable
130 DEV_NULL = 'NUL' variable
133 DEV_NULL = '/dev/null' variable
993 f = os.popen('uname %s 2> %s' % (option, DEV_NULL))