Searched refs:DEV_NULL (Results 1 – 4 of 4) sorted by relevance
/external/curl/tests/libtest/ |
D | lib518.c | 44 #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()
|
D | lib537.c | 45 #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/ |
D | platform.py | 124 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/ |
D | platform.py | 124 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))
|