Home
last modified time | relevance | path

Searched refs:nl_copy (Results 1 - 2 of 2) sorted by relevance

/third_party/libuv/src/unix/
H A Dos390-syscalls.c39 struct dirent** nl_copy; in scandir() local
63 nl_copy = uv__realloc(nl, sizeof(*copy) * (count + 1)); in scandir()
64 if (nl_copy == NULL) { in scandir()
69 nl = nl_copy; in scandir()
/third_party/node/deps/uv/src/unix/
H A Dos390-syscalls.c39 struct dirent** nl_copy; in scandir() local
63 nl_copy = uv__realloc(nl, sizeof(*copy) * (count + 1)); in scandir()
64 if (nl_copy == NULL) { in scandir()
69 nl = nl_copy; in scandir()

Completed in 2 milliseconds