Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/
H A Dinfo.c669 char tmp_uname[256]; in php_get_uname() local
684 php_uname = tmp_uname; in php_get_uname()
691 snprintf(tmp_uname, sizeof(tmp_uname), "build %d", dwBuild); in php_get_uname()
693 snprintf(tmp_uname, sizeof(tmp_uname), "build %d (%s)", dwBuild, winver); in php_get_uname()
695 php_uname = tmp_uname; in php_get_uname()
700 php_get_windows_cpu(tmp_uname, sizeof(tmp_uname)); in php_get_uname()
701 php_uname = tmp_uname; in php_get_uname()
718 snprintf(tmp_uname, sizeof(tmp_uname), "%s %s %d.%d build %d (%s) %s", in php_get_uname()
724 php_uname = tmp_uname; in php_get_uname()
743 snprintf(tmp_uname, sizeof(tmp_uname), "%s %s %s %s %s", in php_get_uname()
[all …]

Completed in 10 milliseconds