Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Dinfo.c640 char tmp_uname[256]; in php_get_uname() local
655 php_uname = tmp_uname; in php_get_uname()
662 snprintf(tmp_uname, sizeof(tmp_uname), "build %d", dwBuild); in php_get_uname()
664 snprintf(tmp_uname, sizeof(tmp_uname), "build %d (%s)", dwBuild, winver); in php_get_uname()
666 php_uname = tmp_uname; in php_get_uname()
671 php_get_windows_cpu(tmp_uname, sizeof(tmp_uname)); in php_get_uname()
672 php_uname = tmp_uname; in php_get_uname()
689 snprintf(tmp_uname, sizeof(tmp_uname), "%s %s %d.%d build %d (%s) %s", in php_get_uname()
695 php_uname = tmp_uname; in php_get_uname()
714 snprintf(tmp_uname, sizeof(tmp_uname), "%s %s %s %s %s", in php_get_uname()
[all …]

Completed in 8 milliseconds