Searched refs:pwd (Results 151 - 175 of 460) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/lib/libc/net/
H A Drcmd.c63 #include <pwd.h>
641 struct passwd *pwd, pwres; local
671 if (getpwnam_r(luser, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0
672 || pwd == NULL)
674 (void)strlcpy(pbuf, pwd->pw_dir, sizeof(pbuf));
684 (void)setegid(pwd->pw_gid);
685 initgroups(pwd->pw_name, pwd->pw_gid);
686 (void)seteuid(pwd->pw_uid);
701 else if (sbuf.st_uid && sbuf.st_uid != pwd
[all...]
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/src/racoon/
H A Dprivsep.c43 #include <pwd.h>
1329 privsep_xauth_login_system(usr, pwd)
1331 char *pwd;
1338 return xauth_login_system(usr, pwd);
1340 len = sizeof(*msg) + strlen(usr) + 1 + strlen(pwd) + 1;
1355 msg->bufs.buflen[1] = strlen(pwd) + 1;
1356 memcpy(data, pwd, msg->bufs.buflen[1]);
1691 privsep_xauth_login_pam(port, raddr, usr, pwd)
1695 char *pwd;
1703 return xauth_login_pam(port, raddr, usr, pwd);
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dglob.c78 #include <pwd.h>
349 struct passwd *pwd; local
370 if ((pwd = k_getpwuid(getuid())) == NULL)
373 h = pwd->pw_dir;
380 if ((pwd = k_getpwnam((char*) patbuf)) == NULL)
383 h = pwd->pw_dir;
/netbsd-6-1-5-RELEASE/lib/libtelnet/
H A Dkerberos5.c60 #include <pwd.h>
441 struct passwd pws, *pwd; local
450 sizeof(pwbuf), &pwd) != 0 || pwd == NULL)
454 "FILE:/tmp/krb5cc_%u", pwd->pw_uid);
491 chown(ccname + 5, pwd->pw_uid, -1);
/netbsd-6-1-5-RELEASE/usr.bin/passwd/
H A Dyp_passwd.c47 #include <pwd.h>
168 ypgetpwnam(const char *nam, struct passwd *pwd) argument
187 if (pw_scan(val, pwd, &flags) == 0)
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dauth-passwd.c45 #include <pwd.h>
H A Dreadpassphrase.c38 #include <pwd.h>
/netbsd-6-1-5-RELEASE/crypto/external/cpl/tpm-tools/dist/src/data_mgmt/
H A Ddata_passwd.c34 #include <pwd.h>
/netbsd-6-1-5-RELEASE/external/bsd/cron/dist/
H A Dpw_dup.c45 #include <pwd.h>
/netbsd-6-1-5-RELEASE/external/bsd/fetch/dist/libfetch/
H A Dfetch.h51 char pwd[URL_PWDLEN + 1]; member in struct:url
/netbsd-6-1-5-RELEASE/include/
H A Dutil.h38 #include <pwd.h>
/netbsd-6-1-5-RELEASE/libexec/rpc.rwalld/
H A Drwalld.c45 #include <pwd.h>
/netbsd-6-1-5-RELEASE/sbin/mount_ados/
H A Dmount_ados.c48 #include <pwd.h>
/netbsd-6-1-5-RELEASE/sbin/mount_filecore/
H A Dmount_filecore.c86 #include <pwd.h>
/netbsd-6-1-5-RELEASE/sbin/mount_nilfs/
H A Dmount_nilfs.c51 #include <pwd.h>
/netbsd-6-1-5-RELEASE/sbin/mount_ntfs/
H A Dmount_ntfs.c47 #include <pwd.h>
/netbsd-6-1-5-RELEASE/lib/libcrypt/
H A Dpw_gensalt.c49 #include <pwd.h>
/netbsd-6-1-5-RELEASE/games/sail/
H A Dlo_main.c52 #include <pwd.h>
/netbsd-6-1-5-RELEASE/usr.bin/rwall/
H A Drwall.c87 #include <pwd.h>
/netbsd-6-1-5-RELEASE/usr.sbin/chroot/
H A Dchroot.c52 #include <pwd.h>
/netbsd-6-1-5-RELEASE/usr.sbin/rpc.pcnfsd/
H A Dpcnfsd_v1.c25 #include <pwd.h>
/netbsd-6-1-5-RELEASE/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_mkpw.c48 #include <pwd.h>
/netbsd-6-1-5-RELEASE/tests/lib/libc/sys/
H A Dt_mkdir.c44 #include <pwd.h>
H A Dt_revoke.c40 #include <pwd.h>
/netbsd-6-1-5-RELEASE/usr.bin/chpass/
H A Dfield.c47 #include <pwd.h>

Completed in 183 milliseconds

1234567891011>>