Searched refs:DEV_NULL (Results 1 – 4 of 4) sorted by relevance
/curl/tests/data/ |
H A D | test173 | 34 …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 D | test3015 | 53 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -w "%{num_headers}\n" -L -o%DEV_NULL
|
/curl/tests/libtest/ |
H A D | lib518.c | 46 #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 D | lib537.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() 317 testfd[0] = open(DEV_NULL, O_RDONLY); 319 msnprintf(strbuff, sizeof(strbuff), "opening of %s failed", DEV_NULL);
|
Completed in 6 milliseconds