Home
last modified time | relevance | path

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

/PHP-7.3/win32/
H A Dwinutil.c400 wchar_t unamew[UNLEN + 1]; in php_win32_get_username() local
405 GetUserNameW(unamew, &unsize); in php_win32_get_username()
406 uname = php_win32_cp_conv_w_to_any(unamew, unsize - 1, &uname_len); in php_win32_get_username()

Completed in 5 milliseconds