Home
last modified time | relevance | path

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

/PHP-7.1/win32/
H A Dwinutil.c423 wchar_t unamew[UNLEN + 1]; in php_win32_get_username() local
428 GetUserNameW(unamew, &unsize); in php_win32_get_username()
429 uname = php_win32_cp_conv_w_to_any(unamew, unsize - 1, &uname_len); in php_win32_get_username()

Completed in 5 milliseconds