Home
last modified time | relevance | path

Searched refs:pw_name (Results 76 - 98 of 98) sorted by relevance

1234

/third_party/libuv/src/unix/
H A Dcore.c1267 name_size = strlen(pw.pw_name) + 1; in uv__getpwuid_r()
1278 memcpy(pwd->username, pw.pw_name, name_size); in uv__getpwuid_r()
/third_party/python/Lib/test/
H A Dtest_posix.py144 name = pwd.getpwuid(posix.getuid()).pw_name
1538 name = pwd.getpwuid(posix.getuid()).pw_name
1547 name = pwd.getpwuid(posix.getuid()).pw_name
H A Dtest_pathlib.py1982 name = pwd.getpwuid(uid).pw_name
2645 username = pwdent.pw_name
2649 othername = pwdent.pw_name
/third_party/rust/crates/nix/src/
H A Dunistd.rs3018 name: if pw.pw_name.is_null() { Default::default() } else { CStr::from_ptr(pw.pw_name).to_string_lossy().into_owned() }, in from()
3068 pw_name: name, in from()
/third_party/eudev/src/shared/
H A Dutil.c1212 *username = p->pw_name; in get_user_creds()
/third_party/lzma/CPP/7zip/UI/Common/
H A DEnumDirItems.cpp1380 // printf("\ngetpwuid=%s\n", pw->pw_name); in FillDeviceSizes()
1383 a = pw->pw_name; in FillDeviceSizes()
1431 ConvertUTF8ToUnicode(AString(pw->pw_name), u); in FillDeviceSizes()
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs27 pub pw_name: *mut ::c_char,
/third_party/rust/crates/libc/src/unix/hermit/
H A Dmod.rs411 pub pw_name: *mut ::c_char,
/third_party/python/Lib/
H A Dpathlib.py1021 return pwd.getpwuid(self.stat().st_uid).pw_name
/third_party/toybox/lib/
H A Dlib.c1356 return pw ? pw->pw_name : unum; in getusername()
/third_party/toybox/toys/posix/
H A Dtar.c292 strncpy(hdr.uname, TT.owner ? TT.owner : pw->pw_name, sizeof(hdr.uname)); in add_to_tar()
H A Dps.c548 if (pw) out = pw->pw_name; in string_field()
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs156 pub pw_name: *mut ::c_char,
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dmetadata_stream_test.cpp534 std::string username(passwordEntry->pw_name); in HWTEST_F()
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs66 pub pw_name: *mut ::c_char,
/third_party/toybox/porting/liteos_a/toys/posix/
H A Dps.c505 if (pw) out = pw->pw_name; in string_field()
/third_party/ntfs-3g/libntfs-3g/
H A Dsecurity.c4101 while (*grmem && strcmp(user->pw_name, *grmem)) in link_single_group()
4148 if (user && user->pw_name) { in link_group_members()
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs303 pub pw_name: *mut ::c_char,
/third_party/nghttp2/src/
H A Dshrpx_config.cc3157 config->user = make_string_ref(config->balloc, StringRef{pwd->pw_name}); in parse_config()
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs282 pub pw_name: *mut ::c_char,
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs124 pub pw_name: *mut ::c_char,
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs476 pub pw_name: *mut ::c_char,
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs80 pub pw_name: *mut ::c_char,

Completed in 94 milliseconds

1234