Home
last modified time | relevance | path

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

/external/bison/lib/
Dspawn-pipe.h135 # define DEV_NULL "NUL" macro
138 # define DEV_NULL "/dev/null" macro
/external/curl/tests/libtest/
Dlib537.c47 #define DEV_NULL "NUL" macro
49 #define DEV_NULL "/dev/null" macro
87 fpa[i] = fopen(DEV_NULL, "r"); in fopen_works()
319 fd[0] = open(DEV_NULL, O_RDONLY);
321 sprintf(strbuff, "opening of %s failed", DEV_NULL);
Dlib518.c46 #define DEV_NULL "NUL" macro
48 #define DEV_NULL "/dev/null" macro
86 fpa[i] = fopen(DEV_NULL, "r"); in fopen_works()
325 fd[0] = open(DEV_NULL, O_RDONLY); in rlimit()
327 sprintf(strbuff, "opening of %s failed", DEV_NULL); in rlimit()