Home
last modified time | relevance | path

Searched refs:mypasswd (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dmypwd.c114 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 …]
H A Dmypwd.h19 struct mypasswd { struct
30 extern int mypwnam_err(const char *, struct mypasswd **); argument
31 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 *);
H A Duser_acl.c69 struct mypasswd *mypwd; in check_user_acl_byuid()
/netbsd-src/external/ibm-public/postfix/dist/src/local/
H A Dinclude.c86 struct mypasswd *file_pwd = 0; in deliver_include()
H A Ddotforward.c102 struct mypasswd *mypwd; in deliver_dotforward()
H A Drecipient.c102 struct mypasswd *mypwd; in deliver_switch()
H A Dalias.c112 struct mypasswd *alias_pwd; in deliver_alias()
H A Dmailbox.c261 struct mypasswd *mbox_pwd; in deliver_mailbox()
/netbsd-src/external/ibm-public/postfix/dist/src/postdrop/
H A Dpostdrop.c249 struct mypasswd *user_info; in check_login_sender_acl()
/netbsd-src/external/ibm-public/postfix/dist/proto/
H A Dstop.spell-cc807 mypasswd