Home
last modified time | relevance | path

Searched refs:passwd (Results 376 - 400 of 515) sorted by relevance

1...<<1112131415161718192021

/third_party/ltp/testcases/kernel/syscalls/lchown/
H A Dlchown02.c104 static struct passwd *ltpuser;
/third_party/ltp/testcases/kernel/syscalls/symlink/
H A Dsymlink03.c136 struct passwd *ltpuser;
/third_party/ltp/testcases/kernel/syscalls/linkat/
H A Dlinkat02.c82 static struct passwd *ltpuser;
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_server_dump.cpp331 struct passwd *p; in PASinkInputInfoCallback()
409 struct passwd *p; in PASourceOutputInfoCallback()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H A Ddb_store_mock.cpp162 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 Ddistributeddb_sqlite_utils_test.cpp310 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 Dunistd.rs1704 /// 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 Ddistributeddb_nb_test_tools.cpp227 (void)option.passwd.SetValue(optionParam.passwd.data(), optionParam.passwd.size()); in TransferNbOptionType()
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/
H A Dstore_factory.cpp137 dbOption.passwd = password; in GetDBOption()
/kernel/linux/linux-5.10/tools/testing/selftests/safesetid/
H A Dsafesetid-test.c97 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 Dsafe_macros_fn.h57 struct passwd* safe_getpwnam(const char *file, const int lineno,
/third_party/ltp/testcases/kernel/syscalls/migrate_pages/
H A Dmigrate_pages02.c43 static struct passwd *ltpuser;
H A Dmigrate_pages01.c162 struct passwd *ltpuser; in test_invalid_perm()
/third_party/ltp/testcases/kernel/syscalls/mount/
H A Dmount03.c193 struct passwd *ltpuser = SAFE_GETPWNAM("nobody"); in setup()
/third_party/ltp/testcases/kernel/syscalls/mq_open/
H A Dmq_open01.c22 static struct passwd *pw;
/third_party/ltp/testcases/kernel/syscalls/cma/
H A Dprocess_vm01.c225 struct passwd *ltpuser; in test_invalid_perm()
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/
H A Dmod.rs131 pub struct passwd { structure names
/third_party/toybox/toys/pending/
H A Dmdev.c147 struct passwd *pass; in make_device()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_data_operation_syncdb_test.cpp122 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 Dkv_store_nb_delegate_impl.cpp757 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 Durldata.h353 /* 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 Dpop3.c456 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 Dlib.c1255 // 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 Dsqlite_single_ver_natural_store_connection.cpp478 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 Dtest_urllib2.py735 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)

Completed in 30 milliseconds

1...<<1112131415161718192021