uv_pipe_bind     1091 include/uv.h   UV_EXTERN int uv_pipe_bind(uv_pipe_t* handle, const char* name);
uv_pipe_bind      211 test/benchmark-multi-accept.c   ASSERT(0 == uv_pipe_bind(&ctx.ipc_pipe, IPC_PIPE_NAME));
uv_pipe_bind      392 test/benchmark-pump.c   r = uv_pipe_bind(&pipeServer, TEST_PIPENAME);
uv_pipe_bind      318 test/echo-server.c   r = uv_pipe_bind(&pipeServer, pipeName);
uv_pipe_bind      123 test/test-ipc-send-recv.c   r = uv_pipe_bind(&ctx.send.pipe, TEST_PIPENAME);
uv_pipe_bind       50 test/test-pipe-bind-error.c   r = uv_pipe_bind(&server1, TEST_PIPENAME);
uv_pipe_bind       55 test/test-pipe-bind-error.c   r = uv_pipe_bind(&server2, TEST_PIPENAME);
uv_pipe_bind       82 test/test-pipe-bind-error.c   r = uv_pipe_bind(&server, BAD_PIPENAME);
uv_pipe_bind      102 test/test-pipe-bind-error.c   r = uv_pipe_bind(&server, TEST_PIPENAME);
uv_pipe_bind      104 test/test-pipe-bind-error.c   r = uv_pipe_bind(&server, TEST_PIPENAME_2);