/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | attrib.h | 387 extern char *ntfs_attr_name_get(const ntfschar *uname, const int uname_len);
|
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitExecAllocator.c | 122 uname(&name); in get_map_jit_flag()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | driver_utils.cpp | 262 if (uname(&uname_info) != 0) in GetLinuxOSVersion()
|
/third_party/unity/test/ |
H A D | Makefile | 2 ifeq ($(shell uname -s), Darwin)
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfscmp.c | 420 const ntfschar *uname, in get_attr_name() 429 name_len = ntfs_ucstombs(uname, uname_len, &name, 0); in get_attr_name() 418 get_attr_name(u64 mft_no, ATTR_TYPES atype, const ntfschar *uname, const int uname_len) get_attr_name() argument
|
/third_party/icu/icu4c/source/ |
H A D | configure | 567 # so uname gets run too. 568 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` 2342 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` 2343 uname -m = `(uname -m) 2>/dev/null || echo unknown` 2344 uname -r = `(uname -r) 2>/dev/null || echo unknown` 2345 uname -s = `(uname -s) 2>/dev/null || echo unknown` 2346 uname [all...] |
/third_party/skia/third_party/externals/icu/source/ |
H A D | configure | 567 # so uname gets run too. 568 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` 2330 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` 2331 uname -m = `(uname -m) 2>/dev/null || echo unknown` 2332 uname -r = `(uname -r) 2>/dev/null || echo unknown` 2333 uname -s = `(uname -s) 2>/dev/null || echo unknown` 2334 uname [all...] |
/third_party/icu/tools/multi/proj/provider/ |
H A D | Makefile | 12 UNAME=$(shell uname)
|
/third_party/mbedtls/library/ |
H A D | Makefile | 59 else ifeq ($(shell uname -s),Darwin)
|
/third_party/jerryscript/tools/ |
H A D | build.py | 28 # We don't have default toolchain on Windows and os.uname() isn't supported. 32 (sysname, _, _, _, machine) = os.uname()
|
/third_party/ltp/lib/ |
H A D | tst_kconfig.c | 45 uname(&un); in kconfig_path()
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fusermount.c | 377 res = uname(&utsname); in do_mount()
|
/third_party/musl/Benchmark/musl/ |
H A D | libc_unistd.cpp | 317 benchmark::DoNotOptimize(uname(&buffer)); in Bm_function_Uname()
|
/third_party/node/deps/openssl/openssl/providers/implementations/rands/seeding/ |
H A D | rand_unix.c | 456 if (uname(&un) == 0) { in wait_random_seeded()
|
/third_party/python/Lib/ctypes/ |
H A D | __init__.py | 30 if int(_os.uname().release.split('.')[0]) < 8:
|
/third_party/python/Lib/distutils/ |
H A D | util.py | 23 architecture (as supplied by 'os.uname()'), although the exact information 52 if os.name != "posix" or not hasattr(os, 'uname'): 59 (osname, host, release, version, machine) = os.uname()
|
/third_party/python/Lib/ |
H A D | sysconfig.py | 723 version and the architecture (as supplied by 'os.uname()'), although the 748 if os.name != "posix" or not hasattr(os, 'uname'): 757 osname, host, release, version, machine = os.uname()
|
/third_party/openssl/providers/implementations/rands/seeding/ |
H A D | rand_unix.c | 456 if (uname(&un) == 0) { in wait_random_seeded()
|
/third_party/toybox/toys/pending/ |
H A D | modprobe.c | 478 uname(&uts); in modprobe_main()
|
H A D | syslogd.c | 353 if (!uname(&uts)) p = uts.nodename; in logmsg()
|
H A D | telnetd.c | 130 uname(&u); in write_issue()
|
/third_party/vk-gl-cts/framework/platform/lnx/ |
H A D | tcuLnxVulkanPlatform.cpp | 455 if (uname(&sysInfo) != 0) in describePlatform() 456 throw std::runtime_error("uname() failed"); in describePlatform()
|
/third_party/vk-gl-cts/framework/platform/surfaceless/ |
H A D | tcuSurfacelessPlatform.cpp | 133 if (uname(&sysInfo) != 0) in describePlatform() 134 throw std::runtime_error("uname() failed"); in describePlatform()
|
/third_party/zlib/contrib/untgz/ |
H A D | untgz.c | 94 char uname[32]; /* 265 */ member
|
/third_party/libcoap/src/ |
H A D | coap_mbedtls.c | 797 const unsigned char *uname, size_t name_len) { in pki_sni_callback() 811 memcpy(name, uname, name_len); in pki_sni_callback() 878 const unsigned char *uname, size_t name_len) { in psk_sni_callback() 889 memcpy(name, uname, name_len); in psk_sni_callback() 796 pki_sni_callback(void *p_info, mbedtls_ssl_context *ssl, const unsigned char *uname, size_t name_len) pki_sni_callback() argument 877 psk_sni_callback(void *p_info, mbedtls_ssl_context *ssl, const unsigned char *uname, size_t name_len) psk_sni_callback() argument
|