Home
last modified time | relevance | path

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

/php-src/win32/
H A Dwinutil.c424 size_t uname_len; in php_win32_get_username() local
429 uname = php_win32_cp_conv_w_to_any(unamew, unsize - 1, &uname_len); in php_win32_get_username()
435 if (uname_len > UNLEN) { in php_win32_get_username()
436 uname[uname_len] = '\0'; in php_win32_get_username()

Completed in 8 milliseconds