/third_party/curl/lib/ |
H A D | http_ntlm.c | 173 passwdp = data->state.aptr.passwd; in Curl_output_ntlm()
|
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()
|
H A D | http_aws_sigv4.c | 763 data->state.aptr.passwd ? in Curl_output_aws_sigv4() 764 data->state.aptr.passwd : ""); in Curl_output_aws_sigv4()
|
/third_party/ltp/testcases/kernel/syscalls/add_key/ |
H A D | add_key05.c | 39 struct passwd *pw; in add_user()
|
/third_party/ltp/testcases/kernel/syscalls/clock_adjtime/ |
H A D | clock_adjtime02.c | 132 struct passwd *nobody; in verify_clock_adjtime()
|
/third_party/ltp/testcases/kernel/syscalls/fanotify/ |
H A D | fanotify19.c | 146 struct passwd *nobody; in test_fanotify()
|
/third_party/ltp/testcases/kernel/syscalls/ipc/semop/ |
H A D | semop02.c | 72 struct passwd *ltpuser; in setup()
|
/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;
|
/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...] |
/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()
|
/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)
|
/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()
|
/third_party/rust/crates/libc/src/unix/haiku/ |
H A D | mod.rs | 302 pub struct passwd { structure names 1781 pwd: *mut passwd, in getpwnam_r() 1784 result: *mut *mut passwd, in getpwnam_r() 1788 pwd: *mut passwd, in getpwuid_r() 1791 result: *mut *mut passwd, in getpwuid_r() 1793 pub fn getpwent() -> *mut passwd; in getpwent()
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | mod.rs | 281 pub struct passwd { structure names 2758 pub fn getpwent() -> *mut passwd; in getpwent() 2918 pwd: *mut passwd, in getpwnam_r() 2921 result: *mut *mut passwd, in getpwnam_r() 2925 pwd: *mut passwd, in getpwuid_r() 2928 result: *mut *mut passwd, in getpwuid_r() 3090 pwd: *mut ::passwd, in getpwent_r() 3093 __result: *mut *mut ::passwd, in getpwent_r()
|
/third_party/rust/crates/libc/src/unix/solarish/ |
H A D | mod.rs | 123 pub struct passwd { structure names 2757 pub fn getpwent() -> *mut passwd; in getpwent() 3007 pwd: *mut passwd, in getpwnam_r() 3010 result: *mut *mut passwd, in getpwnam_r() 3018 pwd: *mut passwd, in getpwuid_r() 3021 result: *mut *mut passwd, in getpwuid_r() 3027 fn native_getpwent_r(pwd: *mut passwd, buf: *mut ::c_char, buflen: ::c_int) -> *mut passwd; in native_getpwent_r()
|