Searched refs:filechanged (Results 1 - 6 of 6) sorted by relevance
/sendmail/include/sendmail/ |
H A D | sendmail.h | 70 extern bool filechanged __P((char *, int, struct stat *));
|
/sendmail/libsmdb/ |
H A D | smdb.c | 459 ** the passed in file descriptor. Check filechanged for 485 return filechanged(db_file_name, db_fd, stat_info);
|
/sendmail/libsmutil/ |
H A D | safefile.c | 749 if (filechanged(fn, fd, &stb)) 864 filechanged(fn, fd, stb) function
|
/sendmail/sendmail/ |
H A D | map.c | 1537 /* if new file, get "before" bits for later filechanged check */ 1593 if (filechanged(dirfile, dfd, &std) || 1594 filechanged(pagfile, pfd, &stp)) 2095 if (filechanged(buf, fd, &st)) 2104 /* if new file, get the "before" bits for later filechanged check */ 2219 if (filechanged(buf, fd, &st))
|
H A D | recipient.c | 1668 else if (filechanged(fname, sm_io_getinfo(fp,SM_IO_WHAT_FD, NULL), &st))
|
H A D | deliver.c | 5558 if (filechanged(realfile, sm_io_getinfo(f, SM_IO_WHAT_FD, NULL),
|
Completed in 101 milliseconds