Searched refs:stat_as (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dstat_as.h1 /* $NetBSD: stat_as.h,v 1.3 2020/03/18 19:05:22 christos Exp $ */
8 /* stat_as 3h
13 /* #include <stat_as.h>
19 extern int WARN_UNUSED_RESULT stat_as(const char *, struct stat *, uid_t, gid_t);
H A Dstat_as.c5 /* stat_as 3
10 /* #include <stat_as.h>
12 /* int stat_as(path, st, euid, egid)
18 /* stat_as() looks up the file status of the named \fIpath\fR,
48 #include "stat_as.h"
51 /* stat_as - stat file as user */
53 int stat_as(const char *path, struct stat * st, uid_t euid, gid_t egid) function
H A DMakefile.in26 split_nameval.c stat_as.c strcasecmp.c stream_connect.c \
73 split_nameval.o stat_as.o $(STRCASE) stream_connect.o \
116 sigdelay.h sock_addr.h spawn_command.h split_at.h stat_as.h \
2677 stat_as.o: msg.h
2678 stat_as.o: set_eugid.h
2679 stat_as.o: stat_as.c
2680 stat_as.o: stat_as.h
2681 stat_as
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/local/
H A Dinclude.c63 #include <stat_as.h>
119 if (stat_as(path, &st, usr_attr.uid, usr_attr.gid) < 0) {
H A Drecipient.c78 #include <stat_as.h>
191 if (stat_as(mypwd->pw_dir, &st, mypwd->pw_uid, mypwd->pw_gid) < 0) {
H A DMakefile.in356 include.o: ../../include/stat_as.h
574 recipient.o: ../../include/stat_as.h
/netbsd-current/external/ibm-public/postfix/lib/util/
H A DMakefile194 stat_as.c \

Completed in 103 milliseconds