Searched refs:mypasswd (Results 1 – 10 of 10) sorted by relevance
114 static struct mypasswd *last_pwd;131 static struct mypasswd *mypwenter(const struct passwd * pwd) in mypwenter()133 struct mypasswd *mypwd; in mypwenter()142 mypwd = (struct mypasswd *) mymalloc(sizeof(*mypwd)); in mypwenter()167 struct mypasswd *mypwuid(uid_t uid) in mypwuid()169 struct mypasswd *mypwd; in mypwuid()180 int mypwuid_err(uid_t uid, struct mypasswd ** result) in mypwuid_err()183 struct mypasswd *mypwd; in mypwuid_err()202 if ((mypwd = (struct mypasswd *) in mypwuid_err()231 struct mypasswd *mypwnam(const char *name) in mypwnam()[all …]
19 struct mypasswd { struct30 extern int mypwnam_err(const char *, struct mypasswd **); argument31 extern int mypwuid_err(uid_t, struct mypasswd **);32 extern struct mypasswd *mypwnam(const char *);33 extern struct mypasswd *mypwuid(uid_t);34 extern void mypwfree(struct mypasswd *);
69 struct mypasswd *mypwd; in check_user_acl_byuid()
86 struct mypasswd *file_pwd = 0; in deliver_include()
102 struct mypasswd *mypwd; in deliver_dotforward()
102 struct mypasswd *mypwd; in deliver_switch()
112 struct mypasswd *alias_pwd; in deliver_alias()
261 struct mypasswd *mbox_pwd; in deliver_mailbox()
249 struct mypasswd *user_info; in check_login_sender_acl()
807 mypasswd