Searched refs:filechanged (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12-stable/contrib/sendmail/include/sendmail/ |
| D | sendmail.h | 70 extern bool filechanged __P((char *, int, struct stat *));
|
| /freebsd-12-stable/contrib/sendmail/libsmutil/ |
| D | safefile.c | 748 if (filechanged(fn, fd, &stb)) 863 filechanged(fn, fd, stb) in filechanged() function
|
| /freebsd-12-stable/contrib/sendmail/src/ |
| D | TRACEFLAGS | 57 44 safefile.c safefile, safedirpath, filechanged
|
| D | map.c | 1656 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))
|
| D | recipient.c | 1685 else if (filechanged(fname, sm_io_getinfo(fp,SM_IO_WHAT_FD, NULL), &st))
|
| D | deliver.c | 6048 if (filechanged(realfile, sm_io_getinfo(f, SM_IO_WHAT_FD, NULL),
|
| /freebsd-12-stable/contrib/sendmail/libsmdb/ |
| D | smdb.c | 484 return filechanged(db_file_name, db_fd, stat_info);
|