Searched refs:uname (Results 1 – 15 of 15) sorted by relevance
/php-src/ext/posix/tests/ |
H A D | posix_uname_basic.phpt | 7 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-src/build/ |
H A D | config.guess | 143 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 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 | libtool.m4 | 19 UNAME=${UNAME-`uname 2>/dev/null`} 4169 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
|
/php-src/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-src/ext/fileinfo/libmagic/ |
H A D | tar.h | 64 char uname[TUNMLEN]; member
|
/php-src/ext/phar/ |
H A D | tar.h | 85 char uname[32]; /* owner user name */ member
|
/php-src/ext/opcache/tests/ |
H A D | bug78189.phpt | 2 Bug #78189 (file cache strips last character of uname hash)
|
/php-src/ext/pcre/pcre2lib/sljit/allocator_src/ |
H A D | sljitExecAllocatorApple.c | 57 uname(&name); in get_map_jit_flag()
|
/php-src/ |
H A D | configure.ac | 503 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 1400 [System information (defaults to the 'uname -a' output)]) 1401 AS_VAR_IF([PHP_UNAME],, [PHP_UNAME=$(uname -a | xargs)]) 1402 AC_DEFINE_UNQUOTED([PHP_UNAME], ["$PHP_UNAME"], [The 'uname -a' output.]) 1404 PHP_OS=$(uname | xargs) 1405 AC_DEFINE_UNQUOTED([PHP_OS], ["$PHP_OS"], [The 'uname' output.]) 1408 [The system that PHP was built on (defaults to the 'uname -a' output)])
|
/php-src/ext/odbc/ |
H A D | config.m4 | 17 ac_solid_uname_r=$(uname -r 2>/dev/null) 18 ac_solid_uname_s=$(uname -s 2>/dev/null)
|
/php-src/ext/posix/ |
H A D | posix.c | 346 if (uname(&u) < 0) { in PHP_FUNCTION()
|
/php-src/ext/standard/ |
H A D | info.c | 712 if (uname((struct utsname *)&buf) == -1) { in php_get_uname()
|
/php-src/ext/exif/ |
H A D | exif.c | 2453 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-src/ext/opcache/ |
H A D | ZendAccelerator.c | 2483 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 94 milliseconds