Home
last modified time | relevance | path

Searched defs:pw (Results 1 – 25 of 233) sorted by relevance

12345678910

/netbsd-src/usr.bin/chpass/
H A Dfield.c58 p_login(const char *p, struct passwd *pw, ENTRY *ep) in p_login()
85 p_passwd(const char *p, struct passwd *pw, ENTRY *ep) in p_passwd()
98 p_uid(const char *p, struct passwd *pw, ENTRY *ep) in p_uid()
127 p_gid(const char *p, struct passwd *pw, ENTRY *ep) in p_gid()
161 p_class(const char *p, struct passwd *pw, ENTRY *ep) in p_class()
174 p_change(const char *p, struct passwd *pw, ENTRY *ep) in p_change()
185 p_expire(const char *p, struct passwd *pw, ENTRY *ep) in p_expire()
196 p_gecos(const char *p, struct passwd *pw, ENTRY *ep) in p_gecos()
208 p_hdir(const char *p, struct passwd *pw, ENTRY *ep) in p_hdir()
224 p_shell(const char *p, struct passwd *pw, ENTRY *ep) in p_shell()
H A Dedit.c59 edit(char *tempname, struct passwd *pw) in edit()
90 display(char *tempname, int fd, struct passwd *pw) in display()
146 verify(char *tempname, struct passwd *pw) in verify()
/netbsd-src/external/bsd/libbind/dist/irs/
H A Dgen_pw.c77 struct irs_pw *pw; in irs_gen_pw() local
119 struct irs_pw *pw; in pw_next() local
140 struct irs_pw *pw; in pw_rewind() local
154 struct irs_pw *pw; in pw_byname() local
171 struct irs_pw *pw; in pw_byuid() local
189 struct irs_pw *pw = rule->inst->pw; in pw_minimize() local
228 struct irs_pw *pw = rule->inst->pw; in pw_res_set() local
H A Dgetpwent_r.c62 struct passwd *pw = getpwnam(login); local
78 struct passwd *pw = getpwnam(login); local
99 struct passwd *pw = getpwuid(uid); local
115 struct passwd *pw = getpwuid(uid); local
134 struct passwd *pw = getpwent(); local
188 struct passwd *pw = fgetpwent(f); local
202 copy_passwd(struct passwd *pw, struct passwd *pwptr, char *buf, int buflen) {
H A Dgetpwent.c110 struct irs_pw *pw; in getpwent_p() local
120 struct irs_pw *pw; in getpwnam_p() local
135 struct irs_pw *pw; in getpwuid_p() local
150 struct irs_pw *pw; in setpassent_p() local
175 struct irs_pw *pw; in endpwent_p() local
H A Dirp_pw.c79 struct irs_pw *pw; in irs_irp_pw() local
134 struct passwd *pw = &pvt->passwd; in pw_next() local
178 struct passwd *pw = &pvt->passwd; in pw_byname() local
230 struct passwd *pw = &pvt->passwd; in pw_byuid() local
316 free_passwd(struct passwd *pw) { in free_passwd()
/netbsd-src/usr.bin/id/
H A Did.c69 struct passwd *pw; in main() local
177 pretty(struct passwd *pw) in pretty()
220 struct passwd *pw; in current() local
259 user(struct passwd *pw) in user()
291 group(struct passwd *pw, int nflag) in group()
336 struct passwd *pw; in who() local
/netbsd-src/usr.bin/mail/
H A Dgetname.c52 struct passwd *pw; in getname() local
66 struct passwd *pw; in getuserid() local
/netbsd-src/lib/libutil/compat/
H A Dcompat_login_cap.c57 struct passwd pw; in login_getpwclass() local
66 struct passwd pw; in setusercontext() local
H A Dcompat_passwd.c78 struct passwd pw, opw; in pw_copy() local
89 struct passwd pw, opw; in pw_copyx() local
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dauth2-pubkeyfile.c65 auth_authorise_keyopts(struct passwd *pw, struct sshauthopt *opts, in auth_authorise_keyopts()
274 auth_check_authkey_line(struct passwd *pw, struct sshkey *key, in auth_check_authkey_line()
416 auth_check_authkeys_file(struct passwd *pw, FILE *f, char *file, in auth_check_authkeys_file()
528 auth_openfile(const char *file, struct passwd *pw, int strict_modes, in auth_openfile()
575 auth_openkeyfile(const char *file, struct passwd *pw, int strict_modes) in auth_openkeyfile()
581 auth_openprincipals(const char *file, struct passwd *pw, int strict_modes) in auth_openprincipals()
H A Dauth-passwd.c84 struct passwd *pw = authctxt->pw; in auth_password() local
171 #define shadow_pw(pw) (pw)->pw_passwd argument
178 struct passwd *pw = authctxt->pw; in sys_auth_passwd() local
H A Duidswap.c55 temporarily_use_uid(struct passwd *pw) in temporarily_use_uid()
123 permanently_set_uid(struct passwd *pw) in permanently_set_uid()
H A Dauth2-pubkey.c98 struct passwd *pw = authctxt->pw; in userauth_pubkey() local
324 match_principals_file(struct passwd *pw, char *file, in match_principals_file()
487 user_cert_trusted_ca(struct passwd *pw, struct sshkey *key, in user_cert_trusted_ca()
594 user_key_allowed2(struct passwd *pw, struct sshkey *key, in user_key_allowed2()
759 user_key_allowed(struct ssh *ssh, struct passwd *pw, struct sshkey *key, in user_key_allowed()
/netbsd-src/games/canfield/cfscores/
H A Dcfscores.c64 struct passwd *pw; in main() local
105 printuser(const struct passwd *pw, int printfail) in printuser()
/netbsd-src/external/bsd/tmux/dist/
H A Dcmd-server-access.c48 cmd_server_access_deny(struct cmdq_item *item, struct passwd *pw) in cmd_server_access_deny()
77 struct passwd *pw = NULL; in cmd_server_access_exec() local
/netbsd-src/usr.bin/passwd/
H A Dlocal_passwd.c63 getnewpasswd(struct passwd *pw, int min_pw_len) in getnewpasswd()
134 struct passwd *pw; in pwlocal_process() local
269 struct passwd *pw; in local_chpw() local
H A Dyp_passwd.c83 getnewpasswd(struct passwd *pw, char **old_pass) in getnewpasswd()
153 makeypp(struct yppasswd *ypp, struct passwd *pw) in makeypp()
223 struct passwd pwb, pwb2, *pw; in pwyp_process() local
384 struct passwd *pw, pwb; in yp_chpw() local
/netbsd-src/external/bsd/cron/dist/
H A Dexterns.h85 #define MY_UID(pw) getuid() argument
86 #define MY_GID(pw) getgid() argument
/netbsd-src/external/bsd/kyua-cli/dist/utils/
H A Dpasswd.cpp127 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
H A Dpasswd_test.cpp96 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
/netbsd-src/crypto/external/bsd/heimdal/dist/kadmin/
H A Drandom_password.c56 random_password(char *pw, size_t len) in random_password()
115 generate_password(char **pw, int num_classes, ...) in generate_password()
/netbsd-src/lib/libc/gen/
H A Dgetpwent.c157 _pw_parse(const char *entry, struct passwd *pw, char *buf, size_t buflen, in _pw_parse()
239 struct passwd *pw, char *buffer, size_t buflen, int *pwflags, in _pw_getkey()
340 _pw_copy(const struct passwd *frompw, struct passwd *pw, in _pw_copy()
455 _files_pwscan(int *retval, struct passwd *pw, char *buffer, size_t buflen, in _files_pwscan()
594 struct passwd *pw = va_arg(ap, struct passwd *); in _files_getpwent_r() local
646 struct passwd *pw = va_arg(ap, struct passwd *); in _files_getpwnam_r() local
700 struct passwd *pw = va_arg(ap, struct passwd *); in _files_getpwuid_r() local
777 _dns_pwscan(int *retval, struct passwd *pw, char *buffer, size_t buflen, in _dns_pwscan()
924 struct passwd *pw = va_arg(ap, struct passwd *); in _dns_getpwent_r() local
1023 struct passwd *pw = va_arg(ap, struct passwd *); in _dns_getpwuid_r() local
[all …]
/netbsd-src/usr.bin/finger/
H A Dutil.c104 match(struct passwd *pw, char *user) in match()
250 enter_person(struct passwd *pw) in enter_person()
397 userinfo(PERSON *pn, struct passwd *pw) in userinfo()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-passwd/
H A Dsearch.c66 struct passwd *pw; in passwd_back_search() local
282 pw2entry( Backend *be, struct passwd *pw, Entry *e ) in pw2entry()

12345678910