Home
last modified time | relevance | path

Searched refs:pw (Results 176 – 182 of 182) sorted by last modified time

12345678

/dragonfly/contrib/cvs-1.12/src/
H A Dfilesubr.c808 struct passwd *pw; in get_homedir() local
815 else if ((pw = (struct passwd *) getpwuid (getuid ())) in get_homedir()
816 && pw->pw_dir) in get_homedir()
817 home = xstrdup (pw->pw_dir); in get_homedir()
H A Dcommit.c361 struct passwd *pw; in commit() local
363 if ((pw = getpwnam (getcaller ())) == NULL) in commit()
367 if (pw->pw_uid == (uid_t) 0) in commit()
/dragonfly/contrib/binutils-2.27/ld/
H A Dld.texinfo2617 uwin, pw, etc. For instance, cygwin DLLs typically use
/dragonfly/bin/sh/
H A Dparser.c1994 struct passwd *pw; in getusername() local
2006 pw = getpwlogin(); in getusername()
2007 if (pw == NULL || pw->pw_uid != euid) in getusername()
2008 pw = getpwuid(euid); in getusername()
2010 if (pw != NULL) { in getusername()
2011 strlcpy(cached_name, pw->pw_name, in getusername()
H A Dexpand.c369 struct passwd *pw; in exptilde() local
398 pw = getpwnam(user); in exptilde()
399 home = pw != NULL ? pw->pw_dir : NULL; in exptilde()
/dragonfly/bin/pax/
H A Dsel_subs.c103 struct passwd *pw; in usr_add() local
126 if ((pw = getpwnam(str)) == NULL) { in usr_add()
130 uid = (uid_t)pw->pw_uid; in usr_add()
/dragonfly/
H A DUPDATING302 # pw groupmod video -m $USER

12345678