Searched refs:mypwd (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Dmypwd.c1 /* $NetBSD: mypwd.c,v 1.2 2017/02/14 01:16:45 christos Exp $ */
5 /* mypwd 3
9 /* #include <mypwd.h>
84 #include "mypwd.h"
133 struct mypasswd *mypwd; local
142 mypwd = (struct mypasswd *) mymalloc(sizeof(*mypwd));
143 mypwd->refcount = 0;
144 mypwd->pw_name = mystrdup(pwd->pw_name);
145 mypwd
169 struct mypasswd *mypwd; local
183 struct mypasswd *mypwd; local
233 struct mypasswd *mypwd; local
247 struct mypasswd *mypwd; local
294 mypwfree(struct mypasswd * mypwd) argument
330 struct mypasswd **mypwd; local
[all...]
H A Duser_acl.c59 #include <mypwd.h>
69 struct mypasswd *mypwd; local
103 if ((mypwd = mypwuid(uid)) == 0) {
106 name = mypwd->pw_name;
116 if (mypwd)
117 mypwfree(mypwd);
H A DMakefile.in20 mypwd.c namadr_list.c off_cvt.c opened.c own_inet_addr.c \
59 mypwd.o namadr_list.o off_cvt.o opened.o own_inet_addr.o \
99 mime_state.h msg_stats.h mynetworks.h mypwd.h namadr_list.h \
123 mail_addr_map mail_date maps mynetworks mypwd namadr_list \
264 mypwd: $(LIB) $(LIBS)
2259 mypwd.o: ../../include/binhash.h
2260 mypwd.o: ../../include/htable.h
2261 mypwd.o: ../../include/msg.h
2262 mypwd.o: ../../include/mymalloc.h
2263 mypwd
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/local/
H A Drecipient.c88 #include <mypwd.h>
102 struct mypasswd *mypwd; local
181 mypwd = 0;
183 && (errno = mypwnam_err(state.msg_attr.user, &mypwd)) != 0) {
190 if (mypwd != 0) {
191 if (stat_as(mypwd->pw_dir, &st, mypwd->pw_uid, mypwd->pw_gid) < 0) {
193 "cannot access home directory %s: %m", mypwd->pw_dir);
194 mypwfree(mypwd);
[all...]
H A Ddotforward.c77 #include <mypwd.h>
102 struct mypasswd *mypwd; local
132 if ((errno = mypwnam_err(state.msg_attr.user, &mypwd)) != 0) {
140 if (mypwd == 0)
167 SET_USER_ATTR(usr_attr, mypwd, state.level);
302 mypwfree(mypwd);
H A Dinclude.c65 #include <mypwd.h>
H A Dalias.c87 #include <mypwd.h>
H A Dmailbox.c78 #include <mypwd.h>
H A DMakefile.in91 alias.o: ../../include/mypwd.h
235 dotforward.o: ../../include/mypwd.h
350 include.o: ../../include/mypwd.h
488 mailbox.o: ../../include/mypwd.h
568 recipient.o: ../../include/mypwd.h
/netbsd-current/external/ibm-public/postfix/dist/src/postdrop/
H A DMakefile.in84 postdrop.o: ../../include/mypwd.h
H A Dpostdrop.c145 #include <mypwd.h>
/netbsd-current/external/ibm-public/postfix/lib/global/
H A DMakefile119 mypwd.c \

Completed in 1103 milliseconds