Home
last modified time | relevance | path

Searched refs:safefile (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/libsmutil/
H A DMakefile39 OBJS= cf.o debug.o err.o lockfile.o safefile.o snprintf.o
H A Dsafefile.c46 safefile(fn, uid, gid, user, flags, mode, st)
721 rval = safefile(fn, RunAsUid, RunAsGid, RunAsUserName,
724 rval = safefile(fn, RealUid, RealGid, RealUserName,
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dcontrol.c79 rval = safefile(ControlSocketName, RunAsUid, RunAsGid, RunAsUserName, in opencontrolsocket()
188 rval = safefile(ControlSocketName, RunAsUid, RunAsGid,
H A Drecipient.c1373 errno = safefile(filename, euid, egid, user, flags, S_IWRITE, NULL);
1653 rval = safefile(fname, uid, gid, user, sfflags, S_IREAD, &st);
H A Ddaemon.c1070 rval = safefile(d->d_addr.sunix.sun_path,
2922 rval = safefile(mux_path, RunAsUid, RunAsGid, RunAsUserName,
3052 rval = safefile(Daemons[i].d_addr.sunix.sun_path, in shutdown_daemon()
H A Dmap.c1459 ret = safefile(dirfile, RunAsUid, RunAsGid, RunAsUserName,
1462 ret = safefile(pagfile, RunAsUid, RunAsGid, RunAsUserName,
2057 i = safefile(buf, RunAsUid, RunAsGid, RunAsUserName, sff, smode, &st);
5739 if ((i = safefile(map->map_file, RunAsUid, RunAsGid, RunAsUserName,
7532 errno = safefile(colon, RunAsUid, RunAsGid, RunAsUserName, sff,
H A Dtls.c454 if ((ret = safefile(var, RunAsUid, RunAsGid, RunAsUserName, sff,
H A Dutil.c2170 ret = safefile(argv[0], DefUid, DefGid, DefUser, sff, 0, NULL);
H A Dusersmtp.c1364 if ((r = safefile(p, RunAsUid, RunAsGid, RunAsUserName, sff,
H A Dmilter.c772 errno = safefile(colon, RunAsUid, RunAsGid, RunAsUserName, sff,
H A Ddeliver.c2693 ret = safefile(m->m_mailer, getuid(), getgid(),
H A Dqueue.c7132 safefile(" ", RunAsUid, RunAsGid, RunAsUserName, sff,
/illumos-gate/usr/src/cmd/sendmail/include/sendmail/
H A Dsendmail.h65 extern int safefile __P((char *, UID_T, GID_T, char *, long, int, struct stat *));
/illumos-gate/usr/src/cmd/sendmail/libsmdb/
H A Dsmdb.c447 st = safefile(db_file_name, user_info->smdbu_id,
/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dlistener.c253 errno = safefile(colon, RunAsUid, RunAsGid, RunAsUserName, sff,
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c398 struct safefile { struct
400 struct safefile *next; argument
403 static struct safefile *safefiles = NULL;
2284 struct safefile *safefilep; in cmpstat()
2330 sizeof (struct safefile)); in cmpstat()
2338 sizeof (struct safefile)); in cmpstat()