Home
last modified time | relevance | path

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

/curl/tests/data/
H A Dtest17334 …ORT/we/want/%TESTNUMBER -F field1=contents1 -F "fileupload=@-;filename=%DEV_NULL;type=text/x-null;…
67 Content-Disposition: form-data; name="fileupload"; filename="%DEV_NULL"
H A Dtest301553 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -w "%{num_headers}\n" -L -o%DEV_NULL
/curl/tests/libtest/
H A Dlib518.c46 #define DEV_NULL "NUL" macro
48 #define DEV_NULL "/dev/null" macro
87 fpa[i] = fopen(DEV_NULL, FOPEN_READTEXT); in fopen_works()
316 testfd[0] = open(DEV_NULL, O_RDONLY); in test_rlimit()
318 msnprintf(strbuff, sizeof(strbuff), "opening of %s failed", DEV_NULL); in test_rlimit()
H A Dlib537.c44 #define DEV_NULL "NUL" macro
46 #define DEV_NULL "/dev/null" macro
85 fpa[i] = fopen(DEV_NULL, FOPEN_READTEXT); in fopen_works()
317 testfd[0] = open(DEV_NULL, O_RDONLY);
319 msnprintf(strbuff, sizeof(strbuff), "opening of %s failed", DEV_NULL);

Completed in 6 milliseconds