/third_party/musl/src/misc/ |
H A D | uname.c | 4 int uname(struct utsname *uts) in uname() function
|
/third_party/rust/crates/rustix/src/backend/libc/process/ |
H A D | syscalls.rs | 215 let mut uname = MaybeUninit::<RawUname>::uninit(); variables
|
/third_party/python/Tools/scripts/ |
H A D | generate_re_casefix.py | 30 def uname(i): function
|
/third_party/rust/crates/rustix/src/backend/linux_raw/process/ |
H A D | syscalls.rs | 236 let mut uname = MaybeUninit::<RawUname>::uninit(); variables
|
/third_party/rust/crates/nix/src/sys/ |
H A D | utsname.rs | 47 pub fn uname() -> Result<UtsName> { in uname() functions
|
/third_party/rust/crates/rustix/src/process/ |
H A D | uname.rs | 16 pub fn uname() -> Uname { in uname() functions
|
H A D | mod.rs | 29 mod uname; modules
|
/third_party/rust/crates/rustix/tests/process/ |
H A D | main.rs | 28 mod uname; modules
|
/third_party/libuv/test/ |
H A D | test-platform-output.c | 39 uv_utsname_t uname; in TEST_IMPL() local
|
H A D | test-tcp-connect-timeout.c | 107 uv_utsname_t uname; in is_supported_system() local
|
/third_party/python/Lib/test/ |
H A D | test__locale.py | 10 from platform import uname namespace
|
/third_party/cJSON/ |
H A D | Makefile | 42 uname := $(shell sh -c 'uname -s 2>/dev/null || echo false') macro
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsundelete.h | 66 ntfschar *uname; /* Filename in unicode */ member 84 ntfschar *uname; /* Unicode stream name */ member
|
H A D | ntfscmp.c | 418 get_attr_name(u64 mft_no, ATTR_TYPES atype, const ntfschar *uname, const int uname_len) get_attr_name() argument
|
H A D | ntfsundelete.c | 258 static int regexec(regex_t *re, const ntfschar *uname, int len, in regexec() argument
|
H A D | ntfswipe.c | 79 ntfschar *uname; /* Filename in unicode */ member 98 ntfschar *uname; /* Unicode stream name */ member
|
/third_party/toybox/toys/posix/ |
H A D | tar.c | 83 type, link[100], magic[8], uname[32], gname[32], major[8], minor[8], member [all...] |
/third_party/python/Lib/ |
H A D | platform.py | 825 def uname() function [all...] |
H A D | tarfile.py | 861 uname = 'User name.', variable in TarInfo [all...] |
/third_party/zlib/contrib/untgz/ |
H A D | untgz.c | 94 char uname[32]; /* 265 */ member
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | reparse.c | 131 static u64 ntfs_fix_file_name(ntfs_inode *dir_ni, ntfschar *uname, in ntfs_fix_file_name() argument
|
H A D | dir.c | 534 ntfschar *uname in ntfs_inode_lookup_by_mbsname() local 249 ntfs_inode_lookup_by_name(ntfs_inode *dir_ni, const ntfschar *uname, const int uname_len) ntfs_inode_lookup_by_name() argument [all...] |
/third_party/backends/frontend/ |
H A D | scanimage.c | 183 char * uname = NULL; in auth_callback() local
|
/third_party/ntfs-3g/src/ |
H A D | ntfs-3g.c | 2063 ntfschar *uname = NULL, *utarget = NULL; in ntfs_fuse_create() local 2359 ntfschar *uname = NULL; in ntfs_fuse_link() local 2452 ntfschar *uname = NULL; ntfs_fuse_rm() local [all...] |
/third_party/libcoap/src/ |
H A D | coap_mbedtls.c | 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
|