| /freebsd-13-stable/usr.bin/chpass/ |
| HD | field.c | 66 p_login(char *p, struct passwd *pw, ENTRY *ep __unused) in p_login() 92 p_passwd(char *p, struct passwd *pw, ENTRY *ep __unused) in p_passwd() 104 p_uid(char *p, struct passwd *pw, ENTRY *ep __unused) in p_uid() 129 p_gid(char *p, struct passwd *pw, ENTRY *ep __unused) in p_gid() 159 p_class(char *p, struct passwd *pw, ENTRY *ep __unused) in p_class() 171 p_change(char *p, struct passwd *pw, ENTRY *ep __unused) in p_change() 181 p_expire(char *p, struct passwd *pw, ENTRY *ep __unused) in p_expire() 202 p_hdir(char *p, struct passwd *pw, ENTRY *ep __unused) in p_hdir() 217 p_shell(char *p, struct passwd *pw, ENTRY *ep __unused) in p_shell()
|
| HD | edit.c | 72 edit(const char *tfn, struct passwd *pw) in edit() 109 display(const char *tfn, struct passwd *pw) in display() 199 verify(const char *tfn, struct passwd *pw) in verify()
|
| /freebsd-13-stable/contrib/libpcap/ |
| HD | pcap-npf.c | 247 struct pcap_win *pw = p->priv; in pcap_stats_npf() local 308 struct pcap_win *pw = p->priv; in pcap_stats_ex_npf() local 343 struct pcap_win *pw = p->priv; in pcap_setbuff_npf() local 357 struct pcap_win *pw = p->priv; in pcap_setmode_npf() local 372 struct pcap_win *pw = p->priv; in pcap_setmintocopy_npf() local 385 struct pcap_win *pw = p->priv; in pcap_getevent_npf() local 393 struct pcap_win *pw = p->priv; in pcap_oid_get_request_npf() local 402 struct pcap_win *pw = p->priv; in pcap_oid_set_request_npf() local 444 struct pcap_win *pw = p->priv; in pcap_sendqueue_transmit_npf() local 517 struct pcap_win *pw = p->priv; in pcap_live_dump_npf() local [all …]
|
| /freebsd-13-stable/crypto/openssh/ |
| HD | platform.c | 54 platform_setusercontext(struct passwd *pw) in platform_setusercontext() 102 platform_setusercontext_post_groups(struct passwd *pw) in platform_setusercontext_post_groups() 159 platform_locked_account(struct passwd *pw) in platform_locked_account()
|
| HD | auth2-pubkeyfile.c | 55 auth_authorise_keyopts(struct passwd *pw, struct sshauthopt *opts, in auth_authorise_keyopts() 264 auth_check_authkey_line(struct passwd *pw, struct sshkey *key, in auth_check_authkey_line() 406 auth_check_authkeys_file(struct passwd *pw, FILE *f, char *file, in auth_check_authkeys_file() 442 auth_openfile(const char *file, struct passwd *pw, int strict_modes, in auth_openfile() 489 auth_openkeyfile(const char *file, struct passwd *pw, int strict_modes) in auth_openkeyfile() 495 auth_openprincipals(const char *file, struct passwd *pw, int strict_modes) in auth_openprincipals()
|
| HD | uidswap.c | 61 temporarily_use_uid(struct passwd *pw) in temporarily_use_uid() 181 permanently_set_uid(struct passwd *pw) in permanently_set_uid()
|
| HD | auth.c | 100 allowed_user(struct ssh *ssh, struct passwd * pw) in allowed_user() 387 expand_authorized_keys(const char *filename, struct passwd *pw) in expand_authorized_keys() 412 authorized_principals_file(struct passwd *pw) in authorized_principals_file() 421 check_key_in_hostfiles(struct passwd *pw, struct sshkey *key, const char *host, in check_key_in_hostfiles() 477 struct passwd *pw; in getpwnamallow() local
|
| HD | auth2-pubkey.c | 92 struct passwd *pw = authctxt->pw; in userauth_pubkey() local 318 match_principals_file(struct passwd *pw, char *file, in match_principals_file() 481 user_cert_trusted_ca(struct passwd *pw, struct sshkey *key, in user_cert_trusted_ca() 588 user_key_allowed2(struct passwd *pw, struct sshkey *key, in user_key_allowed2() 753 user_key_allowed(struct ssh *ssh, struct passwd *pw, struct sshkey *key, in user_key_allowed()
|
| HD | auth-passwd.c | 80 struct passwd *pw = authctxt->pw; in auth_password() local 195 struct passwd *pw = authctxt->pw; in sys_auth_passwd() local
|
| /freebsd-13-stable/contrib/apr/user/unix/ |
| HD | userinfo.c | 36 struct passwd *pw, in getpwnam_safe() 73 struct passwd pw; in apr_uid_homepath_get() local 107 struct passwd pw; in apr_uid_get() local 123 struct passwd *pw; in apr_uid_name_get() local
|
| /freebsd-13-stable/usr.bin/finger/ |
| HD | util.c | 65 match(struct passwd *pw, const char *user) in match() 155 enter_person(struct passwd *pw) in enter_person() 192 struct passwd *pw; in find_person() local 324 userinfo(PERSON *pn, struct passwd *pw) in userinfo() 391 hide(struct passwd *pw) in hide()
|
| HD | finger.c | 162 struct passwd *pw; in main() local 236 struct passwd *pw; in loginlist() local 277 struct passwd *pw; in userlist() local
|
| /freebsd-13-stable/usr.bin/id/ |
| HD | id.c | 78 struct passwd *pw; in main() local 229 pretty(struct passwd *pw) in pretty() 269 id_print(struct passwd *pw, int use_ggl, int p_euid, int p_egid) in id_print() 380 group(struct passwd *pw, int nflag) in group() 446 struct passwd *pw; in who() local 464 pline(struct passwd *pw) in pline()
|
| /freebsd-13-stable/lib/libutil/ |
| HD | pw_util.c | 398 pw_make(const struct passwd *pw) in pw_make() 413 pw_make_v7(const struct passwd *pw) in pw_make_v7() 428 pw_copy(int ffd, int tfd, const struct passwd *pw, struct passwd *old_pw) in pw_copy() 604 pw_dup(const struct passwd *pw) in pw_dup() 661 pw_initpwd(struct passwd *pw) in pw_initpwd() 670 struct passwd pw, *ret; in pw_scan() local
|
| /freebsd-13-stable/usr.bin/mail/ |
| HD | getname.c | 50 struct passwd *pw; in getname() local 64 struct passwd *pw; in getuserid() local
|
| /freebsd-13-stable/contrib/netbsd-tests/kernel/arch/amd64/ |
| HD | t_ptrace_wait.c | 215 struct ptrace_watchpoint pw; in ATF_TC_BODY() local 289 struct ptrace_watchpoint pw; in ATF_TC_BODY() local 366 struct ptrace_watchpoint pw; in ATF_TC_BODY() local 472 struct ptrace_watchpoint pw; in ATF_TC_BODY() local 578 struct ptrace_watchpoint pw; in ATF_TC_BODY() local 684 struct ptrace_watchpoint pw; in ATF_TC_BODY() local 790 struct ptrace_watchpoint pw; in ATF_TC_BODY() local 891 struct ptrace_watchpoint pw; in ATF_TC_BODY() local 992 struct ptrace_watchpoint pw; in ATF_TC_BODY() local 1094 struct ptrace_watchpoint pw; in ATF_TC_BODY() local [all …]
|
| /freebsd-13-stable/crypto/openssh/openbsd-compat/ |
| HD | port-uw.c | 56 struct passwd *pw = authctxt->pw; in sys_auth_passwd() local 136 get_iaf_password(struct passwd *pw) in get_iaf_password()
|
| HD | xcrypt.c | 73 struct passwd *pw; in pick_salt() local 129 shadow_pw(struct passwd *pw) in shadow_pw()
|
| /freebsd-13-stable/lib/libcrypt/tests/ |
| HD | crypt_tests.c | 20 char *pw; in ATF_TC_BODY() local 36 char *pw; in ATF_TC_BODY() local
|
| /freebsd-13-stable/contrib/libarchive/libarchive/ |
| HD | archive_cryptor.c | 50 pbkdf2_sha1(const char *pw, size_t pw_len, const uint8_t *salt, in pbkdf2_sha1() 66 pbkdf2_sha1(const char *pw, size_t pw_len, const uint8_t *salt, in pbkdf2_sha1() 91 pbkdf2_sha1(const char *pw, size_t pw_len, const uint8_t *salt, in pbkdf2_sha1() 120 pbkdf2_sha1(const char *pw, size_t pw_len, const uint8_t *salt, in pbkdf2_sha1() 131 pbkdf2_sha1(const char *pw, size_t pw_len, const uint8_t *salt, in pbkdf2_sha1() 144 pbkdf2_sha1(const char *pw, size_t pw_len, const uint8_t *salt, in pbkdf2_sha1()
|
| /freebsd-13-stable/contrib/kyua/utils/ |
| HD | passwd.cpp | 127 const struct ::passwd* pw = ::getpwnam(name.c_str()); in find_user_by_name() local 156 const struct ::passwd* pw = ::getpwuid(uid); in find_user_by_uid() local
|
| HD | passwd_test.cpp | 96 const struct ::passwd* pw = ::getpwuid(::getuid()); in ATF_TEST_CASE_BODY() local 140 const struct ::passwd* pw = ::getpwuid(::getuid()); in ATF_TEST_CASE_BODY() local
|
| /freebsd-13-stable/crypto/heimdal/kadmin/ |
| HD | random_password.c | 54 random_password(char *pw, size_t len) in random_password() 112 generate_password(char **pw, int num_classes, ...) in generate_password()
|
| /freebsd-13-stable/usr.bin/chkey/ |
| HD | chkey.c | 88 struct passwd *pw; in main() local 253 static struct passwd pw; in ypgetpwuid() local
|
| /freebsd-13-stable/contrib/wpa/src/ap/ |
| HD | ap_config.c | 493 struct sae_password_entry *pw; in hostapd_setup_sae_pt() local 767 struct sae_password_entry *pw, *tmp; in hostapd_config_free_sae_passwords() local 1179 struct sae_password_entry *pw; in hostapd_sae_pk_password_without_pk() local 1691 struct sae_password_entry *pw; in hostapd_sae_pw_id_in_use() local 1714 struct sae_password_entry *pw; in hostapd_sae_pk_in_use() local 1730 struct sae_password_entry *pw; in hostapd_sae_pk_exclusively() local
|