Searched refs:filechanged (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/sendmail/include/sendmail/ |
H A D | sendmail.h | 70 extern bool filechanged __P((char *, int, struct stat *));
|
/illumos-gate/usr/src/cmd/sendmail/libsmutil/ |
H A D | safefile.c | 749 if (filechanged(fn, fd, &stb)) 864 filechanged(fn, fd, stb) in filechanged() function
|
/illumos-gate/usr/src/cmd/sendmail/libsmdb/ |
H A D | smdb.c | 485 return filechanged(db_file_name, db_fd, stat_info);
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | map.c | 1598 if (filechanged(dirfile, dfd, &std) || 1599 filechanged(pagfile, pfd, &stp)) 2100 if (filechanged(buf, fd, &st)) 2224 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 | 5550 if (filechanged(realfile, sm_io_getinfo(f, SM_IO_WHAT_FD, NULL),
|