OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uv__strndup
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/mit/libuv/dist/src/unix/
linux-core.c
377
model =
uv__strndup
(model, strlen(model) - 1); /* Strip newline. */
481
model =
uv__strndup
(model, strlen(model) - 1); /* Strip newline. */
512
model =
uv__strndup
(inferred_model, strlen(inferred_model));
/src/external/mit/libuv/dist/src/
uv-common.h
391
char *
uv__strndup
(const char* s, size_t n);
uv-common.c
63
char*
uv__strndup
(const char* s, size_t n) {
function
Completed in 23 milliseconds
Indexes created Mon May 25 00:24:39 UTC 2026