Home
last modified time | relevance | path

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

/netbsd/external/mit/libuv/dist/src/unix/
H A Dlinux-core.c377 model = uv__strndup(model, strlen(model) - 1); /* Strip newline. */ in read_models()
481 model = uv__strndup(model, strlen(model) - 1); /* Strip newline. */ in read_models()
512 model = uv__strndup(inferred_model, strlen(inferred_model)); in read_models()
/netbsd/external/mit/libuv/dist/src/
H A Duv-common.h353 char *uv__strndup(const char* s, size_t n);
H A Duv-common.c63 char* uv__strndup(const char* s, size_t n) { in uv__strndup() function