Searched refs:filechanged (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/sendmail/include/sendmail/ |
H A D | sendmail.h | 70 extern bool filechanged __P((char *, int, struct stat *));
|
/freebsd/contrib/sendmail/libsmutil/ |
H A D | safefile.c | 748 if (filechanged(fn, fd, &stb)) 863 filechanged(fn, fd, stb) in filechanged() function
|
/freebsd/contrib/sendmail/libsmdb/ |
H A D | smdb.c | 483 return filechanged(db_file_name, db_fd, stat_info);
|
/freebsd/contrib/sendmail/src/ |
H A D | TRACEFLAGS | 57 44 safefile.c safefile, safedirpath, filechanged
|
H A D | map.c | 1870 if (filechanged(dirfile, dfd, &std) || 1871 filechanged(pagfile, pfd, &stp)) 2352 if (filechanged(buf, fd, &st)) 2476 if (filechanged(buf, fd, &st)) 2963 if (filechanged(buf, fd, &st))
|
H A D | recipient.c | 1686 else if (filechanged(fname, sm_io_getinfo(fp,SM_IO_WHAT_FD, NULL), &st))
|
H A D | deliver.c | 6776 if (filechanged(realfile, sm_io_getinfo(f, SM_IO_WHAT_FD, NULL),
|