Searched refs:uname_len (Results 1 – 1 of 1) sorted by relevance
401 size_t uname_len; in php_win32_get_username() local406 uname = php_win32_cp_conv_w_to_any(unamew, unsize - 1, &uname_len); in php_win32_get_username()412 if (uname_len > UNLEN) { in php_win32_get_username()413 uname[uname_len] = '\0'; in php_win32_get_username()
Completed in 4 milliseconds