Home
last modified time | relevance | path

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

/PHP-8.4/ext/posix/tests/
H A Dposix_uname_basic.phpt7 echo "Basic test of POSIX uname function\n";
9 $uname = posix_uname();
10 unset($uname['domainname']);
11 print_r($uname);
16 Basic test of POSIX uname function
/PHP-8.4/build/
H A Dconfig.guess143 if test -f /.attbin/uname ; then
419 case `/usr/bin/uname -p` in
465 UNAME_RELEASE=`uname -v`
586 UNAME_PROCESSOR=`/usr/bin/uname -p`
902 UNAME_PROCESSOR=`uname -p`
915 UNAME_PROCESSOR=`uname -p`
1266 case `/bin/uname -X | grep "^Machine"` in
1372 UNAME_MACHINE=`(uname -p) 2>/dev/null`
1461 UNAME_PROCESSOR=`uname -p`
1498 UNAME_PROCESSOR=`uname -p`
[all …]
H A Dshtool1113 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 Dlibtool.m419 UNAME=${UNAME-`uname 2>/dev/null`}
4169 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
/PHP-8.4/win32/
H A Dwinutil.c425 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.4/ext/fileinfo/libmagic/
H A Dtar.h64 char uname[TUNMLEN]; member
/PHP-8.4/ext/phar/
H A Dtar.h85 char uname[32]; /* owner user name */ member
/PHP-8.4/ext/opcache/tests/
H A Dbug78189.phpt2 Bug #78189 (file cache strips last character of uname hash)
/PHP-8.4/ext/pcre/pcre2lib/sljit/allocator_src/
H A DsljitExecAllocatorApple.c57 uname(&name); in get_map_jit_flag()
/PHP-8.4/
H A Dconfigure.ac503 if test "$(uname -s 2>/dev/null)" != "QNX"; then
520 if test "$(uname -s 2>/dev/null)" != "FreeBSD" || test "$(uname -U 2>/dev/null)" -ge 1200000; then
1394 [System information (defaults to the 'uname -a' output)])
1395 AS_VAR_IF([PHP_UNAME],, [PHP_UNAME=$(uname -a | xargs)])
1396 AC_DEFINE_UNQUOTED([PHP_UNAME], ["$PHP_UNAME"], [The 'uname -a' output.])
1398 PHP_OS=$(uname | xargs)
1399 AC_DEFINE_UNQUOTED([PHP_OS], ["$PHP_OS"], [The 'uname' output.])
1402 [The system that PHP was built on (defaults to the 'uname -a' output)])
/PHP-8.4/ext/odbc/
H A Dconfig.m417 ac_solid_uname_r=$(uname -r 2>/dev/null)
18 ac_solid_uname_s=$(uname -s 2>/dev/null)
/PHP-8.4/ext/posix/
H A Dposix.c346 if (uname(&u) < 0) { in PHP_FUNCTION()
/PHP-8.4/ext/standard/
H A Dinfo.c712 if (uname((struct utsname *)&buf) == -1) { in php_get_uname()
/PHP-8.4/ext/exif/
H A Dexif.c2453 char buffer[64], uname[64]; in add_assoc_image_info() local
2472 snprintf(uname, sizeof(uname), "%d", unknown++); in add_assoc_image_info()
2473 name = uname; in add_assoc_image_info()
/PHP-8.4/ext/opcache/
H A DZendAccelerator.c2483 wchar_t uname[UNLEN + 1]; in accel_gen_uname_id() local
2486 if (!GetUserNameW(uname, &unsize)) { in accel_gen_uname_id()
2490 PHP_MD5Update(&ctx, (void *) uname, (unsize - 1) * sizeof(wchar_t)); in accel_gen_uname_id()

Completed in 138 milliseconds