Searched refs:uname (Results 1 – 17 of 17) sorted by relevance
/PHP-8.0/ext/posix/tests/ |
H A D | posix_uname_basic.phpt | 9 echo "Basic test of POSIX uname function\n"; 11 $uname = posix_uname(); 12 unset($uname['domainname']); 13 print_r($uname); 18 Basic test of POSIX uname function
|
/PHP-8.0/build/ |
H A D | config.guess | 143 if test -f /.attbin/uname ; then 413 case `/usr/bin/uname -p` in 459 UNAME_RELEASE=`uname -v` 580 UNAME_PROCESSOR=`/usr/bin/uname -p` 894 UNAME_PROCESSOR=`uname -p` 907 UNAME_PROCESSOR=`/usr/bin/uname -p` 1209 case `/bin/uname -X | grep "^Machine"` in 1315 UNAME_MACHINE=`(uname -p) 2>/dev/null` 1401 UNAME_PROCESSOR=`uname -p` 1438 UNAME_PROCESSOR=`uname -p` [all …]
|
H A D | shtool | 1113 UNAME_MACHINE=`(uname -m) 2>/dev/null` ||\ 1114 UNAME_MACHINE=`(uname -p) 2>/dev/null` ||\ 1116 UNAME_SYSTEM=`(uname -s) 2>/dev/null` ||\ 1118 UNAME_RELEASE=`(uname -r) 2>/dev/null` ||\ 1119 UNAME_RELEASE=`(uname -v) 2>/dev/null` ||\ 1327 v=`/sbin/uname -v` 1360 v=`(/bin/uname -R || /bin/uname -r) 2>/dev/null | sed -e 's;[0-9.]* ;;'`
|
H A D | php.m4 | 1377 os=`uname -sr 2>/dev/null`
|
H A D | libtool.m4 | 19 UNAME=${UNAME-`uname 2>/dev/null`} 4161 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
|
/PHP-8.0/win32/ |
H A D | winutil.c | 425 char *uname; 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() 430 if (!uname) { in php_win32_get_username() 436 uname[uname_len] = '\0'; in php_win32_get_username() 439 return uname; in php_win32_get_username()
|
/PHP-8.0/ext/fileinfo/libmagic/ |
H A D | tar.h | 64 char uname[TUNMLEN]; member
|
/PHP-8.0/ext/phar/ |
H A D | tar.h | 85 char uname[32]; /* owner user name */ member
|
/PHP-8.0/ext/opcache/tests/ |
H A D | bug78189.phpt | 2 Bug #78189 (file cache strips last character of uname hash)
|
/PHP-8.0/sapi/cgi/ |
H A D | config9.m4 | 20 case "`uname -sr`" in
|
/PHP-8.0/ext/pcre/pcre2lib/sljit/ |
H A D | sljitExecAllocator.c | 122 uname(&name); in get_map_jit_flag()
|
/PHP-8.0/ |
H A D | configure.ac | 522 if test "`uname -s 2>/dev/null`" != "QNX"; then 1292 UNAME=`uname -a | xargs` 1294 AC_DEFINE_UNQUOTED(PHP_UNAME,"$PHP_UNAME",[uname -a output]) 1295 PHP_OS=`uname | xargs` 1296 AC_DEFINE_UNQUOTED(PHP_OS,"$PHP_OS",[uname output]) 1298 AC_DEFINE_UNQUOTED(PHP_BUILD_SYSTEM,"$PHP_BUILD_SYSTEM",[builder uname output])
|
/PHP-8.0/ext/odbc/ |
H A D | config.m4 | 12 ac_solid_uname_r=`uname -r 2>/dev/null` 13 ac_solid_uname_s=`uname -s 2>/dev/null`
|
/PHP-8.0/ext/posix/ |
H A D | posix.c | 415 if (uname(&u) < 0) { in PHP_FUNCTION()
|
/PHP-8.0/ext/standard/ |
H A D | info.c | 700 if (uname((struct utsname *)&buf) == -1) { in php_get_uname()
|
/PHP-8.0/ext/exif/ |
H A D | exif.c | 2443 char buffer[64], uname[64]; in add_assoc_image_info() local 2462 snprintf(uname, sizeof(uname), "%d", unknown++); in add_assoc_image_info() 2463 name = uname; in add_assoc_image_info()
|
/PHP-8.0/ext/opcache/ |
H A D | ZendAccelerator.c | 2261 wchar_t uname[UNLEN + 1]; in accel_gen_uname_id() local 2264 if (!GetUserNameW(uname, &unsize)) { in accel_gen_uname_id() 2268 PHP_MD5Update(&ctx, (void *) uname, (unsize - 1) * sizeof(wchar_t)); in accel_gen_uname_id()
|
Completed in 83 milliseconds