Home
last modified time | relevance | path

Searched defs:pwd (Results 1 – 25 of 143) sorted by relevance

123456

/freebsd-11-stable/lib/libc/tests/nss/
HDgetpw_test.c125 free_passwd(struct passwd *pwd) in free_passwd()
136 sdump_passwd(struct passwd *pwd, char *buffer, size_t buflen) in sdump_passwd()
147 dump_passwd(struct passwd *pwd) in dump_passwd()
159 passwd_read_snapshot_func(struct passwd *pwd, char *line) in passwd_read_snapshot_func()
241 struct passwd *pwd; in passwd_fill_test_data() local
256 passwd_test_correctness(struct passwd *pwd, void *mdata __unused) in passwd_test_correctness()
302 passwd_check_ambiguity(struct passwd_test_data *td, struct passwd *pwd) in passwd_check_ambiguity()
312 struct passwd *pwd; in passwd_test_getpwnam() local
343 struct passwd *pwd; in passwd_test_getpwuid() local
368 passwd_test_getpwent(struct passwd *pwd, void *mdata __unused) in passwd_test_getpwent()
/freebsd-11-stable/usr.sbin/pw/
HDpwupd.c89 pw_update(struct passwd * pwd, char const * user) in pw_update()
136 addpwent(struct passwd * pwd) in addpwent()
143 chgpwent(char const * login, struct passwd * pwd) in chgpwent()
150 delpwent(struct passwd * pwd) in delpwent()
HDpw_nis.c44 pw_nisupdate(const char * path, struct passwd * pwd, char const * user) in pw_nisupdate()
86 addnispwent(const char *path, struct passwd * pwd) in addnispwent()
92 chgnispwent(const char *path, char const * login, struct passwd * pwd) in chgnispwent()
HDpw_user.c154 create_and_populate_homedir(struct userconf *cnf, struct passwd *pwd, in create_and_populate_homedir()
175 pw_set_passwd(struct passwd *pwd, int fd, bool precrypted, bool update) in pw_set_passwd()
237 perform_chgpwent(const char *name, struct passwd *pwd, char *nispasswd) in perform_chgpwent()
274 struct passwd *pwd = NULL; in pw_userlock() local
330 struct passwd *pwd; in pw_uidpolicy() local
550 print_user(struct passwd * pwd, bool pretty, bool v7) in print_user()
776 struct passwd *pwd = NULL; in pw_user_show() local
855 struct passwd *pwd = NULL; in pw_user_del() local
1186 struct passwd *pwd; in pw_user_add() local
1512 struct passwd *pwd; in pw_user_mod() local
/freebsd-11-stable/lib/libypclnt/
HDypclnt_passwd.c118 ypclnt_passwd(ypclnt_t *ypclnt, const struct passwd *pwd, const char *passwd) in ypclnt_passwd()
137 yppasswd_local(ypclnt_t *ypclnt, const struct passwd *pwd) in yppasswd_local()
237 yppasswd_remote(ypclnt_t *ypclnt, const struct passwd *pwd, const char *passwd) in yppasswd_remote()
/freebsd-11-stable/crypto/heimdal/appl/login/
HDlogin.c142 otp_verify(struct passwd *pwd, const char *password) in otp_verify()
156 krb5_verify(struct passwd *pwd, const char *password) in krb5_verify()
180 krb5_start_session (const struct passwd *pwd) in krb5_start_session()
208 krb5_get_afs_tokens (const struct passwd *pwd) in krb5_get_afs_tokens()
315 do_login(const struct passwd *pwd, char *tty, char *ttyn) in do_login()
518 check_password(struct passwd *pwd, const char *password) in check_password()
640 struct passwd *pwd; in main() local
/freebsd-11-stable/lib/libcasper/services/cap_pwd/
HDcap_pwd.c93 passwd_unpack(const nvlist_t *nvl, struct passwd *pwd, char *buffer, in passwd_unpack()
138 uid_t uid, struct passwd *pwd, char *buffer, size_t bufsize, in cap_getpwcommon_r()
248 cap_getpwent_r(cap_channel_t *chan, struct passwd *pwd, char *buffer, in cap_getpwent_r()
257 cap_getpwnam_r(cap_channel_t *chan, const char *name, struct passwd *pwd, in cap_getpwnam_r()
266 cap_getpwuid_r(cap_channel_t *chan, uid_t uid, struct passwd *pwd, char *buffer, in cap_getpwuid_r()
541 pwd_pack(const nvlist_t *limits, const struct passwd *pwd, nvlist_t *nvl) in pwd_pack()
625 struct passwd *pwd; in pwd_getpwent() local
642 struct passwd *pwd; in pwd_getpwnam() local
663 struct passwd *pwd; in pwd_getpwuid() local
/freebsd-11-stable/contrib/binutils/libiberty/
HDgetpwd.c70 static char *pwd; in getpwd() local
117 static char *pwd = 0; in getpwd() local
/freebsd-11-stable/contrib/gcclibs/libiberty/
HDgetpwd.c70 static char *pwd; in getpwd() local
117 static char *pwd = 0; in getpwd() local
/freebsd-11-stable/lib/libc/gen/
HDgetpwent.c260 struct passwd *pwd; in pwd_marshal_func() local
364 struct passwd *pwd; in pwd_unmarshal_func() local
501 getpwent_r(struct passwd *pwd, char *buffer, size_t bufsize, in getpwent_r()
539 getpwnam_r(const char *name, struct passwd *pwd, char *buffer, size_t bufsize, in getpwnam_r()
578 getpwuid_r(uid_t uid, struct passwd *pwd, char *buffer, size_t bufsize, in getpwuid_r()
616 static struct passwd pwd; variable
656 wrap_getpwnam_r(union key key, struct passwd *pwd, char *buffer, in wrap_getpwnam_r()
664 wrap_getpwuid_r(union key key, struct passwd *pwd, char *buffer, in wrap_getpwuid_r()
672 wrap_getpwent_r(union key key __unused, struct passwd *pwd, char *buffer, in wrap_getpwent_r()
794 struct passwd *pwd; in files_passwd() local
[all …]
/freebsd-11-stable/crypto/heimdal/lib/krb5/
HDkuserok.c45 struct passwd *pwd, in check_one_file()
111 struct passwd *pwd, in check_directory()
244 struct passwd *pwd = NULL; in krb5_kuserok() local
/freebsd-11-stable/usr.sbin/jexec/
HDjexec.c65 const struct passwd *pwd = NULL; in main() local
157 const struct passwd *pwd; in get_user_info() local
/freebsd-11-stable/contrib/top/
HDusername.c95 struct passwd *pwd; local
154 struct passwd *pwd; local
/freebsd-11-stable/crypto/heimdal/lib/kadm5/
HDpassword_quality.c47 krb5_data *pwd, in min_length_passwd_quality()
67 krb5_data *pwd) in min_length_passwd_quality_v0()
85 krb5_data *pwd, in char_class_passwd_quality()
136 krb5_data *pwd, in external_passwd_quality()
/freebsd-11-stable/lib/libutil/
HDlogin_class.c142 substvar(const char * var, const struct passwd * pwd, int hlen, int pch, int nlen) in substvar()
199 setclassenvironment(login_cap_t *lc, const struct passwd * pwd, int paths) in setclassenvironment()
387 setlogincontext(login_cap_t *lc, const struct passwd *pwd, in setlogincontext()
427 setusercontext(login_cap_t *lc, const struct passwd *pwd, uid_t uid, unsigned int flags) in setusercontext()
/freebsd-11-stable/usr.bin/logins/
HDlogins.c207 struct passwd *pwd; in get_users() local
238 struct xpasswd *pwd; in select_users() local
295 display_user(struct xpasswd *pwd) in display_user()
333 struct xpasswd *pwd; in list_users() local
/freebsd-11-stable/contrib/opie/
HDopiesu.c143 struct passwd *pwd; variable
309 struct passwd *pwd; variable
/freebsd-11-stable/lib/libpam/modules/pam_unix/
HDpam_unix.c92 struct passwd *pwd; in pam_sm_authenticate() local
156 struct passwd *pwd; in pam_sm_acct_mgmt() local
279 struct passwd *pwd, *old_pwd; in pam_sm_chauthtok() local
/freebsd-11-stable/lib/libcompat/4.4/
HDcuserid.c44 struct passwd *pwd; in cuserid() local
/freebsd-11-stable/lib/libcasper/services/cap_pwd/tests/
HDpwd_test.c885 passwd_fields(const struct passwd *pwd) in passwd_fields()
974 struct passwd *pwd; in runtest_fields() local
1193 struct passwd *pwd; in runtest_users() local
/freebsd-11-stable/crypto/heimdal/lib/roken/
HDget_default_username.c64 struct passwd *pwd; in get_default_username() local
/freebsd-11-stable/contrib/openpam/lib/libpam/
HDopenpam_borrow_cred.c63 const struct passwd *pwd) in openpam_borrow_cred()
/freebsd-11-stable/tools/regression/mlock/
HDmlock.c50 struct passwd *pwd; in main() local
/freebsd-11-stable/lib/libc/net/
HDnss_compat.c199 struct passwd *pwd; in __nss_compat_getpwnam_r() local
224 struct passwd *pwd; in __nss_compat_getpwuid_r() local
248 struct passwd *pwd; in __nss_compat_getpwent_r() local
/freebsd-11-stable/lib/libpam/modules/pam_securetty/
HDpam_securetty.c58 struct passwd *pwd; in pam_sm_acct_mgmt() local

123456