/third_party/ltp/testcases/kernel/syscalls/lchown/ |
H A D | lchown02.c | 104 static struct passwd *ltpuser;
|
/third_party/ltp/testcases/kernel/syscalls/symlink/ |
H A D | symlink03.c | 136 struct passwd *ltpuser;
|
/third_party/ltp/testcases/kernel/syscalls/linkat/ |
H A D | linkat02.c | 82 static struct passwd *ltpuser;
|
/foundation/multimedia/audio_framework/services/audio_service/server/src/ |
H A D | audio_server_dump.cpp | 331 struct passwd *p; in PASinkInputInfoCallback() 409 struct passwd *p; in PASourceOutputInfoCallback()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/ |
H A D | db_store_mock.cpp | 162 DBStatus DBStoreMock::Export(const std::string &filePath, const CipherPassword &passwd, bool force) in Export() argument 167 DBStatus DBStoreMock::Import(const std::string &filePath, const CipherPassword &passwd) in Import() argument
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_sqlite_utils_test.cpp | 310 CipherPassword passwd; in HWTEST_F() local 311 EXPECT_EQ(-E_INVALID_DB, SQLiteUtils::SetKey(nullptr, CipherType::DEFAULT, passwd, true, in HWTEST_F()
|
/third_party/rust/crates/nix/src/ |
H A D | unistd.rs | 1704 /// in `/etc/passwd`). If the `www-data` user's UID and GID were `33` and `33`, 2960 /// Representation of a User, based on `libc::passwd` 2966 #[cfg(not(target_os = "redox"))] // RedoxFS does not support passwd 2972 pub passwd: CString, 3013 #[cfg(not(target_os = "redox"))] //RedoxFS does not support passwd 3014 impl From<&libc::passwd> for User { 3015 fn from(pw: &libc::passwd) -> User { in from() 3019 passwd: if pw.pw_passwd.is_null() { Default::default() } else { CString::new(CStr::from_ptr(pw.pw_passwd).to_bytes()).unwrap() }, in from() 3052 #[cfg(not(target_os = "redox"))] // RedoxFS does not support passwd 3053 impl From<User> for libc::passwd { [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/ |
H A D | distributeddb_nb_test_tools.cpp | 227 (void)option.passwd.SetValue(optionParam.passwd.data(), optionParam.passwd.size()); in TransferNbOptionType()
|
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/ |
H A D | store_factory.cpp | 137 dbOption.passwd = password; in GetDBOption()
|
/kernel/linux/linux-5.10/tools/testing/selftests/safesetid/ |
H A D | safesetid-test.c | 97 struct passwd p; in ensure_user_exists() 104 fd=fopen("/etc/passwd","a"); in ensure_user_exists() 333 // /etc/passwd or flush policies that were added to the LSM. in main()
|
/third_party/ltp/include/ |
H A D | safe_macros_fn.h | 57 struct passwd* safe_getpwnam(const char *file, const int lineno,
|
/third_party/ltp/testcases/kernel/syscalls/migrate_pages/ |
H A D | migrate_pages02.c | 43 static struct passwd *ltpuser;
|
H A D | migrate_pages01.c | 162 struct passwd *ltpuser; in test_invalid_perm()
|
/third_party/ltp/testcases/kernel/syscalls/mount/ |
H A D | mount03.c | 193 struct passwd *ltpuser = SAFE_GETPWNAM("nobody"); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/mq_open/ |
H A D | mq_open01.c | 22 static struct passwd *pw;
|
/third_party/ltp/testcases/kernel/syscalls/cma/ |
H A D | process_vm01.c | 225 struct passwd *ltpuser; in test_invalid_perm()
|
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/ |
H A D | mod.rs | 131 pub struct passwd { structure names
|
/third_party/toybox/toys/pending/ |
H A D | mdev.c | 147 struct passwd *pass; in make_device()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_data_operation_syncdb_test.cpp | 122 CipherPassword passwd; in SetUp() local 123 KvStoreDelegate::Option option = {true, LOCAL_ONLY, false, CipherType::DEFAULT, passwd}; in SetUp() 1364 CipherPassword passwd; in HWTEST_F() local 1365 KvStoreDelegate::Option option = {true, false, false, CipherType::DEFAULT, passwd}; in HWTEST_F()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/ |
H A D | kv_store_nb_delegate_impl.cpp | 757 DBStatus KvStoreNbDelegateImpl::Export(const std::string &filePath, const CipherPassword &passwd, bool force) in Export() argument 782 int errCode = conn_->Export(canonicalUrl, passwd); in Export() 790 DBStatus KvStoreNbDelegateImpl::Import(const std::string &filePath, const CipherPassword &passwd) in Import() argument 812 int errCode = conn_->Import(canonicalUrl, passwd); in Import()
|
/third_party/curl/lib/ |
H A D | urldata.h | 353 /* copy of user/passwd used to make the identity for http_context. 356 char *passwd; member 884 char *passwd; /* proxy password string, allocated */ member 942 char *passwd; /* password string, allocated */ member 1461 char *passwd; member
|
H A D | pop3.c | 456 Curl_MD5_update(ctxt, (const unsigned char *) conn->passwd, in pop3_perform_apop() 457 curlx_uztoui(strlen(conn->passwd))); in pop3_perform_apop() 882 conn->passwd ? conn->passwd : ""); in pop3_state_user_resp()
|
/third_party/toybox/lib/ |
H A D | lib.c | 1255 // Return cached passwd entries. 1256 struct passwd *bufgetpwuid(uid_t uid) in bufgetpwuid() 1260 struct passwd pw; in bufgetpwuid() 1262 struct passwd *temp; in bufgetpwuid() 1352 struct passwd *pw = bufgetpwuid(uid); in getusername()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_single_ver_natural_store_connection.cpp | 478 int SQLiteSingleVerNaturalStoreConnection::Rekey(const CipherPassword &passwd) in Rekey() argument 490 errCode = kvDB_->Rekey(passwd); in Rekey() 498 int SQLiteSingleVerNaturalStoreConnection::Export(const std::string &filePath, const CipherPassword &passwd) in Export() argument 509 return kvDB_->Export(filePath, passwd); in Export() 512 int SQLiteSingleVerNaturalStoreConnection::Import(const std::string &filePath, const CipherPassword &passwd) in Import() argument 524 errCode = kvDB_->Import(filePath, passwd); in Import()
|
/third_party/python/Lib/test/ |
H A D | test_urllib2.py | 735 def connect_ftp(self, user, passwd, host, port, dirs, 737 self.user, self.passwd = user, passwd 748 for url, host, port, user, passwd, type_, dirs, filename, mimetype in [ 773 self.assertEqual(h.passwd, passwd)
|