HomeSort by: relevance | last modified time | path
    Searched refs:uv_os_gethostname (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mit/libuv/dist/test/
test-gethostname.c 34 r = uv_os_gethostname(NULL, &size);
36 r = uv_os_gethostname(buf, NULL);
39 r = uv_os_gethostname(buf, &size);
45 r = uv_os_gethostname(buf, &enobufs_size);
52 r = uv_os_gethostname(buf, &size);
  /src/external/mit/libuv/dist/src/win/
util.c 1410 int uv_os_gethostname(char* buffer, size_t* size) { function
  /src/external/mit/libuv/dist/include/
uv.h 1379 UV_EXTERN int uv_os_gethostname(char* buffer, size_t* size);
  /src/external/mit/libuv/dist/src/unix/
core.c 1558 int uv_os_gethostname(char* buffer, size_t* size) { function

Completed in 79 milliseconds