passwd           1632 compat/mingw.c struct passwd *getpwuid(int uid)
passwd           1635 compat/mingw.c 	static struct passwd p;
passwd            113 compat/mingw.h static inline struct passwd *getpwnam(const char *name)
passwd            182 compat/mingw.h struct passwd *getpwuid(uid_t uid);
passwd           1136 daemon.c       	struct passwd *pass;
passwd            927 git-compat-util.h struct passwd *xgetpwuid_self(void);
passwd             26 ident.c        static void copy_gecos(const struct passwd *w, struct strbuf *name)
passwd             91 ident.c        static void copy_email(const struct passwd *pw, struct strbuf *email)
passwd            305 ident.c        		struct passwd *pw;
passwd            332 path.c         static struct passwd *getpw_str(const char *username, size_t len)
passwd            334 path.c         	struct passwd *pw;
passwd            363 path.c         			struct passwd *pw = getpw_str(username, username_len);
passwd            604 wrapper.c      struct passwd *xgetpwuid_self(void)
passwd            606 wrapper.c      	struct passwd *pw;