Home
last modified time | relevance | path

Searched defs:uname (Results 1 – 25 of 51) sorted by relevance

123

/third_party/musl/src/misc/
Duname.c4 int uname(struct utsname *uts) in uname() function
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/expressions/identifiers/
Dvariable.ts25 let uname: string = "Runoob"; variable
/third_party/libuv/test/
Dtest-uname.c30 TEST_IMPL(uname) { in TEST_IMPL() argument
Dtest-platform-output.c39 uv_utsname_t uname; in TEST_IMPL() local
Dtest-tcp-connect-timeout.c107 uv_utsname_t uname; in is_supported_system() local
/third_party/openssl/providers/implementations/digests/
Dsha3_prov.c192 # define SHA3_SET_MD(uname, typ) \ argument
200 # define SHA3_SET_MD(uname, typ) ctx->meth = sha3_generic_md; argument
203 #define SHA3_newctx(typ, uname, name, bitlen, pad) \ argument
217 #define KMAC_newctx(uname, bitlen, pad) \ argument
/third_party/rust/crates/rustix/tests/process/
Dmain.rs28 mod uname; module
/third_party/rust/crates/rustix/src/process/
Dmod.rs29 mod uname; module
Duname.rs16 pub fn uname() -> Uname { in uname() function
/third_party/python/Tools/scripts/
Dgenerate_re_casefix.py30 def uname(i): function
/third_party/rust/crates/nix/test/common/
Dmod.rs122 let uname = nix::sys::utsname::uname().unwrap(); localVariable
/third_party/rust/crates/nix/src/sys/
Dutsname.rs47 pub fn uname() -> Result<UtsName> { in uname() function
/third_party/python/Lib/distutils/tests/
Dtest_util.py61 def _set_uname(self, uname): argument
/third_party/rust/crates/rustix/src/backend/libc/process/
Dsyscalls.rs214 pub(crate) fn uname() -> RawUname { in uname() function
215 let mut uname = MaybeUninit::<RawUname>::uninit(); in uname() localVariable
/third_party/ntfs-3g/ntfsprogs/
Dntfsundelete.h66 ntfschar *uname; /* Filename in unicode */ member
84 ntfschar *uname; /* Unicode stream name */ member
Dmkntfs.c1440 ntfschar *uname = NULL; in insert_positioned_attr_in_mft_record() local
1631 ntfschar *uname = NULL; in insert_non_resident_attr_in_mft_record() local
1818 ntfschar *uname = NULL; in insert_resident_attr_in_mft_record() local
2016 ntfschar *uname; in add_attr_file_name() local
2216 ntfschar *uname = NULL; in add_attr_vol_name() local
2432 ntfschar *uname = NULL; in upgrade_to_large_index() local
3166 ntfschar *uname; in create_hardlink_res() local
3281 ntfschar *uname; in create_hardlink() local
Dntfswipe.c79 ntfschar *uname; /* Filename in unicode */ member
98 ntfschar *uname; /* Unicode stream name */ member
/third_party/rust/crates/rustix/src/backend/linux_raw/process/
Dsyscalls.rs235 pub(crate) fn uname() -> RawUname { in uname() function
236 let mut uname = MaybeUninit::<RawUname>::uninit(); in uname() localVariable
/third_party/python/Lib/test/
Dtest_sysconfig.py81 def _set_uname(self, uname): argument
/third_party/exfatprogs/fsck/
Drepair.c244 __le16 *uname, er_problem_code_t prcode, char *error_msg) in exfat_repair_rename_ask()
/third_party/cJSON/
DMakefile42 uname := $(shell sh -c 'uname -s 2>/dev/null || echo false') macro
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fLayoutBindingTests.cpp1799 …const std::string uname = (arrayInstance ? getUniformName("colors", 0, bindNdx/2) : getUniformName… in generateShaders() local
1904 …const std::string uname = (arrayInstance ? getUniformName("colors", 0, bindNdx/2) : getUniformName… in generateShaders() local
2068 …const std::string uname = (arrayInstance ? getUniformName("colors", 0, bindNdx/2) : getUniformName… in generateShaders() local
2173 …const std::string uname = (arrayInstance ? getUniformName("colors", 0, bindNdx/2) : getUniformName… in generateShaders() local
/third_party/python/Lib/
Dplatform.py825 def uname(): function
/third_party/toybox/toys/posix/
Dtar.c83 type, link[100], magic[8], uname[32], gname[32], major[8], minor[8], member
/third_party/zlib/contrib/untgz/
Duntgz.c94 char uname[32]; /* 265 */ member

123