Searched refs:pw_name (Results 76 - 98 of 98) sorted by relevance
1234
/third_party/libuv/src/unix/ |
H A D | core.c | 1267 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 D | test_posix.py | 144 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 D | test_pathlib.py | 1982 name = pwd.getpwuid(uid).pw_name 2645 username = pwdent.pw_name 2649 othername = pwdent.pw_name
|
/third_party/rust/crates/nix/src/ |
H A D | unistd.rs | 3018 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 D | util.c | 1212 *username = p->pw_name; in get_user_creds()
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | EnumDirItems.cpp | 1380 // 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 D | mod.rs | 27 pub pw_name: *mut ::c_char,
|
/third_party/rust/crates/libc/src/unix/hermit/ |
H A D | mod.rs | 411 pub pw_name: *mut ::c_char,
|
/third_party/python/Lib/ |
H A D | pathlib.py | 1021 return pwd.getpwuid(self.stat().st_uid).pw_name
|
/third_party/toybox/lib/ |
H A D | lib.c | 1356 return pw ? pw->pw_name : unum; in getusername()
|
/third_party/toybox/toys/posix/ |
H A D | tar.c | 292 strncpy(hdr.uname, TT.owner ? TT.owner : pw->pw_name, sizeof(hdr.uname)); in add_to_tar()
|
H A D | ps.c | 548 if (pw) out = pw->pw_name; in string_field()
|
/third_party/rust/crates/libc/src/unix/redox/ |
H A D | mod.rs | 156 pub pw_name: *mut ::c_char,
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/ |
H A D | metadata_stream_test.cpp | 534 std::string username(passwordEntry->pw_name); in HWTEST_F()
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
H A D | mod.rs | 66 pub pw_name: *mut ::c_char,
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | ps.c | 505 if (pw) out = pw->pw_name; in string_field()
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | security.c | 4101 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 D | mod.rs | 303 pub pw_name: *mut ::c_char,
|
/third_party/nghttp2/src/ |
H A D | shrpx_config.cc | 3157 config->user = make_string_ref(config->balloc, StringRef{pwd->pw_name}); in parse_config()
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | mod.rs | 282 pub pw_name: *mut ::c_char,
|
/third_party/rust/crates/libc/src/unix/solarish/ |
H A D | mod.rs | 124 pub pw_name: *mut ::c_char,
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 476 pub pw_name: *mut ::c_char,
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 80 pub pw_name: *mut ::c_char,
|
Completed in 94 milliseconds
1234