HomeSort by: relevance | last modified time | path
    Searched defs:is_linux (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/libuv/dist/src/unix/
pipe.c 355 static const int is_linux = 1; local
357 static const int is_linux = 0;
380 if (is_linux && sa.sun_path[0] == '\0') {
pipe.c 355 static const int is_linux = 1; local
357 static const int is_linux = 0;
380 if (is_linux && sa.sun_path[0] == '\0') {

Completed in 42 milliseconds