Searched refs:pwd (Results 126 - 150 of 454) sorted by relevance

1234567891011>>

/freebsd-current/crypto/heimdal/kuser/
H A Dkuser_locl.h49 #include <pwd.h>
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dport-uw.c33 #include <pwd.h>
/freebsd-current/usr.sbin/cron/cron/
H A Dexterns.h41 #include <pwd.h>
/freebsd-current/lib/libpam/modules/pam_rhosts/
H A Dpam_rhosts.c40 #include <pwd.h>
/freebsd-current/usr.bin/at/
H A Dperm.c35 #include <pwd.h>
/freebsd-current/lib/libc/posix1e/
H A Dacl_id_to_name.c39 #include <pwd.h>
/freebsd-current/usr.bin/write/
H A Dwrite.c48 #include <pwd.h>
70 struct passwd *pwd; local
119 if ((pwd = getpwuid(myuid)))
120 login = pwd->pw_name;
/freebsd-current/usr.bin/who/
H A Dwho.c40 #include <pwd.h>
269 struct passwd *pwd; local
286 if ((pwd = getpwuid(getuid())) != NULL)
287 name = pwd->pw_name;
/freebsd-current/usr.bin/talk/
H A Dget_names.c37 #include <pwd.h>
/freebsd-current/libexec/ftpd/
H A Dextern.h52 void pwd(void);
/freebsd-current/lib/libutil/
H A Dlogin_auth.c44 #include <pwd.h>
/freebsd-current/usr.sbin/vipw/
H A Dvipw.c43 #include <pwd.h>
49 #include <libutil.h> /* must be after pwd.h */
/freebsd-current/usr.sbin/lpr/lprm/
H A Dlprm.c50 #include <pwd.h>
/freebsd-current/sys/sys/
H A Dnamei.h125 struct pwd **pwdp);
291 #define namei_setup_rootdir(ndp, cnp, pwd) do { \
293 ndp->ni_rootdir = pwd->pwd_adir; \
295 ndp->ni_rootdir = pwd->pwd_rdir; \
/freebsd-current/usr.bin/mdo/
H A Dmdo.c11 #include <pwd.h>
/freebsd-current/usr.sbin/config/
H A Dmain.cc269 char *p, *pwd; local
274 if ((pwd = getenv("PWD")) != NULL && *pwd == '/' &&
275 (pwd = strdup(pwd)) != NULL) {
278 if ((p = strrchr(pwd, '/')) == NULL) {
279 free(pwd);
284 if (stat(pwd, &lg) != -1 && stat(srcdir, &phy) != -1 &&
286 strlcpy(srcdir, pwd, MAXPATHLEN);
287 free(pwd);
[all...]
/freebsd-current/lib/libpam/modules/pam_krb5/
H A Dpam_krb5.c54 #include <pwd.h>
123 struct passwd *pwd; local
253 pwd = getpwnam(user);
254 if (pwd == NULL) {
412 struct passwd *pwd = NULL;
476 pwd = getpwnam(user);
477 if (pwd == NULL) {
485 if (setegid(pwd->pw_gid)) {
489 if (seteuid(pwd->pw_uid)) {
499 asprintf(&cache_name_buf, "FILE:/tmp/krb5cc_%d", pwd
[all...]
/freebsd-current/contrib/sendmail/contrib/
H A Dbounce-resender.pl10 # # /usr/lib/sendmail -bp -oQ`pwd`/bqueue | more # does it look OK?
11 # # /usr/lib/sendmail -q -oQ`pwd`/bqueue -oT99d & # run the queue
275 chomp($pwd = `pwd`);
276 print STDERR "$myname: # sendmail -q -oQ$pwd -oT99d &\n";
279 print STDERR "$myname: # sendmail -bp -oQ$pwd | more\n";
/freebsd-current/crypto/heimdal/appl/ftp/ftp/
H A Dextern.h107 void pwd (int, char **);
/freebsd-current/usr.sbin/pw/
H A Dpw_group.c136 struct passwd *pwd; local
138 if ((pwd = GETPWNAM(user)) == NULL &&
140 (pwd = getpwuid((uid_t) atoi(user))) == NULL))
143 return (pwd);
442 struct passwd *pwd; local
449 pwd = lookup_pwent(p);
450 if (grp_has_member(*grp, pwd->pw_name))
452 *grp = gr_add(*grp, pwd->pw_name);
/freebsd-current/contrib/netbsd-tests/usr.bin/id/
H A Dpwgr.c40 #include <pwd.h>
/freebsd-current/contrib/netbsd-tests/lib/libc/sys/
H A Dt_issetugid.c38 #include <pwd.h>
/freebsd-current/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd_locl.h112 #include <pwd.h>
/freebsd-current/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet_locl.h92 #include <pwd.h>
/freebsd-current/crypto/heimdal/appl/rsh/
H A Drsh_locl.h73 #include <pwd.h>

Completed in 241 milliseconds

1234567891011>>