Home
last modified time | relevance | path

Searched refs:filechanged (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/sendmail/include/sendmail/
Dsendmail.h70 extern bool filechanged __P((char *, int, struct stat *));
/freebsd-12-stable/contrib/sendmail/libsmutil/
Dsafefile.c748 if (filechanged(fn, fd, &stb))
863 filechanged(fn, fd, stb) in filechanged() function
/freebsd-12-stable/contrib/sendmail/src/
DTRACEFLAGS57 44 safefile.c safefile, safedirpath, filechanged
Dmap.c1656 if (filechanged(dirfile, dfd, &std) ||
1657 filechanged(pagfile, pfd, &stp))
2157 if (filechanged(buf, fd, &st))
2281 if (filechanged(buf, fd, &st))
2833 if (filechanged(buf, fd, &st))
Drecipient.c1685 else if (filechanged(fname, sm_io_getinfo(fp,SM_IO_WHAT_FD, NULL), &st))
Ddeliver.c6048 if (filechanged(realfile, sm_io_getinfo(f, SM_IO_WHAT_FD, NULL),
/freebsd-12-stable/contrib/sendmail/libsmdb/
Dsmdb.c484 return filechanged(db_file_name, db_fd, stat_info);