Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libuv/dist/src/win/
H A Dfs.c262 char** target_ptr, in fs__wide_to_utf8() argument
284 if (target_ptr == NULL) { in fs__wide_to_utf8()
304 *target_ptr = target; in fs__wide_to_utf8()
309 INLINE static int fs__readlink_handle(HANDLE handle, char** target_ptr, in fs__readlink_handle() argument
440 return fs__wide_to_utf8(w_target, w_target_len, target_ptr, target_len_ptr); in fs__readlink_handle()