Home
last modified time | relevance | path

Searched refs:uname (Results 176 - 200 of 259) sorted by relevance

1234567891011

/third_party/ntfs-3g/include/ntfs-3g/
H A Dattrib.h387 extern char *ntfs_attr_name_get(const ntfschar *uname, const int uname_len);
/third_party/pcre2/pcre2/src/sljit/
H A DsljitExecAllocator.c122 uname(&name); in get_map_jit_flag()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A Ddriver_utils.cpp262 if (uname(&uname_info) != 0) in GetLinuxOSVersion()
/third_party/unity/test/
H A DMakefile2 ifeq ($(shell uname -s), Darwin)
/third_party/ntfs-3g/ntfsprogs/
H A Dntfscmp.c420 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 Dconfigure567 # 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 Dconfigure567 # 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 DMakefile12 UNAME=$(shell uname)
/third_party/mbedtls/library/
H A DMakefile59 else ifeq ($(shell uname -s),Darwin)
/third_party/jerryscript/tools/
H A Dbuild.py28 # 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 Dtst_kconfig.c45 uname(&un); in kconfig_path()
/third_party/ntfs-3g/libfuse-lite/
H A Dfusermount.c377 res = uname(&utsname); in do_mount()
/third_party/musl/Benchmark/musl/
H A Dlibc_unistd.cpp317 benchmark::DoNotOptimize(uname(&buffer)); in Bm_function_Uname()
/third_party/node/deps/openssl/openssl/providers/implementations/rands/seeding/
H A Drand_unix.c456 if (uname(&un) == 0) { in wait_random_seeded()
/third_party/python/Lib/ctypes/
H A D__init__.py30 if int(_os.uname().release.split('.')[0]) < 8:
/third_party/python/Lib/distutils/
H A Dutil.py23 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 Dsysconfig.py723 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 Drand_unix.c456 if (uname(&un) == 0) { in wait_random_seeded()
/third_party/toybox/toys/pending/
H A Dmodprobe.c478 uname(&uts); in modprobe_main()
H A Dsyslogd.c353 if (!uname(&uts)) p = uts.nodename; in logmsg()
H A Dtelnetd.c130 uname(&u); in write_issue()
/third_party/vk-gl-cts/framework/platform/lnx/
H A DtcuLnxVulkanPlatform.cpp455 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 DtcuSurfacelessPlatform.cpp133 if (uname(&sysInfo) != 0) in describePlatform()
134 throw std::runtime_error("uname() failed"); in describePlatform()
/third_party/zlib/contrib/untgz/
H A Duntgz.c94 char uname[32]; /* 265 */ member
/third_party/libcoap/src/
H A Dcoap_mbedtls.c797 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

Completed in 30 milliseconds

1234567891011